| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG: Make assert_allclose(..., equal_nan=False) work. | Antti Kaihola | 2016-10-17 | 1 | -9/+13 |
* | TST: Add tests for assert_allclose(..., equal_nan={True|False}) | Antti Kaihola | 2016-10-17 | 1 | -0/+12 |
* | MAINT: fix assert_raises_regex when used as a context manager | Stephan Hoyer | 2016-09-26 | 1 | -8/+13 |
* | Update somethingaboutorange URL to nose.readthedocs.io | naveenarun | 2016-09-21 | 1 | -1/+1 |
* | Merge pull request #7099 from seberg/suppressed_warnings | Charles Harris | 2016-09-02 | 5 | -50/+56 |
|\ |
|
| * | ENH: Use new context manager for testing | Sebastian Berg | 2016-09-02 | 1 | -16/+27 |
| * | BUG: Suppress common NaT warnings | Sebastian Berg | 2016-09-02 | 1 | -4/+9 |
| * | ENH: Make warning testing context managers more specific | Sebastian Berg | 2016-09-02 | 2 | -15/+8 |
| * | MAINT: Simplify deprecation test decorator | Sebastian Berg | 2016-09-02 | 2 | -15/+12 |
* | | TST: fix inplace case of alignment data generator | Julian Taylor | 2016-09-01 | 1 | -3/+6 |
|/ |
|
* | STY: Small PEP8 cleanups. | Charles Harris | 2016-08-28 | 3 | -2/+5 |
* | ENH,TST: Add new warning suppression/filtering context | Sebastian Berg | 2016-08-28 | 3 | -39/+487 |
* | ENH: skip or avoid gc/objectmodel differences btwn pypy and cpython | mattip | 2016-08-15 | 1 | -1/+6 |
* | Merge pull request #7791 from bertrand-l/feature/f2py-issues-7683 | Charles Harris | 2016-07-18 | 1 | -7/+2 |
|\ |
|
| * | MAINT,DOC: add to compat.py3k a function to load modules. Fix some doc for f2... | bertrand | 2016-07-17 | 1 | -7/+2 |
* | | ENH: Make assert_almost_equal & assert_array_almost_equal consistent. | Charles Harris | 2016-06-19 | 2 | -15/+54 |
|/ |
|
* | MAINT: clean up testing.assert_raises_regexp, 2.6-specific code removed. | Ralf Gommers | 2016-05-14 | 1 | -63/+12 |
* | STY: PEP8, two blank lines between top level function definitions. | Charles Harris | 2016-04-04 | 1 | -1/+22 |
* | MAINT: Remove nose.SkipTest import. | Charles Harris | 2016-04-04 | 1 | -11/+3 |
* | Clarify error on repr failure in assert_equal. | Antony Lee | 2016-02-19 | 2 | -2/+15 |
* | Merge pull request #7042 from charris/revert-7001 | Charles Harris | 2016-01-16 | 2 | -76/+6 |
|\ |
|
| * | Revert "Merge pull request #7001 from shoyer/NaT-comparison" | Charles Harris | 2016-01-16 | 2 | -76/+6 |
* | | DOC: document changes to assert_warns | Stephan Hoyer | 2016-01-16 | 1 | -0/+4 |
* | | TST: Make assert_warns an optional contextmanager | Stephan Hoyer | 2016-01-14 | 2 | -18/+66 |
|/ |
|
* | TST, ENH: make all comparisons with NaT false | Stephan Hoyer | 2016-01-14 | 2 | -6/+76 |
* | MAINT: remove unused f2py and SWIG tests from numpy.distutils. | Ralf Gommers | 2016-01-06 | 1 | -9/+0 |
* | MAINT: remove outdated Pyrex support from distutils (as far as possible). | Ralf Gommers | 2016-01-06 | 1 | -1/+0 |
* | DEP: deprecate np.testing.rand | Evgeni Burovski | 2016-01-04 | 1 | -0/+3 |
* | DOC: update min nose version in import error message, and add note to README | Ralf Gommers | 2015-12-31 | 1 | -1/+1 |
* | [TST] Refactor new raise_warnings logic for subpackage test suites | Nathaniel J. Smith | 2015-12-30 | 2 | -3/+16 |
* | [FIX] fix NoseTester's raise_warning default | Nathaniel J. Smith | 2015-12-29 | 1 | -14/+11 |
* | Merge pull request #6866 from charris/tempfile-context-manager | Charles Harris | 2015-12-20 | 2 | -5/+63 |
|\ |
|
| * | MAINT: Use temppath in test_not_closing_opened_fid. | Charles Harris | 2015-12-20 | 1 | -2/+6 |
| * | ENH: Add context manager `temppath` to manage a temporary file. | Charles Harris | 2015-12-19 | 2 | -5/+59 |
* | | MAINT: Remove commented out code blocks | gfyoung | 2015-12-20 | 1 | -12/+0 |
* | | DOC: Use print only as function when print_function is imported from __future__ | gfyoung | 2015-12-19 | 3 | -13/+13 |
|/ |
|
* | ENH: testing: add SkipTest and KnownFailureException | Evgeni Burovski | 2015-11-16 | 5 | -35/+52 |
* | BUG: testing: fix a bug in assert_string_equal | Pauli Virtanen | 2015-11-14 | 2 | -6/+24 |
* | DOC: document that assert_raises can be used as a context manager | Evgeni Burovski | 2015-11-12 | 1 | -0/+12 |
* | BUG: Fix for #6569, allowing build_ext --inplace | Wendell Smith | 2015-10-28 | 1 | -1/+2 |
* | Merge pull request #5773 from ml31415/pytest_traceback_hide | Pauli Virtanen | 2015-10-17 | 1 | -0/+15 |
|\ |
|
| * | PEP8 applied to comments | Michael Löffler | 2015-05-14 | 1 | -15/+15 |
| * | Comments added | Michael Löffler | 2015-04-20 | 1 | -15/+15 |
| * | pytest traceback hide markers set for testing helpers | Michael Löffler | 2015-04-19 | 1 | -0/+15 |
* | | TST: raise errors for dev versions and warnings for releases on test runs. | Ralf Gommers | 2015-10-15 | 1 | -9/+13 |
* | | MAINT: fix raise_warnings in np.test in py3 | Allan Haldane | 2015-07-27 | 1 | -1/+1 |
* | | Merge pull request #6055 from seberg/test-warn-always | Ralf Gommers | 2015-07-26 | 1 | -3/+3 |
|\ \ |
|
| * | | TST: Make default for all warnings "always" | Sebastian Berg | 2015-07-08 | 1 | -3/+3 |
* | | | BUG: Fixed import error on Windows from not correctly defining a | Ian Henriksen | 2015-07-13 | 1 | -20/+23 |
* | | | MAINT: pyflakes for numpy/testing, numpy/testing/tests. | Charles Harris | 2015-07-05 | 4 | -53/+89 |