Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use 'in' keyword to test dictionary membership | Jarrod Millman | 2007-11-28 | 2 | -4/+5 |
| | |||||
* | 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 |
| | |||||
* | Added assert_string_equal function to numpy.testing. | Pearu Peterson | 2007-08-31 | 1 | -1/+35 |
| | |||||
* | 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 ↵ | Pearu Peterson | 2007-08-30 | 1 | -7/+29 |
| | | | | that match given pattern. | ||||
* | Replace generator expressions for compatibility with Python 2.3. | Stefan van der Walt | 2007-08-28 | 1 | -5/+5 |
| | |||||
* | Fix parametric test names under Python 2.4. | Stefan van der Walt | 2007-08-21 | 1 | -14/+25 |
| | |||||
* | Fix parametric testing for Python 2.4. | Stefan van der Walt | 2007-08-20 | 1 | -1/+5 |
| | |||||
* | Fix parametric tests for Python 2.4. | Stefan van der Walt | 2007-08-20 | 1 | -4/+5 |
| | |||||
* | Add parametric unit tests (contributed by Fernando Perez). | Stefan van der Walt | 2007-08-20 | 2 | -0/+285 |
| | |||||
* | Added a new option to NumpyTest.run command line: -s somestring will replace ↵ | Pearu Peterson | 2007-07-20 | 1 | -1/+9 |
| | | | | sys.argv\[1:\] with splitcmdline(somestring) | ||||
* | Typo fix: expose memusage for nt OS. | Pearu Peterson | 2007-06-08 | 1 | -6/+6 |
| | |||||
* | 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 |
| | |||||
* | Clean up setup() calls. | Pearu Peterson | 2007-05-11 | 1 | -1/+1 |
| | |||||
* | Better warning when using ScipyTest | cookedm | 2007-05-10 | 1 | -1/+1 |
| | |||||
* | assert_approx_equal used significant digit more than requested. | Robert Kern | 2007-05-04 | 1 | -1/+1 |
| | |||||
* | NumpyTest.test() takes an extra argument, all, which, if true, makes | cookedm | 2007-04-22 | 1 | -107/+100 |
| | | | | | it act like NumpyTest.testall(). This comes from some refactoring to remove duplicate code in .test and .testall(). | ||||
* | 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 | 2 | -6/+6 |
| | |||||
* | Fix missing import statement. Fix bug where random.permutation did not ↵ | Travis Oliphant | 2007-01-19 | 1 | -0/+1 |
| | | | | accept numpy scalars. | ||||
* | 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 |
| | |||||
* | Refer to NumpyTest instead of ScipyTest. | Stefan van der Walt | 2007-01-08 | 1 | -4/+4 |
| | |||||
* | Under Python 2.5 on windows test_multiarray was failing mysteriously. ↵ | Tim Hochberg | 2006-10-12 | 1 | -1/+1 |
| | | | | Applying normpath to set_local_path cured that. | ||||
* | Fix Python 2.5 compatibility to work with new b3 release | Travis Oliphant | 2006-08-14 | 1 | -0/+2 |
| | |||||
* | make printed errors from approx_array_* better | cookedm | 2006-07-14 | 1 | -1/+3 |
| | |||||
* | `` -> repr in numpy.testing | cookedm | 2006-07-14 | 2 | -5/+7 |
| | |||||
* | Scan for abs(level) tests. | Stefan van der Walt | 2006-07-07 | 1 | -1/+1 |
| | |||||
* | Fix assert_array_compare to handle boolean return from equality testing ↵ | Travis Oliphant | 2006-07-06 | 1 | -4/+10 |
| | | | | (which can happen) | ||||
* | Make 'assert_equal' handle tuples (not only lists). Closes #163. | Stefan van der Walt | 2006-06-30 | 1 | -1/+1 |
| | |||||
* | from Neilen Marais: make numpy.testing compatible with the nosetest package ↵ | cookedm | 2006-06-28 | 1 | -1/+1 |
| | | | | with a trivial patch | ||||
* | Rework numpy.testing.utils. | cookedm | 2006-06-14 | 1 | -86/+52 |
| | | | | This tightens up equality tests a bit; some tests in numpy an scipy fail. | ||||
* | Apply patch #137 | Travis Oliphant | 2006-06-12 | 1 | -6/+6 |
| | |||||
* | clean up scalar assert_*_equal in numpy.distutils.util | cookedm | 2006-06-10 | 1 | -37/+37 |
| | |||||
* | Removed win32all dependence from numpy/testing/utils.py | Pearu Peterson | 2006-05-24 | 1 | -9/+11 |
| | |||||
* | resolve ticket #89 | Travis Oliphant | 2006-05-09 | 1 | -6/+6 |
| | |||||
* | 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 |
| | | | | than NumpyTest.test | ||||
* | Changed rundocs to closely follow procedure outlined in the docs for ↵ | Tim Hochberg | 2006-04-30 | 1 | -1/+6 |
| | | | | imp.load_module. This fixed a bizzare error where tests would run fine the first time through, but would fail the second time through when loading from a pyc file. | ||||
* | Added NumpyTestCase.rundocs method to support running doc-tests via unittest ↵ | Pearu Peterson | 2006-04-26 | 1 | -0/+15 |
| | | | | machinery - needed for running tests via testoob. | ||||
* | Added importall function that recursively imports modules. Convinient for ↵ | Pearu Peterson | 2006-04-26 | 1 | -0/+25 |
| | | | | detecting any import problems. | ||||
* | Applied Bryce patch to support TestCase proxy classes. | Pearu Peterson | 2006-04-04 | 1 | -2/+5 |
| | |||||
* | Fix 2.3 compatibility on windows. | Travis Oliphant | 2006-03-14 | 1 | -1/+1 |
| | |||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 2 | -8/+7 |
| | | | | extraneous whitespace | ||||
* | Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid ↵ | Pearu Peterson | 2006-02-24 | 2 | -7/+12 |
| | | | | initiating Scipy/NumpyTest during imports. |