summaryrefslogtreecommitdiff
path: root/scipy_test/testing.py
Commit message (Expand)AuthorAgeFilesLines
* renamed directoriesTravis Oliphant2005-09-141-801/+0
* Fixed importing ScipyTest.Pearu Peterson2005-01-131-5/+6
* numarray merge, continued.jmiller2005-01-111-10/+6
* Applied Todd's patch.Pearu Peterson2005-01-051-1/+5
* Removed HideException feature. Using isrunnable hooks instead to get the numb...Pearu Peterson2004-12-011-19/+13
* Fixed displayed number of tests.Pearu Peterson2004-11-291-5/+4
* Introduced HideException. Fixed docs.Pearu Peterson2004-11-291-9/+30
* Doc fixes for livedocs.Pearu Peterson2004-11-271-14/+15
* mintypecode() supports array arguments.Pearu Peterson2004-11-221-1/+2
* Docs for livedocsPearu Peterson2004-11-211-0/+27
* Skip 'No test file..' messages in cases of info_, __cvs_version__, _version ....Pearu Peterson2004-11-191-0/+11
* Improved tests usage string.Pearu Peterson2004-11-141-1/+1
* Backport to Py2.1Pearu Peterson2004-11-051-1/+5
* Fixed circular fastumath import (triggered by test_stats and scipy_base).Pearu Peterson2004-11-051-4/+10
* More changes to get rid of whrandom usage.Travis Oliphant2004-10-061-2/+2
* Improved failure message on shape mismatch.Pearu Peterson2004-10-061-2/+5
* Fixed missing writeln in dummy_stream.Pearu Peterson2004-04-231-0/+2
* Fixed incorrect failure from assert_approx_equal(1.0,0.99999999998)Pearu Peterson2004-04-131-2/+3
* fixed reference to test_moduleTravis Vaught2004-04-121-1/+1
* added missing definition of 'mstr' for use in failure reportingTravis Vaught2004-04-121-0/+1
* Introduced reldir argument to set_local_path.Pearu Peterson2004-03-281-2/+2
* Handle the case where one of the arguments is scalar in assert_array_equalPearu Peterson2004-03-221-3/+5
* Introduced IgnoreException. When it is raised then scipy unittesting framewor...Pearu Peterson2004-03-091-4/+31
* Multiple suites were found when package_name==__main__, fixed it. Now TestCas...Pearu Peterson2004-03-071-5/+5
* Made debugging messages optional.Pearu Peterson2004-03-061-1/+8
* Impl. better handling of getting suites from a python scriptPearu Peterson2004-03-061-2/+7
* Added debug print out when sys.path is modifiedPearu Peterson2004-01-291-0/+1
* Impl. assert_array_less.Pearu Peterson2003-12-161-1/+23
* Testing backport to Python 2.1 - it used to skip tests from base classes of t...Pearu Peterson2003-12-151-1/+10
* Workaround for Python 2.1 .pyc file generator bug (float constants are trunca...Pearu Peterson2003-12-041-2/+10
* Show parts of arrays if assert_array_*equal failsPearu Peterson2003-12-041-7/+24
* When running tests locally, use the script instead of installed test_yyy module.Pearu Peterson2003-11-271-0/+9
* Introduced restor_path,set_local_path functions.Pearu Peterson2003-10-251-1/+22
* Doc updates.Pearu Peterson2003-10-251-12/+15
* Avoid looking for tests from test_* modulesPearu Peterson2003-10-251-9/+11
* Dropped test_suite_list feature, simplified code. Test methods are looked als...Pearu Peterson2003-10-251-43/+43
* scipy_base clean up.Pearu Peterson2003-10-241-0/+1
* Only TestCase instances with test_ suffix are put to test suite list.Pearu Peterson2003-10-231-1/+2
* Impl. ScipyTest.run method. Calling test(..) will resolve all ppimported modu...Pearu Peterson2003-10-221-13/+71
* Impl. ScipyTest class that will facilitate testing dropped-into-Lib Scipy mod...Pearu Peterson2003-10-211-2/+103
* Fixed curious 'TypeError: an integer is required' in fftpack tests (bug repor...Pearu Peterson2003-03-211-1/+1
* Fixed test_special to test over 100 of the functions. Other tests need to be...Travis Oliphant2003-01-091-1/+4
* Impl. memusage() for Linux. memusage is useful for detecting memory leaksPearu Peterson2002-11-251-0/+14
* Added tests to stats. Added nanXXXX functions. Fixed kurtosis and skew to h...Travis Oliphant2002-11-011-2/+10
* Changed str->repr in assert_* functions (because DESIRED and ACTUAL showed id...Pearu Peterson2002-10-191-15/+15
* Fixed assert_approx_equal for negative inputPearu Peterson2002-09-301-2/+2
* rearrange failure message slightly and dump trailing whitespaceskip2002-09-261-26/+25
* Replaced get_package_path with set_package_path. See linalg/tests/test_*.py f...Pearu Peterson2002-09-251-7/+24
* Enabled true jiffies for Mandrake linuxPearu Peterson2002-09-251-1/+1
* Fixed jiffies scaling in ScipyTestCase.measurePearu Peterson2002-09-201-1/+1