From 610438f1fb2436cec44b9ddd451daa67d846cdd0 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Tue, 2 Oct 2007 07:54:11 +0000 Subject: Rename test classes to CapWords. --- numpy/f2py/lib/parser/test_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/f2py/lib/parser/test_parser.py') 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') -- cgit v1.2.1