From f7f070dd58d10724da08c498c6c76aad73a53e59 2013-12-03 23:36:22 From: Thomas Kluyver Date: 2013-12-03 23:36:22 Subject: [PATCH] Merge pull request #9 from ivanov/testfunc added a doc string example --- diff --git a/IPython/testing/__init__.py b/IPython/testing/__init__.py index d36a38b..c0a2ff9 100644 --- a/IPython/testing/__init__.py +++ b/IPython/testing/__init__.py @@ -17,6 +17,12 @@ def test(**kwargs): """Run the entire IPython test suite. Any of the options for run_iptestall() may be passed as keyword arguments. + + For example: + + IPython.test(testgroups=['lib', 'config', 'utils'], fast=2) + + will run those three sections of the test suite, using two processes. """ # Do the import internally, so that this function doesn't increase total