Skip to content

Commit

Permalink
Add logging and monitoring to the set of system tests run by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
rimey committed Apr 23, 2016
1 parent 4e242ec commit 92ff103
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 92ff103

Please sign in to comment.