Note
This documentation is for a development version of IPython. There may be
significant differences from the latest stable release (1.2.1).
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.