Add new testing support machinery with better parametric tests.

Also included are new tools for doctests with ipython syntax.
Fernando Perez 16 years ago
parent 12a323ff6d
commit ed2f210ebe

@ -125,8 +125,6 @@ def make_exclude():
'test_asyncfrontendbase')),
EXCLUDE.append(pjoin('IPython', 'testing', 'parametric'))
EXCLUDE.append(pjoin('IPython', 'testing', 'util'))
EXCLUDE.append(pjoin('IPython', 'testing', 'tests',
'test_decorators_trial'))
# This is needed for the reg-exp to match on win32 in the ipdoctest plugin.
if sys.platform == 'win32':

Loading…
Cancel
Save