Skip to content

Commit

Permalink
DOC: Use a shorter example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Sanderson authored Jul 25, 2016
1 parent b312137 commit bf40f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/dev/development_environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ arguments may be forwarded to the target embedded by ``runtests.py`` by passing
the extra arguments after a bare ``--``. For example, to run a test method with
the ``--pdb`` flag forwarded to nose, run the following::

$ python runtests.py -t numpy/core/tests/test_ufunc.py:TestUfunc.test_sum -- --pdb
$ python runtests.py -t numpy/tests/test_scripts.py:test_f2py -- --pdb

Using ``runtests.py`` is the recommended approach to running tests.
There are also a number of alternatives to it, for example in-place
Expand Down

0 comments on commit bf40f60

Please sign in to comment.