Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Fixing coverage #63

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

Merged
merged 1 commit into from
Jul 30, 2015
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 1 .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ include =
datastore/*
localtesting/*
storage/*
blog/*
[report]
exclude_lines =
pragma: NO COVER
3 changes: 2 additions & 1 deletion 3 .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

.coveralls.yml
coverage-gae.json
*.pyc
.coverage
.tox
Expand Down
34 changes: 16 additions & 18 deletions 34 tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
skipsdist = True
envlist = py27, pep8, cover
envlist = gae, py27, pep8

[testenv]
passenv = PYTHONPATH GOOGLE_* GCLOUD_* TEST_* TRAVIS*
Expand All @@ -13,28 +13,12 @@ deps =
nose
coverage
nose-exclude
nosexcover
coverargs =
--with-xunit
--with-xcoverage
--with-coverage
--cover-tests
--cover-branches
--cover-inclusive

[testenv:py27]
deps =
{[testenv]deps}
gcloud
commands =
nosetests \
--exclude-dir=bigquery/tests/appengine \
--exclude-dir=bigquery/samples/appengine_auth \
--exclude-dir=appengine \
--exclude-dir=datastore/ndb \
--exclude-dir=localtesting \
{[testenv]coverargs} \
{posargs}

[testenv:gae]
deps =
{[testenv]deps}
Expand All @@ -51,6 +35,20 @@ commands =
setenv =
PYTHONPATH={env:GAE_PYTHONPATH:}

[testenv:py27]
deps =
{[testenv]deps}
gcloud
commands =
nosetests \
--exclude-dir=bigquery/tests/appengine \
--exclude-dir=bigquery/samples/appengine_auth \
--exclude-dir=appengine \
--exclude-dir=datastore/ndb \
--exclude-dir=localtesting \
{[testenv]coverargs} \
{posargs}

[testenv:pep8]
deps =
flake8
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.