Skip to content

Commit

Permalink
Merge pull request #66 from zopefoundation/workaround-for-issue-35
Browse files Browse the repository at this point in the history
Workaround for issue 35
  • Loading branch information
mgedmin committed Nov 24, 2017
2 parents 16c9ed5 + 8ce5633 commit aa7c9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/testrunner/tests/testrunner-test-selection.rst
Expand Up @@ -245,7 +245,7 @@ We can select by test module name using the --module (-m) option:

and by test within the module using the --test (-t) option:

>>> sys.argv = 'test -u -vv -ssample1 -m_one -mtest1 -tx0 -ty0'.split()
>>> sys.argv = 'test -u -vv -ssample1 -m_one -mtest1 -t_x0 -t_y0'.split()
>>> testrunner.run_internal(defaults)
Running tests at level 1
Running zope.testrunner.layer.UnitTests tests:
Expand Down

0 comments on commit aa7c9d1

Please sign in to comment.