summaryrefslogtreecommitdiff
path: root/numpy/tests/test_numpy_version.py
Commit message (Collapse)AuthorAgeFilesLines
* TST: fix issues with test for correctness of numpy version string.Ralf Gommers2016-01-161-4/+4
| | | | Addresses comments of @pv on gh-6895.
* TST: add test to check for correct version string format.Ralf Gommers2016-01-161-0/+23
Implements idea suggested in gh-6431.