summaryrefslogtreecommitdiff
path: root/numpy/testing/tests/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Small cleanup.Charles Harris2008-08-291-3/+1
* Standardize NumPy import as "import numpy as np".Alan McIntyre2008-07-221-19/+19
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-4/+3
* Correct dependency on missing code.Robert Kern2008-04-171-9/+45
* Fix test for assert* with nan values + string formatting issue when handling ...David Cournapeau2008-04-081-4/+7
* Add basic tests for assert_array_almost_equal.David Cournapeau2008-04-081-35/+47
* assert* funcs: Add generic test for rank 3 arrays.David Cournapeau2008-04-071-0/+19
* assert* funcs test: add generic test for rank1 arrays for all dtype.David Cournapeau2008-04-071-0/+18
* Test assert* funcs for arrays with Nan and rec arrays.David Cournapeau2008-04-071-0/+22
* Some more tests for assert_* functions.David Cournapeau2008-04-071-1/+28
* Start testing test functions.David Cournapeau2008-04-071-0/+30