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/random/tests/test_random.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/random/tests') diff --git a/numpy/random/tests/test_random.py b/numpy/random/tests/test_random.py index 8f7842085..9b9e5d828 100644 --- a/numpy/random/tests/test_random.py +++ b/numpy/random/tests/test_random.py @@ -2,7 +2,7 @@ from numpy.testing import * from numpy import random import numpy as N -class test_multinomial(NumpyTestCase): +class TestMultinomial(NumpyTestCase): def test_basic(self): random.multinomial(100, [0.2, 0.8]) -- cgit v1.2.1