summaryrefslogtreecommitdiff
path: root/numpy/testing
Commit message (Expand)AuthorAgeFilesLines
* Put measure in numpy.testing namespace.David Cournapeau2008-10-281-1/+1
* Removed unused imports.Alan McIntyre2008-09-131-8/+7
* Removed unused imports.Alan McIntyre2008-09-091-1/+0
* Remove debugging code.Alan McIntyre2008-09-051-3/+0
* Renamed classes to conform to PEP 8.Alan McIntyre2008-09-042-11/+11
* Replaced numpy.testing.decorators.skipknownfailure with knownfailureif, Alan McIntyre2008-09-043-12/+74
* reindenting prior to releaseJarrod Millman2008-09-022-3/+3
* Make testing functions work when python is called with the -OO flag.Charles Harris2008-08-291-15/+27
* Small cleanup.Charles Harris2008-08-291-3/+1
* Bail out of _docmethod earlier if method has no docstring.Alan McIntyre2008-08-271-2/+4
* Make _docmethod work correctly when run with -OOAlan McIntyre2008-08-271-1/+2
* Added benchmarks directory to lib/setup.py so that numpy.lib benchmarks are Alan McIntyre2008-08-261-15/+24
* Added deprecation warning for numpy.testing.ParametricTestCaseAlan McIntyre2008-08-251-0/+6
* ran reindentJarrod Millman2008-08-087-38/+37
* Merge from documentation editor.Stefan van der Walt2008-08-051-2/+34
* Delay import from inspect to reduce startup time.Alan McIntyre2008-07-301-1/+4
* Delay import of shlex to reduce startup time.Alan McIntyre2008-07-301-1/+4
* Delay import of difflib to reduce startup time.Alan McIntyre2008-07-301-1/+3
* Removed unused import of glob.Alan McIntyre2008-07-301-1/+0
* Standardize NumPy import as "import numpy as np".Alan McIntyre2008-07-221-19/+19
* Added numpy.testing.verbose, to allow tests to vary output accordingly.Alan McIntyre2008-07-212-2/+36
* Comment out extension option since it is not used at present.Alan McIntyre2008-07-191-1/+1
* Instead of importing nose plugins, use the existing list of classes that Alan McIntyre2008-07-191-7/+16
* Comment cleanup.Alan McIntyre2008-07-182-5/+4
* Use a subclass of the nose doctest plugin instead of monkeypatching the built...Alan McIntyre2008-07-182-186/+324
* Added the measure function to utils.py in support of SciPy tests.Alan McIntyre2008-07-161-0/+19
* Added isfunction and decorate_methods in support of SciPy switching to Alan McIntyre2008-07-151-1/+37
* Reset doctest.master on each test run to avoid messages about "'__main__' in ...Alan McIntyre2008-07-151-0/+4
* Replaced utils.raises implementation with the nose function.Alan McIntyre2008-07-132-31/+13
* Updated doctest for NoseTester to reflect actual usage, and added Alan McIntyre2008-07-091-7/+14
* Use the implicit "import numpy as np" made available to all doctests instead Alan McIntyre2008-07-051-0/+1
* Fix setup script. Exclude test that requires building from the main test suite.Robert Kern2008-07-031-0/+1
* Fixed line continuation in doctest for setastest.Alan McIntyre2008-07-032-10/+41
* Deprecate set_package_path, set_local_path, and restore_path.Alan McIntyre2008-07-031-1/+9
* Customize behavior of nose doctests:Alan McIntyre2008-07-011-9/+128
* Restored parametric.pyAlan McIntyre2008-06-211-0/+305
* Restore old test framework classes.Alan McIntyre2008-06-215-31/+630
* Update README.txt to indicate nose version dependency, and port SciPy r4424 t...Alan McIntyre2008-06-175-29/+60
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-1710-914/+322
* added verbose argument to assert_array_equal in assert_equal. Fixes ticket #810.dhuard2008-06-051-1/+1
* Make test(all=True) the default.Charles Harris2008-05-211-1/+1
* Fix unit test capturing under Python 2.6.Stefan van der Walt2008-05-201-0/+2
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-1/+1
* Correct dependency on missing code.Robert Kern2008-04-172-34/+67
* Fix test for assert* with nan values + string formatting issue when handling ...David Cournapeau2008-04-082-6/+9
* Handle nan in assert_array* funcs correctly. All numpy tests passDavid Cournapeau2008-04-081-2/+25
* Add basic tests for assert_array_almost_equal.David Cournapeau2008-04-081-35/+47
* assert* funcs: Add generic test for rank 3 arrays.David Cournapeau2008-04-071-0/+19
* assert* funcs test: add generic test for rank1 arrays for all dtype.David Cournapeau2008-04-071-0/+18
* Test assert* funcs for arrays with Nan and rec arrays.David Cournapeau2008-04-071-0/+22