| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
machines, make sure these tests are installed with numpy so they can be run with numpy.test().
|
|
|
|
| |
extraneous output.
|
|
|
|
|
|
|
|
|
|
|
| |
Added numpy.testing.run_module_suite to simplify "if __name__ == '__main__'" boilerplate code in test
modules.
Removed numpy/testing/pkgtester.py since it just consisted of an import statement after porting SciPy r4424.
Allow numpy.*.test() to accept the old keyword arguments (but issue a deprecation warning when old arguments
are seen).
numpy.*.test() returns a test result object as before.
Fixed typo in distutils doc.
|
|
|
|
| |
modules.
|
| |
|
|
module and numpy does not contain all of the names.
|