summaryrefslogtreecommitdiff
path: root/numpy/testing
AgeCommit message (Expand)AuthorFilesLines
2018-03-19MAINT: Fix test_utils.py for Python 3.7.Charles Harris1-14/+29
2018-03-14TST: Import abstract classes from collections.abcFrederick Lefebvre2-8/+18
2018-03-13Merge pull request #10718 from AaronCritchley/tst-fixing-float16-eqCharles Harris3-2/+36
2018-03-13MAINT: Increase range in float16 almost equal nulp test.Charles Harris1-2/+4
2018-03-12Fix low-hanging Pypy compatibility issues (#10737)Pauli Virtanen2-4/+9
2018-03-10TST: Fixing bug in assert near equality of float16 arrays (#10697)Aaron Critchley3-2/+34
2018-02-27DOC/MAINT: More misc. typosluz.paz1-2/+2
2017-12-29MAINT: simplify pytest assert_raisesxoviat1-9/+2
2017-12-22DEP: restore noseclassesxoviat1-0/+5
2017-12-22ENH: do backward compatibility correctlyxoviat3-12/+3
2017-12-22BUG: Fix pytest implementation errorsxoviat1-4/+17
2017-12-22wipCharles Harris1-322/+324
2017-12-22wip nosetesterCharles Harris1-12/+13
2017-12-22ENH: Add pytest compatible run_module_suite.Charles Harris1-46/+40
2017-12-22ENH: Make numpy.testing pytest aware.Charles Harris3-4/+20
2017-12-22MAINT: Remove noseclasses from user accessible modules.Charles Harris1-6/+0
2017-12-22MAINT: Fix unused IgnoreException in nose_tools/utils.pyCharles Harris1-0/+1
2017-12-22MAINT: Hardwire 'nose' in parameterized.py.Charles Harris1-1/+2
2017-12-22MAINT: Add __all__ to nose_tools/decorators.py.Charles Harris1-0/+3
2017-12-22MAINT: Make decorator tests work with new exceptions.Charles Harris1-8/+8
2017-12-22ENH: Add pytest_tools directory.Charles Harris6-0/+3452
2017-12-12DOC: fix minor typosUnknown1-1/+1
2017-12-10BUG: Fix numpy.testing.assert_equal in release mode.Charles Harris1-3/+6
2017-12-06MAINT/BUG: Simplify _formatArray, fixing array_repr(matrix) in the processEric Wieser1-1/+3
2017-11-28Merge pull request #10114 from Templarrr/masterCharles Harris1-2/+1
2017-11-28MAINT: Simplify IntegerFormatterEric Wieser1-6/+9
2017-11-28MAINT: Remove duplicate cond check from assert_array_compareMichael Odintsov1-2/+1
2017-11-26BUG: Fix assert_equal on time-like objectsEric Wieser2-28/+46
2017-09-30Merge pull request #9645 from xoviat/appveyorCharles Harris1-9/+12
2017-09-25TST: update tests to remove unneeded whitespaceAllan Haldane1-12/+12
2017-09-09TST: utils: fix string continuationxoviat1-6/+6
2017-09-09:art:xoviat1-1/+1
2017-09-09TST: util: fix test_error_messagexoviat1-1/+1
2017-09-09TST: utils: fix test_error_msgxoviat1-7/+8
2017-09-04TST: fix failures:xoviat1-1/+3
2017-08-16ENH: check for FPU mode changes in the test suitePauli Virtanen2-3/+38
2017-08-06TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris1-0/+0
2017-08-05MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser1-3/+3
2017-07-05TST: Add test of new `parametrize` decorator.Charles Harris1-0/+14
2017-07-05ENH: Add parametrize decorator for nose.Charles Harris2-0/+506
2017-07-04MAINT: Rearrange files in numpy/testing module.Charles Harris11-3358/+3407
2017-06-27TST: Move nose plugin initialization outside of testing loopSebastian Berg1-3/+3
2017-06-21ENH: testing: add a "timer" keyword to ``Tester.test`` to time slow tests.Ralf Gommers1-3/+15
2017-06-21ENH: testing: load available nose plugins that are external to nose itselfRalf Gommers1-0/+11
2017-06-03BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser1-2/+2
2017-05-09ENH: Spelling fixesVille Skyttä1-2/+2
2017-05-07BUG: Remove warning filters from comparison assert functionsSebastian Berg2-38/+75
2017-04-19DEP: Add back ndarray.__[sg]etslice__Eric Wieser1-0/+2
2017-02-09MAINT: Remove __setslice__ and __getslice__Eric Wieser1-2/+0
2017-02-04Add missing __tracebackhide__ to testing functions.Antony Lee1-0/+2