summaryrefslogtreecommitdiff
path: root/numpy/testing
Commit message (Expand)AuthorAgeFilesLines
* MAINT: add version since deprecation in the deprecation message.Matthias Bussonnier2018-09-254-8/+8
* TST: improve parallel test stability for warningsTyler Reddy2018-09-231-1/+39
* TST: Replace calls to unittest.TestCase.fail (#11933)Roman Yurchak2018-09-121-5/+1
* MAINT: remove redundant importsmattip2018-09-091-1/+0
* MAINT: reformat line spacing before test methodsmattip2018-08-192-3/+0
* Merge pull request #11756 from charris/fix-testing-utilsCharles Harris2018-08-171-6/+15
|\
| * MAINT: Make assert_array_compare more generic.Charles Harris2018-08-171-6/+15
* | DOC: reduce warnings and cleanup redundant c-api documentationmattip2018-08-141-9/+11
|/
* BUG: Make assert_string_equal check str equality simply without regexSho Nakamura2018-07-142-2/+8
* MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary...Eric Wieser2018-07-022-195/+1
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-163-6/+6
* Merge pull request #11122 from mhvk/assert-array-comparison-with-maskedCharles Harris2018-06-072-41/+53
|\
| * MAINT: clean up assert_array_compare a bit further.Marten van Kerkwijk2018-06-042-10/+19
| * BUG,MAINT: Ensure masked elements can be tested against nan and inf.Marten van Kerkwijk2018-05-272-38/+41
* | BUG: Import WarningMessage from warnings.Charles Harris2018-06-041-0/+1
* | MAINT: Remove dead code backporting py2.6 warningsEric Wieser2018-06-041-92/+0
|/
* TST: disable gc in refcount test (#11158)Matti Picus2018-05-241-5/+9
* BUG: Ensure that fully masked arrays pass assert_array_equal.Marten van Kerkwijk2018-05-192-1/+23
* Merge pull request #11010 from mhvk/poly-matrix-tests-to-matrixlibCharles Harris2018-05-151-30/+2
|\
| * MAINT: move matrix tests in testing to matrixlib.Marten van Kerkwijk2018-04-291-30/+2
* | MAINT: Misc. typos (#11005)luzpaz2018-04-301-1/+1
|/
* BUG: Ensure the garbage is clear first in assert_no_gc_cyclesEric Wieser2018-04-152-19/+73
* ENH: Show the full list of leaked objectsEric Wieser2018-04-121-2/+21
* TST: Extract a helper function to test for reference cyclesEric Wieser2018-04-123-3/+92
* Merge pull request #10850 from charris/deprecate-some-importsCharles Harris2018-04-094-9/+24
|\
| * DEP: Issue deprecation warnings for some imports.Charles Harris2018-04-064-9/+24
* | MAINT: Remove now unused pytest_tools.Charles Harris2018-04-066-3465/+0
* | MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-062-16/+6
|/
* TST: Update modules `test` to PytestTester.Charles Harris2018-04-041-2/+4
* TST: Switch to using pytest markersCharles Harris2018-04-043-161/+186
* TST: Update pytest.ini and PytestTesterCharles Harris2018-04-041-11/+30
* ENH: Add tester for pytest.Charles Harris2018-03-311-0/+175
* Merge pull request #10830 from charris/fix-testing-warningsRalf Gommers2018-03-303-6/+6
|\
| * BUG: Fix obvious warning bugs.Charles Harris2018-03-303-6/+6
* | DOC: Fix minor typosluz.paz2018-03-302-2/+2
|/
* BUG: fix obvious mistake in testing/decorators warning.Ralf Gommers2018-03-291-2/+2
* MAINT: Warn when importing numpy.testing.<module>.Charles Harris2018-03-294-4/+18
* MAINT: Rearrange numpy/testing files.Charles Harris2018-03-2912-8/+13
* TST: Rename some compiled c test modulesCharles Harris2018-03-241-1/+1
* TST: Remove some nose dependences in utils.pyCharles Harris2018-03-231-7/+49
* MAINT: Remove use of unittest in NumPy tests.xoviat2018-03-211-209/+169
* MAINT: Fix test_utils.py for Python 3.7.Charles Harris2018-03-191-14/+29
* TST: Import abstract classes from collections.abcFrederick Lefebvre2018-03-142-8/+18
* Merge pull request #10718 from AaronCritchley/tst-fixing-float16-eqCharles Harris2018-03-133-2/+36
|\
| * MAINT: Increase range in float16 almost equal nulp test.Charles Harris2018-03-131-2/+4
| * TST: Fixing bug in assert near equality of float16 arrays (#10697)Aaron Critchley2018-03-103-2/+34
* | Fix low-hanging Pypy compatibility issues (#10737)Pauli Virtanen2018-03-122-4/+9
|/
* DOC/MAINT: More misc. typosluz.paz2018-02-271-2/+2
* MAINT: simplify pytest assert_raisesxoviat2017-12-291-9/+2
* DEP: restore noseclassesxoviat2017-12-221-0/+5