summaryrefslogtreecommitdiff
path: root/runtests.py
diff options
context:
space:
mode:
authorTyler Reddy <tyler.je.reddy@gmail.com>2018-07-19 17:41:39 -0700
committerTyler Reddy <tyler.je.reddy@gmail.com>2018-07-19 17:41:39 -0700
commit404e384f00ab07ae72002f9cd8734c3c7ab3daed (patch)
tree5fabd6eb655d6057e40c68a32fcc17f00e139206 /runtests.py
parent977431a6355dfff2ade73f4ea1543598d26c7154 (diff)
downloadnumpy-404e384f00ab07ae72002f9cd8734c3c7ab3daed.tar.gz
MAINT: update runtests.py node id example for pytest usage
* there is a slightly different syntax for specific test selection in pytest vs. nose; update the syntax of the example in runtests.py to match pytest
Diffstat (limited to 'runtests.py')
-rwxr-xr-xruntests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.py b/runtests.py
index 355173326..9166b0afe 100755
--- a/runtests.py
+++ b/runtests.py
@@ -34,7 +34,7 @@ from __future__ import division, print_function
PROJECT_MODULE = "numpy"
PROJECT_ROOT_FILES = ['numpy', 'LICENSE.txt', 'setup.py']
-SAMPLE_TEST = "numpy/linalg/tests/test_linalg.py:test_byteorder_check"
+SAMPLE_TEST = "numpy/linalg/tests/test_linalg.py::test_byteorder_check"
SAMPLE_SUBMODULE = "linalg"
EXTRA_PATH = ['/usr/lib/ccache', '/usr/lib/f90cache',