diff options
author | Pascal Bugnion <pob24@cam.ac.uk> | 2014-01-15 10:57:53 +0000 |
---|---|---|
committer | Pascal Bugnion <pob24@cam.ac.uk> | 2014-01-15 11:10:04 +0000 |
commit | e7f4ad04c12986f1b94759cbd0a6a27d2124f107 (patch) | |
tree | 27b8fd7667295450a55222a14af6d0f8604dbdcd /numpy/add_newdocs.py | |
parent | 19796ca4d42d091979eee73ab0bbfa463d83892e (diff) | |
download | numpy-e7f4ad04c12986f1b94759cbd0a6a27d2124f107.tar.gz |
ENH: Added argv argument to run_module_suite.
Adding an 'argv' optional argument to the
"numpy.testing.run_module_suite" function lets the client pass arguments
to the nose testrunner.
For example, this lets the user add things like:
run_module_suite(sys.argv)
at the end of a test module, so that arguments specified on the command
line will get passed to the nose runner. The user could then run:
$ python test_module.py --nocapture
Diffstat (limited to 'numpy/add_newdocs.py')
0 files changed, 0 insertions, 0 deletions