diff options
Diffstat (limited to 'numpy/testing/nosetester.py')
-rw-r--r-- | numpy/testing/nosetester.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/testing/nosetester.py b/numpy/testing/nosetester.py index b802f4472..fb1f507f0 100644 --- a/numpy/testing/nosetester.py +++ b/numpy/testing/nosetester.py @@ -84,10 +84,10 @@ def run_module_suite(file_to_run=None, argv=None): Parameters ---------- - file_to_run: str, optional + file_to_run : str, optional Path to test module, or None. By default, run the module from which this function is called. - argv: list of strings + argv : list of strings Arguments to be passed to the nose test runner. ``argv[0]`` is ignored. All command line arguments accepted by ``nosetests`` will work. If it is the default value None, sys.argv is used. |