Skip to content

Commit

Permalink
Don't try covering 'demo' subpackage.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Sep 19, 2014
1 parent 57a49f3 commit 117bca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud/storage/demo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
PROJECT = 'gcloud-storage-demo'


def get_connection():
def get_connection(): #pragma NO COVER
return storage.get_connection(PROJECT, CLIENT_EMAIL, PRIVATE_KEY_PATH)

0 comments on commit 117bca9

Please sign in to comment.