| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | Improved the meaning of test level argument: with negative level return a ↵ | Pearu Peterson | 2006-02-24 | 1 | -14/+12 |
| | | | | | list of abs(level) unit tests, with a positive value, also run them. | ||||
| * | Documented NumpyTest.test level and verbosity arguments. Added special ↵ | Pearu Peterson | 2006-02-24 | 1 | -4/+23 |
| | | | | | behaviors. | ||||
| * | Fixed a bug in importing zzz/tests/test_zzz.py when zzz/zzz.py exists. Added ↵ | Pearu Peterson | 2006-02-23 | 1 | -24/+54 |
| | | | | | check_testcase_name and testfile_patterns to NumpyTest so that different test suite conventions can be used. | ||||
| * | Impl. check_testcase_name, get_testfile methods to support different ↵ | Pearu Peterson | 2006-02-21 | 1 | -28/+23 |
| | | | | | unittest suite naming schemes. Removed Python 2.1 support code. | ||||
| * | Added memusage() for os.name=='nt' | Pearu Peterson | 2006-02-21 | 1 | -1/+32 |
| | | |||||
| * | Added dict and list support to assert_equal when they contain arrays. | Pearu Peterson | 2006-02-20 | 1 | -1/+13 |
| | | |||||
| * | Fixing mingw32 building: fixes undefined referece __EH_FRAME_BEGIN__ linker ↵ | Pearu Peterson | 2006-02-18 | 1 | -0/+2 |
| | | | | | failure. | ||||
| * | Impl. rename() method for NumpyTest class that allows redefining mapping ↵ | Pearu Peterson | 2006-02-09 | 1 | -3/+20 |
| | | | | | between module name and test_<module name>.py file name. Fixed bug with output_exception argument. | ||||
| * | 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 |
| | | | | | too many tests in situations where we have xxx/__init__.py, xxx/xxx.py, xxx/tests/test_xxx.py. | ||||
| * | Fixed dotblas for zero-size arrays. | Travis Oliphant | 2006-01-17 | 1 | -1/+1 |
| | | |||||
| * | Fixed error in setflags and added a few unit tests for test_multiarray | Travis Oliphant | 2006-01-06 | 1 | -1/+6 |
| | | |||||
| * | More changes | Travis Oliphant | 2006-01-04 | 1 | -0/+0 |
| | | |||||
| * | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 3 | -6/+6 |
| | | |||||
| * | Change most setup.py files | Travis Oliphant | 2006-01-04 | 2 | -244/+6 |
| | | |||||
| * | Moving things.. | Travis Oliphant | 2006-01-04 | 1 | -0/+238 |
| | | |||||
| * | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 5 | -0/+645 |
