Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppress unit test coverage checks in demo code. #226

Merged
merged 1 commit into from
Oct 7, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions gcloud/datastore/demo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pragma NO COVER
import os
from gcloud import datastore

Expand Down
1 change: 1 addition & 0 deletions gcloud/datastore/demo/__main__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pragma NO COVER
from gcloud import demo
from gcloud import datastore

Expand Down
1 change: 1 addition & 0 deletions gcloud/datastore/demo/demo.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pragma NO COVER
# Welcome to the gCloud Datastore Demo! (hit enter)

# We're going to walk through some of the basics...
Expand Down
1 change: 1 addition & 0 deletions gcloud/demo.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pragma NO COVER
from code import interact
import itertools
import os.path
Expand Down
1 change: 1 addition & 0 deletions gcloud/storage/demo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pragma NO COVER
import os
from gcloud import storage

Expand Down
1 change: 1 addition & 0 deletions gcloud/storage/demo/__main__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pragma NO COVER
from gcloud import demo
from gcloud import storage

Expand Down
1 change: 1 addition & 0 deletions gcloud/storage/demo/demo.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# pragma NO COVER
# Welcome to the gCloud Storage Demo! (hit enter)

# We're going to walk through some of the basics...,
Expand Down