summaryrefslogtreecommitdiff
path: root/numpy/testing/tests/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7042 from charris/revert-7001Charles Harris2016-01-161-31/+2
|\
| * Revert "Merge pull request #7001 from shoyer/NaT-comparison"Charles Harris2016-01-161-31/+2
* | TST: Make assert_warns an optional contextmanagerStephan Hoyer2016-01-141-0/+15
|/
* TST, ENH: make all comparisons with NaT falseStephan Hoyer2016-01-141-2/+31
* MAINT: Use temppath in test_not_closing_opened_fid.Charles Harris2015-12-201-2/+6
* ENH: Add context manager `temppath` to manage a temporary file.Charles Harris2015-12-191-1/+32
* BUG: testing: fix a bug in assert_string_equalPauli Virtanen2015-11-141-1/+18
* MAINT: pyflakes for numpy/testing, numpy/testing/tests.Charles Harris2015-07-051-5/+27
* STY: PEP8 fixes for numpy/testing numpy/testing/tests.Charles Harris2015-07-051-15/+14
* ENH: add clear_and_catch_warnings context managerMatthew Brett2015-03-141-1/+69
* TST: Update assert_array_almost_equal_nulp testsRyan Nelson2015-01-111-39/+164
* Merge pull request #5048 from juliantaylor/subclass-test-fixCharles Harris2014-09-041-0/+8
|\
| * BUG: fix array_almost_equal for array subclassesJulian Taylor2014-09-051-0/+8
* | Use more portable test methods.Patrick Peglar2014-09-021-1/+5
* | BUG: fix percentage reporting when testing.assert_allclose fails.Patrick Peglar2014-08-311-0/+5
|/
* TST: Change tests to look at array formatting onlyYoshiki Vázquez Baeza2014-03-251-7/+9
* TST: Remove test that makes no senseYoshiki Vázquez Baeza2014-03-251-12/+0
* BUG: Fix non-compatible py3 propertyYoshiki Vázquez Baeza2014-03-251-3/+3
* TST: Add exception message formatting testsYoshiki Vázquez Baeza2014-03-251-0/+35
* TST: Add tests for build_err_msgYoshiki Vázquez Baeza2014-03-241-0/+43
* BUG: Force allclose logic to use inexact typeSebastian Berg2014-02-161-0/+8
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* ENH: More capable test functions for warningsNathaniel J. Smith2012-09-201-1/+5
* [FIX] Make np.random.shuffle less brain-deadNathaniel J. Smith2012-07-171-4/+7
* BUG: fix assert_almost_equal and co. to work with infs.rgommers2011-03-121-0/+9
* ENH: ufunc: Make many more tests pass with the new ufunc codeMark Wiebe2011-01-211-1/+1
* ENH: testing: add assert_tol_equal for testing array equality with specified ...Pauli Virtanen2010-07-281-0/+23
* DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittestCharles Harris2010-02-201-23/+23
* TST: add simple test for complex arrays input to assert_array_almost_equal_nulp.David Cournapeau2010-02-091-0/+13
* BUG: fix 2.5 >= try/except/finally.David Cournapeau2009-11-231-5/+6
* ENH: add an assert_warns testing utility.David Cournapeau2009-11-231-0/+34
* REF: move spacing tests to umath as spacing is now a ufunc.David Cournapeau2009-11-101-39/+0
* ENH: add assert_array_max_ulp comparison function.David Cournapeau2009-10-301-0/+53
* ENH: add robust comparison function for floating numbers.David Cournapeau2009-10-301-0/+27
* ENH: add numpy implementation of F90 spacing function.David Cournapeau2009-10-301-0/+38
* BUG: handle inf/nan correctly in assert_array_almost_equal.David Cournapeau2009-07-281-0/+1
* BUG: fix nan/inf handling for complex dtypes.David Cournapeau2009-07-281-0/+15
* Handle complex special values and negative zero.David Cournapeau2009-07-271-0/+16
* Handle nan and inf in assert_equal.David Cournapeau2009-07-271-1/+19
* BUG: handle nan/inf in assert_approx_equal.David Cournapeau2009-07-271-0/+56
* BUG: assert_array_compare did not raise an exception when the nan indexes of ...David Cournapeau2009-07-271-0/+12
* Handle nan and inf in assert_almost_equal.David Cournapeau2009-07-271-1/+20
* Fixed #745: make assert_array_almost_equal work with object arraysPauli Virtanen2009-03-091-0/+5
* Small cleanup.Charles Harris2008-08-291-3/+1
* Standardize NumPy import as "import numpy as np".Alan McIntyre2008-07-221-19/+19
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1