Skip to content

Commit

Permalink
Merge pull request #1746 from rimey/update-default-system-tests
Browse files Browse the repository at this point in the history
Add logging and monitoring to the set of system tests run by default.
  • Loading branch information
dhermes committed Apr 23, 2016
2 parents 4e242ec + 92ff103 commit bd89bfe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions system_tests/attempt_system_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@


MODULES = (
'bigquery',
'datastore',
'storage',
'logging',
'monitoring',
'pubsub',
'bigquery',
'storage',
)
if sys.version_info[:2] == (2, 7):
MODULES += ('bigtable', 'bigtable-happybase')
Expand Down

0 comments on commit bd89bfe

Please sign in to comment.