File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -75,16 +75,14 @@ To see a list of the available sessions:
7575To run tests for a particular session, with a particular parameter, invoke nox
7676with the `` -s `` flag:
7777
78- nox -s "tests(interpreter='python2.7 ')"
78+ nox -s "py35(sample='./storage/cloud-client ')"
7979
8080To run one particular session or provide additional parameters to `` py.test `` ,
8181invoke 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
8987To add new tests that require Google App Engine, you must place them in
9088the `` appengine `` directory so that the py.test fixtures needed for App
You can’t perform that action at this time.
0 commit comments