diff options
author | David Cournapeau <cournape@gmail.com> | 2010-03-31 03:45:36 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2010-03-31 03:45:36 +0000 |
commit | af2b0578c642cb269478dc3b048e59d0d79e0820 (patch) | |
tree | cc7b92f8513f19da9044efd378eee04f8f91e598 /numpy/f2py/tests/test_mixed.py | |
parent | 9475b973951f322945a518f1cab62f2a4d21fbc1 (diff) | |
download | numpy-af2b0578c642cb269478dc3b048e59d0d79e0820.tar.gz |
TST: mark slow f2py tests + add f2py test function.
Diffstat (limited to 'numpy/f2py/tests/test_mixed.py')
-rw-r--r-- | numpy/f2py/tests/test_mixed.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/f2py/tests/test_mixed.py b/numpy/f2py/tests/test_mixed.py index 53534c114..e7a64c080 100644 --- a/numpy/f2py/tests/test_mixed.py +++ b/numpy/f2py/tests/test_mixed.py @@ -14,6 +14,7 @@ class TestMixed(util.F2PyTest): _path('src', 'mixed', 'foo_fixed.f90'), _path('src', 'mixed', 'foo_free.f90')] + @dec.slow def test_all(self): assert self.module.bar11() == 11 assert self.module.foo_fixed.bar12() == 12 |