Warning
This documentation is for an old version of IPython.
You can find docs for newer versions here.
Module: testing
Testing support (tools to test IPython itself).
1 Function
-
IPython.testing.
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.