summaryrefslogtreecommitdiff
path: root/scipy/test/testing.py
Commit message (Expand)AuthorAgeFilesLines
* Renamed scipy.test module to scipy.testing. Clean up testing.Pearu Peterson2005-12-261-825/+0
* Fixed test method when using subpackages as standalone.Pearu Peterson2005-12-161-3/+8
* Restore inadvertent change to f2py.Travis Oliphant2005-11-161-0/+23
* Save and restore sys.displayhook around running tests, so that doctests cancookedm2005-10-301-1/+9
* Fixed assert_approx_equal(0,0) failure bug.Pearu Peterson2005-10-271-1/+1
* Shut up scipy.test(..) on missing tests. Use scipy.test(verbosity=2) to get o...Pearu Peterson2005-10-131-5/+6
* Added tuple argument support to add_data_dir.Pearu Peterson2005-10-121-0/+1
* Exposing scipy.test(..), scipy.base.test(..) functions.Pearu Peterson2005-09-301-1/+1
* r3531@Blasphemy: kern | 2005-09-29 02:05:01 -0700Robert Kern2005-09-291-2/+3
* Removed redundant testing.Travis Oliphant2005-09-271-18/+3
* Added weave.Travis Oliphant2005-09-261-2/+2
* Adding weave and testTravis Oliphant2005-09-261-0/+801