summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_format.py
Commit message (Expand)AuthorAgeFilesLines
* 3K: lib: even more bytes/str fixes in format.py testsPauli Virtanen2010-02-201-6/+8
* 3K: lib: fix some bytes/str issues in _format.py and its testsPauli Virtanen2010-02-201-2/+10
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-1/+1
* reindenting prior to releaseJarrod Millman2008-09-021-3/+3
* Disable memmap test which crashes nose tests on cygwin.David Cournapeau2008-09-011-1/+1
* Disable memmap test on windows because it crashes the testsuite. This has to ...David Cournapeau2008-08-131-31/+34
* Added tests to improve coverage of numpy.lib.Alan McIntyre2008-07-221-1/+41
* Remove uses of set_package_path, set_local_path, restore_path.Alan McIntyre2008-07-031-1/+0
* 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-0/+4
* ran reindentJarrod Millman2008-02-081-15/+13
* Removed dependency on nose.tools. Ripped nose.tools.raise and placed it in n...Travis Oliphant2008-01-021-3/+1
* Merge the lib_for_io branch back into the trunk.Travis Oliphant2007-12-301-0/+512