From ed2f210ebe4baf5569eaa1d8bd1341075e89a444 Mon Sep 17 00:00:00 2001 From: Fernando Perez Date: Thu, 31 Dec 2009 19:26:22 -0800 Subject: [PATCH] Add new testing support machinery with better parametric tests. Also included are new tools for doctests with ipython syntax. --- IPython/testing/iptest.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py index e2297874f..c2cf104ce 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -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':