A fast multidimensional array facility for Python
Go to file
Elliott Sales de Andrade 4caedd0dda Switch to pytest for running tests.
The old `numpy.test` only returned True or False whether tests pass or
fail, but did not exit with any different error code. We could change
the code to exit correctly, but using pytest is better because it allows
for skipping or selecting tests in a much simpler way, if necessary.
2018-08-29 04:32:52 -04:00
.gitignore Update HTML docs source to match release. 2018-08-29 04:32:20 -04:00
numpy.spec Switch to pytest for running tests. 2018-08-29 04:32:52 -04:00
sources Update HTML docs source to match release. 2018-08-29 04:32:20 -04:00