summaryrefslogtreecommitdiff
path: root/numpy/f2py/lib/parser/test_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/f2py/lib/parser/test_parser.py')
-rw-r--r--numpy/f2py/lib/parser/test_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/lib/parser/test_parser.py b/numpy/f2py/lib/parser/test_parser.py
index 9f1767a1a..e7dd4f971 100644
--- a/numpy/f2py/lib/parser/test_parser.py
+++ b/numpy/f2py/lib/parser/test_parser.py
@@ -34,7 +34,7 @@ def parse(cls, line, label='',
return r
raise ValueError, 'parsing %r with %s pattern failed' % (line, cls.__name__)
-class test_Statements(NumpyTestCase):
+class TestStatements(NumpyTestCase):
def check_assignment(self):
assert_equal(parse(Assignment,'a=b'), 'a = b')