diff options
author | Jarrod Millman <millman@berkeley.edu> | 2008-09-02 20:32:38 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2008-09-02 20:32:38 +0000 |
commit | d29107a248130bbb68ecac58d6720d716529141c (patch) | |
tree | 9e1408025c80d63fe9fa6151343a7b265ec3f654 /numpy/testing/parametric.py | |
parent | a4a7966cf7191c28a7054127fd3717d6c760d556 (diff) | |
download | numpy-d29107a248130bbb68ecac58d6720d716529141c.tar.gz |
reindenting prior to release
Diffstat (limited to 'numpy/testing/parametric.py')
-rw-r--r-- | numpy/testing/parametric.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/testing/parametric.py b/numpy/testing/parametric.py index e6f2b3390..27b9d23c6 100644 --- a/numpy/testing/parametric.py +++ b/numpy/testing/parametric.py @@ -61,9 +61,9 @@ class _ParametricTestCase(unittest.TestCase): _shareParTestPrefix = 'testsp' def __init__(self, methodName = 'runTest'): - warnings.warn("ParametricTestCase will be removed in the next NumPy " + warnings.warn("ParametricTestCase will be removed in the next NumPy " "release", DeprecationWarning) - unittest.TestCase.__init__(self, methodName) + unittest.TestCase.__init__(self, methodName) def exec_test(self,test,args,result): """Execute a single test. Returns a success boolean""" |