diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2017-07-17 21:11:49 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2017-07-24 13:00:29 -0600 |
commit | 69bc7b19d2a665c8301c3df07aee61fc469ff4e3 (patch) | |
tree | f5c25a7ce2543e169a91a5b5bff3560ccf9ca664 /numpy/f2py/tests/util.py | |
parent | ebd1df4ac3021ae86d4ee433fc80ec617cec97a4 (diff) | |
download | numpy-69bc7b19d2a665c8301c3df07aee61fc469ff4e3.tar.gz |
TST: Remove unittest dependencies in numpy/f2py/tests.
Diffstat (limited to 'numpy/f2py/tests/util.py')
-rw-r--r-- | numpy/f2py/tests/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/tests/util.py b/numpy/f2py/tests/util.py index fe608d898..55716a2eb 100644 --- a/numpy/f2py/tests/util.py +++ b/numpy/f2py/tests/util.py @@ -319,7 +319,7 @@ class F2PyTest(object): module = None module_name = None - def setUp(self): + def setup(self): if self.module is not None: return |