summaryrefslogtreecommitdiff
path: root/numpy/testing
Commit message (Expand)AuthorAgeFilesLines
* make printed errors from approx_array_* bettercookedm2006-07-141-1/+3
* `` -> repr in numpy.testingcookedm2006-07-142-5/+7
* Scan for abs(level) tests.Stefan van der Walt2006-07-071-1/+1
* Fix assert_array_compare to handle boolean return from equality testing (whic...Travis Oliphant2006-07-061-4/+10
* Make 'assert_equal' handle tuples (not only lists). Closes #163.Stefan van der Walt2006-06-301-1/+1
* from Neilen Marais: make numpy.testing compatible with the nosetest package w...cookedm2006-06-281-1/+1
* Rework numpy.testing.utils.cookedm2006-06-141-86/+52
* Apply patch #137Travis Oliphant2006-06-121-6/+6
* clean up scalar assert_*_equal in numpy.distutils.utilcookedm2006-06-101-37/+37
* Removed win32all dependence from numpy/testing/utils.pyPearu Peterson2006-05-241-9/+11
* resolve ticket #89Travis Oliphant2006-05-091-6/+6
* Fixed doctest usage 2.4-ism.Pearu Peterson2006-05-031-4/+7
* Impl. NumpyTest.testall method that looks for test methods more agrressively ...Pearu Peterson2006-05-011-1/+124
* Changed rundocs to closely follow procedure outlined in the docs for imp.load...Tim Hochberg2006-04-301-1/+6
* Added NumpyTestCase.rundocs method to support running doc-tests via unittest ...Pearu Peterson2006-04-261-0/+15
* Added importall function that recursively imports modules. Convinient for det...Pearu Peterson2006-04-261-0/+25
* Applied Bryce patch to support TestCase proxy classes.Pearu Peterson2006-04-041-2/+5
* Fix 2.3 compatibility on windows.Travis Oliphant2006-03-141-1/+1
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-102-8/+7
* Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid initia...Pearu Peterson2006-02-242-7/+12
* 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
* Added memusage() for os.name=='nt'Pearu Peterson2006-02-211-1/+32
* Added dict and list support to assert_equal when they contain arrays.Pearu Peterson2006-02-201-1/+13
* 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
* Fixed error in setflags and added a few unit tests for test_multiarrayTravis Oliphant2006-01-061-1/+6
* More changesTravis Oliphant2006-01-041-0/+0
* Changed all references to scipy to numpyTravis Oliphant2006-01-043-6/+6
* Change most setup.py filesTravis Oliphant2006-01-042-244/+6
* Moving things..Travis Oliphant2006-01-041-0/+238
* Moved scipy directory to numpyTravis Oliphant2006-01-045-0/+645