| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the following deprecated items from numpy.testing: | Alan McIntyre | 2008-12-31 | 1 | -646/+1 |
* | ran reindent | Jarrod Millman | 2008-08-08 | 1 | -1/+1 |
* | Delay import of shlex to reduce startup time. | Alan McIntyre | 2008-07-30 | 1 | -1/+4 |
* | Removed unused import of glob. | Alan McIntyre | 2008-07-30 | 1 | -1/+0 |
* | Deprecate set_package_path, set_local_path, and restore_path. | Alan McIntyre | 2008-07-03 | 1 | -1/+9 |
* | Restore old test framework classes. | Alan McIntyre | 2008-06-21 | 1 | -1/+537 |
* | Switched to use nose to run tests. Added test and bench functions to all mod... | Alan McIntyre | 2008-06-17 | 1 | -547/+1 |
* | Make test(all=True) the default. | Charles Harris | 2008-05-21 | 1 | -1/+1 |
* | Fix unit test capturing under Python 2.6. | Stefan van der Walt | 2008-05-20 | 1 | -0/+2 |
* | Replace numpy.distutils.exec_command.splitcmdline with shlex.split instead. | cookedm | 2007-12-26 | 1 | -2/+2 |
* | testing/numpytest.py: only handle IgnoreException when we have a test | cookedm | 2007-12-24 | 1 | -1/+2 |
* | use 'in' keyword to test dictionary membership | Jarrod Millman | 2007-11-28 | 1 | -3/+4 |
* | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 1 | -2/+2 |
* | allow TestCase classes to be prefixed with either 'test' or 'Test' | Jarrod Millman | 2007-10-02 | 1 | -1/+1 |
* | Make test() to return TestResult instance. | Pearu Peterson | 2007-08-30 | 1 | -6/+5 |
* | Added testcase pattern feature to testing interface to run only those tests t... | Pearu Peterson | 2007-08-30 | 1 | -7/+29 |
* | Added a new option to NumpyTest.run command line: -s somestring will replace ... | Pearu Peterson | 2007-07-20 | 1 | -1/+9 |
* | Improve docstring formatting for NumpyTest | edschofield | 2007-05-24 | 1 | -21/+26 |
* | Add stacklevel=2 to DeprecationWarning for ScipyTestCase | cookedm | 2007-05-15 | 1 | -1/+1 |
* | Better warning when using ScipyTest | cookedm | 2007-05-10 | 1 | -1/+1 |
* | NumpyTest.test() takes an extra argument, all, which, if true, makes | cookedm | 2007-04-22 | 1 | -107/+100 |
* | Sort module names when running tests | cookedm | 2007-04-17 | 1 | -1/+4 |
* | scratch that last one. my bad | Tim Leslie | 2007-03-05 | 1 | -1/+1 |
* | fix bug with test_suite being called incorrectly | Tim Leslie | 2007-03-05 | 1 | -1/+1 |
* | Prepare for doctest-runner. | Stefan van der Walt | 2007-02-10 | 1 | -4/+2 |
* | remove some remaining references to scipy. fixes #428 | Tim Leslie | 2007-01-26 | 1 | -3/+3 |
* | Fix missing import statement. Fix bug where random.permutation did not accep... | Travis Oliphant | 2007-01-19 | 1 | -0/+1 |
* | deprecate the use of ScipyTest and ScipyTestCase. fixes #421 | Tim Leslie | 2007-01-15 | 1 | -2/+12 |
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -6/+3 |
* | Under Python 2.5 on windows test_multiarray was failing mysteriously. Applyin... | Tim Hochberg | 2006-10-12 | 1 | -1/+1 |
* | Fix Python 2.5 compatibility to work with new b3 release | Travis Oliphant | 2006-08-14 | 1 | -0/+2 |
* | `` -> repr in numpy.testing | cookedm | 2006-07-14 | 1 | -3/+5 |
* | Scan for abs(level) tests. | Stefan van der Walt | 2006-07-07 | 1 | -1/+1 |
* | from Neilen Marais: make numpy.testing compatible with the nosetest package w... | cookedm | 2006-06-28 | 1 | -1/+1 |
* | Fixed doctest usage 2.4-ism. | Pearu Peterson | 2006-05-03 | 1 | -4/+7 |
* | Impl. NumpyTest.testall method that looks for test methods more agrressively ... | Pearu Peterson | 2006-05-01 | 1 | -1/+124 |
* | Changed rundocs to closely follow procedure outlined in the docs for imp.load... | Tim Hochberg | 2006-04-30 | 1 | -1/+6 |
* | Added NumpyTestCase.rundocs method to support running doc-tests via unittest ... | Pearu Peterson | 2006-04-26 | 1 | -0/+15 |
* | Added importall function that recursively imports modules. Convinient for det... | Pearu Peterson | 2006-04-26 | 1 | -0/+25 |
* | Applied Bryce patch to support TestCase proxy classes. | Pearu Peterson | 2006-04-04 | 1 | -2/+5 |
* | Run reindent.py (script distributed with Python) over the source to remove ex... | cookedm | 2006-03-10 | 1 | -3/+3 |
* | Improved the meaning of test level argument: with negative level return a lis... | Pearu Peterson | 2006-02-24 | 1 | -14/+12 |
* | Documented NumpyTest.test level and verbosity arguments. Added special behavi... | Pearu Peterson | 2006-02-24 | 1 | -4/+23 |
* | Fixed a bug in importing zzz/tests/test_zzz.py when zzz/zzz.py exists. Added ... | Pearu Peterson | 2006-02-23 | 1 | -24/+54 |
* | Impl. check_testcase_name, get_testfile methods to support different unittest... | Pearu Peterson | 2006-02-21 | 1 | -28/+23 |
* | Fixing mingw32 building: fixes undefined referece __EH_FRAME_BEGIN__ linker f... | Pearu Peterson | 2006-02-18 | 1 | -0/+2 |
* | Impl. rename() method for NumpyTest class that allows redefining mapping betw... | Pearu Peterson | 2006-02-09 | 1 | -3/+20 |
* | Added warn,info methods to NumpyTestCase. | Pearu Peterson | 2006-01-31 | 1 | -0/+7 |
* | Fixed a misplaced test messages by flushing. | Pearu Peterson | 2006-01-31 | 1 | -0/+1 |
* | Renamed ScipyTest to NumpyTest, flushing printouts, fixed a bug of including ... | Pearu Peterson | 2006-01-31 | 1 | -24/+46 |