summaryrefslogtreecommitdiff
path: root/numpy/testing/utils.py
Commit message (Expand)AuthorAgeFilesLines
...
* ENH: add numpy implementation of F90 spacing function.David Cournapeau2009-10-301-0/+33
* ENH: add a function to compute the signed-magnitude interpretation of the bin...David Cournapeau2009-10-301-0/+24
* Don't include assert_valid_refcount in numpy.testing.*Pauli Virtanen2009-10-101-2/+6
* Docstring update: testingPauli Virtanen2009-10-021-13/+128
* BUG: fix list/tuple handling in test_almost_equal.David Cournapeau2009-09-211-1/+2
* All non core regressions tests moved to their respective modules.David Cournapeau2009-09-161-1/+16
* Import issubdtype from numpy.core directly so that testing.utils does not dep...David Cournapeau2009-09-161-3/+4
* Hmm, somehow a reference to math.fabs slipped by and didn't show here. TryCharles Harris2009-08-031-1/+1
* Try another fix for BSD problem. This one uses numpy functions, which isCharles Harris2009-08-031-4/+3
* Test fix for BSD buildbot error.Charles Harris2009-08-031-1/+4
* Fix small bug in assert_almost_equal.Charles Harris2009-08-031-2/+2
* BUG: handle inf/nan correctly in assert_array_almost_equal.David Cournapeau2009-07-281-1/+31
* BUG: fix nan/inf handling for complex dtypes.David Cournapeau2009-07-281-0/+31
* Handle complex special values and negative zero.David Cournapeau2009-07-271-4/+43
* Handle nan and inf in assert_equal.David Cournapeau2009-07-271-1/+24
* Fix header for assert_array_almost_equal.David Cournapeau2009-07-271-2/+2
* BUG: handle nan/inf in assert_approx_equal.David Cournapeau2009-07-271-0/+14
* BUG: assert_array_compare did not raise an exception when the nan indexes of ...David Cournapeau2009-07-271-0/+1
* Handle nan and inf in assert_almost_equal.David Cournapeau2009-07-271-0/+49
* Make testing.rundocs to raise error on failures; otherwise Nose hides themPauli Virtanen2009-04-241-9/+18
* Fix spelling.Charles Harris2009-04-091-1/+1
* Merge from the doc wikiPauli Virtanen2009-03-241-9/+300
* Give assert_ a default message of ''.Charles Harris2009-03-141-1/+1
* Fixed #745: make assert_array_almost_equal work with object arraysPauli Virtanen2009-03-091-2/+6
* Add assert_ as a release safe version of assert for running tests.Charles Harris2009-03-091-1/+8
* Allow subclasses of arrays in testing.Stefan van der Walt2009-02-221-3/+3
* Put measure in numpy.testing namespace.David Cournapeau2008-10-281-1/+1
* Removed unused imports.Alan McIntyre2008-09-091-1/+0
* Make testing functions work when python is called with the -OO flag.Charles Harris2008-08-291-15/+27
* ran reindentJarrod Millman2008-08-081-1/+1
* Merge from documentation editor.Stefan van der Walt2008-08-051-2/+34
* Delay import from inspect to reduce startup time.Alan McIntyre2008-07-301-1/+4
* Delay import of difflib to reduce startup time.Alan McIntyre2008-07-301-1/+3
* Added numpy.testing.verbose, to allow tests to vary output accordingly.Alan McIntyre2008-07-211-2/+18
* Added the measure function to utils.py in support of SciPy tests.Alan McIntyre2008-07-161-0/+19
* Added isfunction and decorate_methods in support of SciPy switching to Alan McIntyre2008-07-151-1/+37
* Replaced utils.raises implementation with the nose function.Alan McIntyre2008-07-131-30/+9
* Update README.txt to indicate nose version dependency, and port SciPy r4424 t...Alan McIntyre2008-06-171-1/+32
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-30/+23
* added verbose argument to assert_array_equal in assert_equal. Fixes ticket #810.dhuard2008-06-051-1/+1
* 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