diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-05-12 06:17:14 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-05-12 06:17:14 -0700 |
commit | 273225cbf57fac6fae98815b8c760620fc6d18bc (patch) | |
tree | 1e267671576b9836a8fb9df6dd9d337f9e4118c2 /doc | |
parent | 4a1736a79f35be43deb50ac678504b2342e6b9f8 (diff) | |
parent | 19102b01325ce8a9eb51179b7600aa75e6dbe304 (diff) | |
download | numpy-273225cbf57fac6fae98815b8c760620fc6d18bc.tar.gz |
Merge pull request #3328 from pv/runtests
ENH: Add a runtests.py script for running the test suite
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.8.0-notes.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release/1.8.0-notes.rst b/doc/release/1.8.0-notes.rst index 7a203bf6d..bdf4f118a 100644 --- a/doc/release/1.8.0-notes.rst +++ b/doc/release/1.8.0-notes.rst @@ -126,6 +126,12 @@ loop signature matching logic wasn't looking at the output operand type. Now the correct ufunc loop is found, as long as the user provides an output argument with the correct output type. +runtests.py +~~~~~~~~~~~ + +A simple test runner script ``runtests.py`` was added. It also builds Numpy via +``setup.py build`` and can be used to run tests easily during development. + Changes ======= |