File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Filter options
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:
75
75
To run tests for a particular session, with a particular parameter, invoke nox
76
76
with the `` -s `` flag:
77
77
78
- nox -s "tests(interpreter='python2.7 ')"
78
+ nox -s "py35(sample='./storage/cloud-client ')"
79
79
80
80
To run one particular session or provide additional parameters to `` py.test `` ,
81
81
invoke nox like this:
82
82
83
- nox -s tests -- storage/cloud-client
83
+ nox -s "py35(sample='./ storage/cloud-client')" -- -k transfer
84
84
85
85
### Adding new tests
86
- When adding a new top-level directory, be sure to edit `` .coveragerc `` to
87
- include it in coverage reporting.
88
86
89
87
To add new tests that require Google App Engine, you must place them in
90
88
the `` appengine `` directory so that the py.test fixtures needed for App
You can’t perform that action at this time.
0 commit comments