Skip to content

Commit dfba179

Browse files
author
Jon Wayne Parrott
authored
Update TESTING.md
1 parent 97d99fd commit dfba179

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

TESTING.md

Lines 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)