summaryrefslogtreecommitdiff
path: root/numpy/tests/test_scripts.py
Commit message (Expand)AuthorAgeFilesLines
* TST: Switch to using pytest markersCharles Harris2018-04-041-4/+5
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-3/+2
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1
* MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-251-3/+3
* MAINT: Use `is None` or `is not None` instead of `== None` or `!= None`.Dongjoon Hyun2016-02-151-1/+1
* TST: Fixed f2py test for Anaconda non-win32gfyoung2016-02-021-8/+3
* TST: Fixed f2py test for non-versioned python executablesgfyoung2016-01-251-4/+13
* TST: Fixed f2py test for win32 virtualenvgfyoung2016-01-251-1/+7
* BUG: ignore exceptions in numpy/tests/test_scripts.py/test_f2pCharles Harris2015-12-261-4/+5
* BUG: Fix use of python 3 only FileNotFoundError in test_f2py.Charles Harris2015-12-161-4/+5
* TST: test f2py, fallback on f2py2.7 etc., fixes #6718Jörn Hees2015-12-051-3/+15
* TST: on Windows run f2py from the Scripts directoryChristoph Gohlke2015-08-011-2/+6
* TEST: add module to test installed scriptsMatthew Brett2015-04-301-0/+65