10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d0c26 commit b312137Copy full SHA for b312137
runtests.py
@@ -9,6 +9,7 @@
9
$ python runtests.py
10
$ python runtests.py -s {SAMPLE_SUBMODULE}
11
$ python runtests.py -t {SAMPLE_TEST}
12
+ $ python runtests.py -t {SAMPLE_TEST} -- {ARGUMENTS_FOR_NOSE}
13
$ python runtests.py --ipython
14
$ python runtests.py --python somescript.py
15
$ python runtests.py --bench
@@ -35,6 +36,7 @@
35
36
PROJECT_ROOT_FILES = ['numpy', 'LICENSE.txt', 'setup.py']
37
SAMPLE_TEST = "numpy/linalg/tests/test_linalg.py:test_byteorder_check"
38
SAMPLE_SUBMODULE = "linalg"
39
+ARGUMENTS_FOR_NOSE = "--pdb"
40
41
EXTRA_PATH = ['/usr/lib/ccache', '/usr/lib/f90cache',
42
'/usr/local/lib/ccache', '/usr/local/lib/f90cache']
0 commit comments