summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_errstate.py
Commit message (Expand)AuthorAgeFilesLines
* TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-1/+3
* TST: Test division by zero both with scalar and with array (gh-15577)Christian Kastner2020-02-261-2/+14
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* Make errstate a ContextDecoratorNimish Telang2019-01-171-0/+8
* TST: Replace calls to unittest.TestCase.fail (#11933)Roman Yurchak2018-09-121-11/+3
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-5/+1
* TST: Switch to using pytest markersCharles Harris2018-04-041-2/+3
* TST: Remove unittest dependencies in numpy/core/tests.Charles Harris2017-07-241-2/+2
* STY: PEP8 fixes for numpy/core/tests/*.pyCharles Harris2015-07-251-0/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* MAINT: remove painful to look at exec statement from np.errstate test.Ralf Gommers2013-01-021-28/+16
* TST: skip floating point warning test failures on ARM. Closes gh-413.Ralf Gommers2013-01-021-0/+4
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-3/+3
* BUG: core: Some fixes and clean up of floating point exception codeMark Wiebe2010-12-031-2/+2
* 3K: test_errstate should check floor divide, to avoid spurious fp exceptionsPauli Virtanen2009-12-061-2/+2
* 3K: core: fix a few Name and SyntaxErrors in testsPauli Virtanen2009-12-061-1/+1
* Replace \r by \n.Charles Harris2009-10-241-57/+57
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-8/+3
* Rename test classes to CapWords.Stefan van der Walt2007-10-021-1/+1
* Whitespace cleanup.Stefan van der Walt2007-01-081-4/+3
* Added tests for errstate(call=x). Made minor change to errstate so that an ex...Tim Hochberg2006-10-191-0/+11
* Applied patch for ticket #345: fix to test_errstate for Python 2.5Travis Oliphant2006-10-161-5/+12
* Forgot this file in last commit:Tim Hochberg2006-10-121-0/+45