summaryrefslogtreecommitdiff
path: root/numpy/testing
Commit message (Expand)AuthorAgeFilesLines
* ENH: Remove type number ordering assumptions in CanCastSafely, ScalarKinds, a...Mark Wiebe2010-11-301-0/+79
* TST: disable --detailed-errors by default -- the output it gives is more conf...Pauli Virtanen2010-09-111-3/+0
* ENH: testing: add assert_tol_equal for testing array equality with specified ...Pauli Virtanen2010-07-282-1/+60
* ENH: testing: do not exclude array_from_pyobj from tests; it's now fixed to b...Pauli Virtanen2010-03-061-1/+0
* BUG: Ignore "invalid value" from abs in testing/utils.pyCharles Harris2010-02-211-2/+7
* BUG: More workarounds for np.isinf warning in tests.Charles Harris2010-02-211-8/+16
* ENH: testing: always enable --detailed-errors assert introspection in nosePauli Virtanen2010-02-211-0/+3
* DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittestCharles Harris2010-02-201-23/+23
* more docstring updates from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-17/+99
* ENH: handle complex input for assert_array_almost_equal_nulp.David Cournapeau2010-02-091-3/+6
* BUG: fix typo.David Cournapeau2010-02-091-1/+1
* TST: add simple test for complex arrays input to assert_array_almost_equal_nulp.David Cournapeau2010-02-091-0/+13
* FIX - allow doctest tester to parse config before being replaced by NumpyDocTestMatthew Brett2009-12-292-13/+40
* fixed a whole bunch of doctestsPaul Ivanov2009-12-282-0/+16
* BUG: make assert_equal and assert_almost_equal always display err_msgPauli Virtanen2009-12-071-8/+5
* 3K: testing: clean up syntax that confused 2to3Pauli Virtanen2009-12-061-2/+3
* Fix tests now that ufuncs raise NotImplementedError.Travis Oliphant2009-12-041-6/+4
* BUG: fix 2.5 >= try/except/finally.David Cournapeau2009-11-231-5/+6
* ENH: add an assert_warns testing utility.David Cournapeau2009-11-232-1/+59
* REF: move warning context manager into utils.David Cournapeau2009-11-232-84/+88
* BUG: use %g format in assert_array_*_nulp (fix #1297, thanks to Neil Muller)Pauli Virtanen2009-11-131-2/+2
* ENH: remove any mention of original python spacing, use ufunc everywhere.David Cournapeau2009-11-101-33/+2
* REF: move spacing tests to umath as spacing is now a ufunc.David Cournapeau2009-11-101-39/+0
* BUG: wrong exception raised in spacing for incompatible dtype.David Cournapeau2009-10-301-2/+0
* STY: remove whitespace.David Cournapeau2009-10-301-3/+3
* ENH: add assert_array_max_ulp comparison function.David Cournapeau2009-10-302-1/+65
* ENH: add robust comparison function for floating numbers.David Cournapeau2009-10-302-1/+107
* ENH: add numpy implementation of F90 spacing function.David Cournapeau2009-10-302-0/+71
* 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-023-114/+422
* 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
* Fix #1168: fix functionality broken in r7132, and make get_package_path more ...Pauli Virtanen2009-08-291-3/+12
* 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-282-1/+32
* BUG: fix nan/inf handling for complex dtypes.David Cournapeau2009-07-282-0/+46
* Handle complex special values and negative zero.David Cournapeau2009-07-272-4/+59
* Handle nan and inf in assert_equal.David Cournapeau2009-07-272-2/+43
* Fix header for assert_array_almost_equal.David Cournapeau2009-07-271-2/+2
* BUG: handle nan/inf in assert_approx_equal.David Cournapeau2009-07-272-0/+70
* BUG: assert_array_compare did not raise an exception when the nan indexes of ...David Cournapeau2009-07-272-0/+13
* Handle nan and inf in assert_almost_equal.David Cournapeau2009-07-272-1/+69
* Fix 2.5-isms for deprecated decorator.David Cournapeau2009-07-211-2/+8
* Add versionadded 1.4.0 for deprecated decorator.David Cournapeau2009-07-211-0/+5
* Add a deprecated decorator to avoid cluttering test run output while checking...David Cournapeau2009-07-211-0/+102