Skip to content

Commit 200fe87

Browse files
author
Jon Wayne Parrott
committed
Merge pull request #201 from GoogleCloudPlatform/cleanup
Removing nose dependencies
2 parents 39bdbda + b0947ad commit 200fe87

File tree

7 files changed

+6
-19
lines changed

7 files changed

+6
-19
lines changed

.coveragerc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ include =
33
appengine/*
44
bigquery/*
55
blog/*
6+
cloud_logging/*
67
compute/*
78
datastore/*
9+
managed_vms/*
810
monitoring/*
911
storage/*
10-
cloud_logging/*
11-
managed_vms/*
1212
[report]
1313
exclude_lines =
1414
pragma: NO COVER

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
.coveralls.yml
2-
coverage-gae.json
32
*.pyc
43
.coverage
54
.tox
65
coverage.xml
7-
nosetests.xml
8-
nosetests-*.xml
96
python-docs-samples.json
107
service-account.json
118
__pycache__

TESTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,13 @@ flag:
6464
tox -e py27
6565

6666
To run one particular test suite or provide additional parameters to
67-
``nose``, invoke tox like this:
67+
``py.test``, invoke tox like this:
6868

69-
toxe -e py27 -- storage/tests/test_list_objects.py
69+
toxe -e py27 -- storage/api
7070

7171
### Adding new tests
7272

73-
When adding a new top-level directory, be sure to edit ``.coveragerc``
74-
to include it in coveralls.
73+
When adding a new top-level directory, be sure to edit ``.coveragerc`` and ``tox.ini`` to include it in tests and coverage reporting.
7574

7675
To add new tests that require Google App Engine, please place them in
7776
the ``appengine`` directory if possible. If you place them elsewhere,

appengine/resources/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# dummy app.yaml for nosegae
1+
# dummy app.yaml for tests
22

33
api_version: 1
44
runtime: python27

container_engine/django_tutorial/.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ pip-delete-this-directory.txt
1313
.coverage
1414
.coverage.*
1515
.cache
16-
nosetests.xml
1716
coverage.xml
1817
*,cover
1918
*.log

requirements-py27-dev.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,12 @@ itsdangerous==0.24
1010
Jinja2==2.8
1111
MarkupSafe==0.23
1212
mock==1.3.0
13-
nose==1.3.7
14-
nose-exclude==0.4.1
15-
nosegae==0.5.8
1613
pbr==1.8.1
1714
PyYAML==3.11
1815
waitress==0.8.10
1916
WebOb==1.6.0a0
2017
WebTest==2.0.20
2118
Werkzeug==0.11.4
22-
nose-timer==0.6.0
2319
Flask-SQLAlchemy==2.1
2420
PyMySQL==0.7.1
2521
pymemcache==1.3.5

requirements-py34-dev.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,12 @@ itsdangerous==0.24
1010
Jinja2==2.8
1111
MarkupSafe==0.23
1212
mock==1.3.0
13-
nose==1.3.7
14-
nose-exclude==0.4.1
15-
nosegae==0.5.8
1613
pbr==1.8.1
1714
PyYAML==3.11
1815
waitress==0.8.10
1916
WebOb==1.6.0a0
2017
WebTest==2.0.20
2118
Werkzeug==0.11.4
22-
nose-timer==0.6.0
2319
Flask-SQLAlchemy==2.1
2420
PyMySQL==0.7.1
2521
pymemcache==1.3.5

0 commit comments

Comments
 (0)