summaryrefslogtreecommitdiff
path: root/scipy_test/scipy_test.py
Commit message (Expand)AuthorAgeFilesLines
* Removing obsolete scipy_testPearu Peterson2002-04-071-334/+0
* Fixed random buglets.Travis Oliphant2002-04-051-1/+1
* Introduced ScipyTestCase with timing hooksPearu Peterson2002-03-051-1/+19
* fixed missing , typo that broke module import/reload/test in some situations ...Eric Jones2002-02-261-1/+1
* major overhaul to testing framework. module_xxx.test() now takes a 'level' a...Eric Jones2002-02-191-9/+24
* added assert_approx_equal to compare two numbers up to some significant digit...Eric Jones2002-01-211-1/+22
* Added err_msg keyword argument to assert_array_equalPearu Peterson2002-01-131-7/+14
* encapsulated all Numeric specific code within a try/except so that most funct...Eric Jones2002-01-021-23/+26
* split scipy_test off into its own module.Eric Jones2001-12-251-0/+270