summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_errstate.py
AgeCommit message (Expand)AuthorFilesLines
2017-07-24TST: Remove unittest dependencies in numpy/core/tests.Charles Harris1-2/+2
2015-07-25STY: PEP8 fixes for numpy/core/tests/*.pyCharles Harris1-0/+1
2013-04-062to3: Apply `print` fixer.Charles Harris1-1/+1
2013-03-282to3: Use absolute imports.Charles Harris1-1/+1
2013-03-012to3: Put `from __future__ import division in every python file.Charles Harris1-0/+2
2013-01-02MAINT: remove painful to look at exec statement from np.errstate test.Ralf Gommers1-28/+16
2013-01-02TST: skip floating point warning test failures on ARM. Closes gh-413.Ralf Gommers1-0/+4
2011-04-05STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris1-3/+3
2010-12-03BUG: core: Some fixes and clean up of floating point exception codeMark Wiebe1-2/+2
2009-12-063K: test_errstate should check floor divide, to avoid spurious fp exceptionsPauli Virtanen1-2/+2
2009-12-063K: core: fix a few Name and SyntaxErrors in testsPauli Virtanen1-1/+1
2009-10-24Replace \r by \n.Charles Harris1-57/+57
2008-06-21Restore old test framework classes.Alan McIntyre1-1/+1
2008-06-17Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre1-8/+3
2007-10-02Rename test classes to CapWords.Stefan van der Walt1-1/+1
2007-01-08Whitespace cleanup.Stefan van der Walt1-4/+3
2006-10-19Added tests for errstate(call=x). Made minor change to errstate so that an ex...Tim Hochberg1-0/+11
2006-10-16Applied patch for ticket #345: fix to test_errstate for Python 2.5Travis Oliphant1-5/+12
2006-10-12Forgot this file in last commit:Tim Hochberg1-0/+45