Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: Fixup docs after the code removal | Sebastian Berg | 2023-01-22 | 1 | -7/+0 |
| | | | | | | | CircleCI is currently not set up to fail when docs fail, so this slipped through the cracks. It may be that the testing docs should get a bit more changes then just removing these things. | ||||
* | ENH: Apply suggested change | Thomas Duvernay | 2022-05-06 | 1 | -1/+0 |
| | | | Co-authored-by: Matti Picus <matti.picus@gmail.com> | ||||
* | DOC: Add missing functions in `numpy.testing` documentation | Thomas Duvernay | 2022-04-26 | 1 | -0/+7 |
| | |||||
* | Update doc/source/reference/routines.testing.rst | Pamphile ROY | 2021-04-17 | 1 | -1/+1 |
| | | | Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com> | ||||
* | DOC: not recommended section | Pamphile ROY | 2021-04-15 | 1 | -1/+6 |
| | |||||
* | DOC: remove legacy global seed, assert_almost_equal and assert_ | Pamphile ROY | 2021-04-14 | 1 | -3/+8 |
| | |||||
* | DEP: remove deprecate (and private) numpy.testing submodules. | Ralf Gommers | 2019-09-21 | 1 | -5/+5 |
| | | | | | | | | | | | Removes these files that were deprecated since 1.15.0: - numpy/testing/decorators.py - numpy/testing/noseclasses.py - numpy/testing/nosetester.py This also resolves a failure in the recently introduced tests in `test_public_api.py` (see gh-14454). Closes gh-14566 | ||||
* | DOC: reduce warnings when building, reword, tweak doc building | mattip | 2019-02-28 | 1 | -2/+0 |
| | |||||
* | ENH: Better links in documentation | Eric Larson | 2019-01-07 | 1 | -0/+2 |
| | |||||
* | DOC: link to TESTS.rst.txt testing guidelines document, tweak testing docs | mattip | 2018-06-25 | 1 | -2/+12 |
| | |||||
* | DOC: add ``suppress_warnings`` to the testing routine listing. | Ralf Gommers | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | DOC: remove obsolete oldnumeric/numarray sections from reference guide. | Ralf Gommers | 2014-04-21 | 1 | -1/+1 |
| | | | | | Also fix a duplicate entry for numpy.testing due to incorrect header underlining. | ||||
* | DOC: Document assert_raises_regex in numpy reference. | Charles Harris | 2014-03-26 | 1 | -0/+1 |
| | |||||
* | Added entries for assert_allclose, assert_array_almost_equal_nulp, and ↵ | Matt Davis | 2012-07-20 | 1 | -0/+3 |
| | | | | assert_array_max_ulp into the numpy testing reference documentation. | ||||
* | ENH: add an assert_warns testing utility. | David Cournapeau | 2009-11-23 | 1 | -0/+1 |
| | |||||
* | Add the deprecated decorator to the numpy reference. | David Cournapeau | 2009-07-21 | 1 | -0/+1 |
| | |||||
* | Move routines.testing.rst to the correct place | Pauli Virtanen | 2009-03-28 | 1 | -0/+46 |