##// END OF EJS Templates
add example of likely kwargs to test() docstring
Paul Ivanov -
Show More
@@ -17,6 +17,12 b' def test(**kwargs):'
17 """Run the entire IPython test suite.
17 """Run the entire IPython test suite.
18
18
19 Any of the options for run_iptestall() may be passed as keyword arguments.
19 Any of the options for run_iptestall() may be passed as keyword arguments.
20
21 For example:
22
23 IPython.test(testgroups=['lib', 'config', 'utils'], fast=2)
24
25 will run those three sections of the test suite, using two processes.
20 """
26 """
21
27
22 # Do the import internally, so that this function doesn't increase total
28 # Do the import internally, so that this function doesn't increase total
General Comments 0
You need to be logged in to leave comments. Login now