diff options
| author | Stefan van der Walt <stefan@sun.ac.za> | 2007-10-02 07:54:11 +0000 |
|---|---|---|
| committer | Stefan van der Walt <stefan@sun.ac.za> | 2007-10-02 07:54:11 +0000 |
| commit | 610438f1fb2436cec44b9ddd451daa67d846cdd0 (patch) | |
| tree | 05dd27f00f161ee3a54b1dcf5f3b7f161cf8a68c /numpy/random/tests | |
| parent | b4bb63c29c8bb81bcc2d2070f1bd3b81253acd85 (diff) | |
| download | numpy-610438f1fb2436cec44b9ddd451daa67d846cdd0.tar.gz | |
Rename test classes to CapWords.
Diffstat (limited to 'numpy/random/tests')
| -rw-r--r-- | numpy/random/tests/test_random.py | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |
