Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed scipy.test module to scipy.testing. Clean up testing. | Pearu Peterson | 2005-12-26 | 1 | -825/+0 |
* | Fixed test method when using subpackages as standalone. | Pearu Peterson | 2005-12-16 | 1 | -3/+8 |
* | Restore inadvertent change to f2py. | Travis Oliphant | 2005-11-16 | 1 | -0/+23 |
* | Save and restore sys.displayhook around running tests, so that doctests can | cookedm | 2005-10-30 | 1 | -1/+9 |
* | Fixed assert_approx_equal(0,0) failure bug. | Pearu Peterson | 2005-10-27 | 1 | -1/+1 |
* | Shut up scipy.test(..) on missing tests. Use scipy.test(verbosity=2) to get o... | Pearu Peterson | 2005-10-13 | 1 | -5/+6 |
* | Added tuple argument support to add_data_dir. | Pearu Peterson | 2005-10-12 | 1 | -0/+1 |
* | Exposing scipy.test(..), scipy.base.test(..) functions. | Pearu Peterson | 2005-09-30 | 1 | -1/+1 |
* | r3531@Blasphemy: kern | 2005-09-29 02:05:01 -0700 | Robert Kern | 2005-09-29 | 1 | -2/+3 |
* | Removed redundant testing. | Travis Oliphant | 2005-09-27 | 1 | -18/+3 |
* | Added weave. | Travis Oliphant | 2005-09-26 | 1 | -2/+2 |
* | Adding weave and test | Travis Oliphant | 2005-09-26 | 1 | -0/+801 |