Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c25e8b7

Browse files
author
Pascal Bugnion
committed
STY: Style adjustments to run_module_suite.
Cosmetic adjustments to previous commit (893fe99) following "charris"'s comments.
1 parent 893fe99 commit c25e8b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

numpy/testing/nosetester.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def import_nose():
7575

7676
return nose
7777

78-
def run_module_suite(file_to_run=None,argv=None):
78+
def run_module_suite(file_to_run=None, argv=None):
7979
"""
8080
Run a test module.
8181
@@ -92,6 +92,8 @@ def run_module_suite(file_to_run=None,argv=None):
9292
ignored. All command line arguments accepted by ``nosetests``
9393
will work.
9494
95+
.. versionadded:: 1.9.0
96+
9597
Examples
9698
--------
9799
Adding the following::

0 commit comments

Comments
 (0)