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

Commit 200fe87

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

File tree

Expand file treeCollapse file tree

7 files changed

+6
-19
lines changed
Filter options
Expand file treeCollapse file tree

7 files changed

+6
-19
lines changed

‎.coveragerc

Copy file name to clipboardExpand all lines: .coveragerc
+2-2Lines 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

Copy file name to clipboardExpand all lines: .gitignore
-3Lines 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

Copy file name to clipboardExpand all lines: TESTING.md
+3-4Lines 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

Copy file name to clipboardExpand all lines: appengine/resources/app.yaml
+1-1Lines 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

Copy file name to clipboardExpand all lines: container_engine/django_tutorial/.dockerignore
-1Lines 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

Copy file name to clipboardExpand all lines: requirements-py27-dev.txt
-4Lines 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

Copy file name to clipboardExpand all lines: requirements-py34-dev.txt
-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.