summaryrefslogtreecommitdiff
path: root/numpy/testing/numpytest.py
Commit message (Expand)AuthorAgeFilesLines
...
* Improved the meaning of test level argument: with negative level return a lis...Pearu Peterson2006-02-241-14/+12
* Documented NumpyTest.test level and verbosity arguments. Added special behavi...Pearu Peterson2006-02-241-4/+23
* Fixed a bug in importing zzz/tests/test_zzz.py when zzz/zzz.py exists. Added ...Pearu Peterson2006-02-231-24/+54
* Impl. check_testcase_name, get_testfile methods to support different unittest...Pearu Peterson2006-02-211-28/+23
* Fixing mingw32 building: fixes undefined referece __EH_FRAME_BEGIN__ linker f...Pearu Peterson2006-02-181-0/+2
* Impl. rename() method for NumpyTest class that allows redefining mapping betw...Pearu Peterson2006-02-091-3/+20
* Added warn,info methods to NumpyTestCase.Pearu Peterson2006-01-311-0/+7
* Fixed a misplaced test messages by flushing.Pearu Peterson2006-01-311-0/+1
* Renamed ScipyTest to NumpyTest, flushing printouts, fixed a bug of including ...Pearu Peterson2006-01-311-24/+46
* Fixed dotblas for zero-size arrays.Travis Oliphant2006-01-171-1/+1
* More changesTravis Oliphant2006-01-041-0/+385