summaryrefslogtreecommitdiff
path: root/numpy/testing/utils.py
Commit message (Expand)AuthorAgeFilesLines
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-1/+1
* Correct dependency on missing code.Robert Kern2008-04-171-25/+22
* Fix test for assert* with nan values + string formatting issue when handling ...David Cournapeau2008-04-081-2/+2
* Handle nan in assert_array* funcs correctly. All numpy tests passDavid Cournapeau2008-04-081-2/+25
* Revert comparison function; nan handling broken.David Cournapeau2008-04-071-19/+2
* Fix broken detection of nan in comparison function.David Cournapeau2008-04-071-2/+2
* Handling nan values for assert_ functions.David Cournapeau2008-04-071-2/+19
* Removed dependency on nose.tools. Ripped nose.tools.raise and placed it in n...Travis Oliphant2008-01-021-1/+35
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-1/+1
* Added assert_string_equal function to numpy.testing.Pearu Peterson2007-08-311-1/+35
* Typo fix: expose memusage for nt OS.Pearu Peterson2007-06-081-6/+6
* assert_approx_equal used significant digit more than requested.Robert Kern2007-05-041-1/+1
* make printed errors from approx_array_* bettercookedm2006-07-141-1/+3
* `` -> repr in numpy.testingcookedm2006-07-141-2/+2
* 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
* 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
* 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-101-5/+4
* Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid initia...Pearu Peterson2006-02-241-6/+11
* 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
* Fixed error in setflags and added a few unit tests for test_multiarrayTravis Oliphant2006-01-061-1/+6
* Change most setup.py filesTravis Oliphant2006-01-041-6/+6
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+210