summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_mixed.py
diff options
context:
space:
mode:
authorRohit Goswami <rog32@hi.is>2021-12-02 21:21:34 +0000
committerRohit Goswami <rog32@hi.is>2021-12-05 22:23:55 +0000
commite4ca1fbcc96f956708f2deacb6ae1806cd132fe5 (patch)
tree6001fb86ee2e1982d712977fad8a5c7dc7a6bc89 /numpy/f2py/tests/test_mixed.py
parentcd24ca1ef578924bad8c5c31f8939e64e353c256 (diff)
downloadnumpy-e4ca1fbcc96f956708f2deacb6ae1806cd132fe5.tar.gz
MAINT: Rework whitespace to pass PR checks
Co-authored-by: Charles Harris <charlesr.harris@gmail.com>
Diffstat (limited to 'numpy/f2py/tests/test_mixed.py')
-rw-r--r--numpy/f2py/tests/test_mixed.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/numpy/f2py/tests/test_mixed.py b/numpy/f2py/tests/test_mixed.py
index 266e9c0d9..95444bea5 100644
--- a/numpy/f2py/tests/test_mixed.py
+++ b/numpy/f2py/tests/test_mixed.py
@@ -6,11 +6,12 @@ from numpy.testing import assert_, assert_equal, IS_PYPY
from . import util
-
class TestMixed(util.F2PyTest):
- sources = [util.getpath('tests', 'src', 'mixed', 'foo.f'),
- util.getpath('tests', 'src', 'mixed', 'foo_fixed.f90'),
- util.getpath('tests', 'src', 'mixed', 'foo_free.f90')]
+ sources = [
+ util.getpath("tests", "src", "mixed", "foo.f"),
+ util.getpath("tests", "src", "mixed", "foo_fixed.f90"),
+ util.getpath("tests", "src", "mixed", "foo_free.f90"),
+ ]
def test_all(self):
assert_(self.module.bar11() == 11)