summaryrefslogtreecommitdiff
path: root/numpy/f2py/lib/tests/test_derived_scalar.py
diff options
context:
space:
mode:
authorStefan van der Walt <stefan@sun.ac.za>2007-10-02 07:54:11 +0000
committerStefan van der Walt <stefan@sun.ac.za>2007-10-02 07:54:11 +0000
commit610438f1fb2436cec44b9ddd451daa67d846cdd0 (patch)
tree05dd27f00f161ee3a54b1dcf5f3b7f161cf8a68c /numpy/f2py/lib/tests/test_derived_scalar.py
parentb4bb63c29c8bb81bcc2d2070f1bd3b81253acd85 (diff)
downloadnumpy-610438f1fb2436cec44b9ddd451daa67d846cdd0.tar.gz
Rename test classes to CapWords.
Diffstat (limited to 'numpy/f2py/lib/tests/test_derived_scalar.py')
-rw-r--r--numpy/f2py/lib/tests/test_derived_scalar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/lib/tests/test_derived_scalar.py b/numpy/f2py/lib/tests/test_derived_scalar.py
index c57778020..b5f24dea5 100644
--- a/numpy/f2py/lib/tests/test_derived_scalar.py
+++ b/numpy/f2py/lib/tests/test_derived_scalar.py
@@ -42,7 +42,7 @@ m, = compile(fortran_code, 'test_derived_scalar_ext')
from numpy import *
-class test_m(NumpyTestCase):
+class TestM(NumpyTestCase):
def check_foo_simple(self, level=1):
a = m.myt(2)