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 dfba179

Browse filesBrowse files
author
Jon Wayne Parrott
authored
Update TESTING.md
1 parent 97d99fd commit dfba179
Copy full SHA for dfba179

File tree

Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed

‎TESTING.md

Copy file name to clipboardExpand all lines: TESTING.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,14 @@ To see a list of the available sessions:
7575
To run tests for a particular session, with a particular parameter, invoke nox
7676
with the ``-s`` flag:
7777

78-
nox -s "tests(interpreter='python2.7')"
78+
nox -s "py35(sample='./storage/cloud-client')"
7979

8080
To run one particular session or provide additional parameters to ``py.test``,
8181
invoke nox like this:
8282

83-
nox -s tests -- storage/cloud-client
83+
nox -s "py35(sample='./storage/cloud-client')" -- -k transfer
8484

8585
### Adding new tests
86-
When adding a new top-level directory, be sure to edit ``.coveragerc`` to
87-
include it in coverage reporting.
8886

8987
To add new tests that require Google App Engine, you must place them in
9088
the ``appengine`` directory so that the py.test fixtures needed for App

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.