From d69447038f9f64967d05cb734a1b98de98d854e8 2013-09-03 17:08:34 From: Thomas Kluyver Date: 2013-09-03 17:08:34 Subject: [PATCH] Remove tests for parametric test machinery --- diff --git a/IPython/testing/tests/test_decorators.py b/IPython/testing/tests/test_decorators.py index cb87d2f..340c00a 100644 --- a/IPython/testing/tests/test_decorators.py +++ b/IPython/testing/tests/test_decorators.py @@ -12,7 +12,6 @@ import nose.tools as nt # Our own from IPython.testing import decorators as dec from IPython.testing.skipdoctest import skip_doctest -from IPython.testing.ipunittest import ParametricTestCase #----------------------------------------------------------------------------- # Utilities @@ -47,24 +46,6 @@ def trivial(): """A trivial test""" pass -# Some examples of parametric tests. - -def is_smaller(i,j): - assert i