summaryrefslogtreecommitdiff
path: root/numpy/testing
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some more tests for assert_* functions.David Cournapeau2008-04-071-1/+28
* Add the tests in setup file for testing package.David Cournapeau2008-04-071-0/+2
* Start testing test functions.David Cournapeau2008-04-071-0/+30
* Revert comparison function; nan handling broken.David Cournapeau2008-04-071-19/+2
* Fix broken detection of nan in comparison function.David Cournapeau2008-04-071-2/+2
* Handling nan values for assert_ functions.David Cournapeau2008-04-071-2/+19
* Add setupscons.py for pure python packagesDavid Cournapeau2008-01-071-0/+16
* Removed dependency on nose.tools. Ripped nose.tools.raise and placed it in n...Travis Oliphant2008-01-021-1/+35
* Replace numpy.distutils.exec_command.splitcmdline with shlex.split instead.cookedm2007-12-261-2/+2
* testing/numpytest.py: only handle IgnoreException when we have a testcookedm2007-12-241-1/+2
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-282-4/+5
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-2/+2
* allow TestCase classes to be prefixed with either 'test' or 'Test'Jarrod Millman2007-10-021-1/+1
* Added assert_string_equal function to numpy.testing.Pearu Peterson2007-08-311-1/+35
* Make test() to return TestResult instance.Pearu Peterson2007-08-301-6/+5
* Added testcase pattern feature to testing interface to run only those tests t...Pearu Peterson2007-08-301-7/+29
* Replace generator expressions for compatibility with Python 2.3.Stefan van der Walt2007-08-281-5/+5
* Fix parametric test names under Python 2.4.Stefan van der Walt2007-08-211-14/+25
* Fix parametric testing for Python 2.4.Stefan van der Walt2007-08-201-1/+5
* Fix parametric tests for Python 2.4.Stefan van der Walt2007-08-201-4/+5
* Add parametric unit tests (contributed by Fernando Perez).Stefan van der Walt2007-08-202-0/+285
* Added a new option to NumpyTest.run command line: -s somestring will replace ...Pearu Peterson2007-07-201-1/+9
* Typo fix: expose memusage for nt OS.Pearu Peterson2007-06-081-6/+6
* Improve docstring formatting for NumpyTestedschofield2007-05-241-21/+26
* Add stacklevel=2 to DeprecationWarning for ScipyTestCasecookedm2007-05-151-1/+1
* Clean up setup() calls.Pearu Peterson2007-05-111-1/+1
* Better warning when using ScipyTestcookedm2007-05-101-1/+1
* assert_approx_equal used significant digit more than requested.Robert Kern2007-05-041-1/+1
* NumpyTest.test() takes an extra argument, all, which, if true, makescookedm2007-04-221-107/+100
* Sort module names when running testscookedm2007-04-171-1/+4
* scratch that last one. my badTim Leslie2007-03-051-1/+1
* fix bug with test_suite being called incorrectlyTim Leslie2007-03-051-1/+1
* Prepare for doctest-runner.Stefan van der Walt2007-02-101-4/+2
* remove some remaining references to scipy. fixes #428Tim Leslie2007-01-262-6/+6
* Fix missing import statement. Fix bug where random.permutation did not accep...Travis Oliphant2007-01-191-0/+1
* deprecate the use of ScipyTest and ScipyTestCase. fixes #421Tim Leslie2007-01-151-2/+12
* Whitespace cleanup.Stefan van der Walt2007-01-081-6/+3