8000 Merge pull request #14572 from seberg/runtests-help · numpy/numpy@a352b1a · GitHub
[go: up one dir, main page]

Skip to content

Commit a352b1a

Browse files
authored
Merge pull request #14572 from seberg/runtests-help
DOC: Note runtests.py `-- -s` method to use pytests `-s`
2 parents e5730e1 + 65525c1 commit a352b1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

runtests.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
1919
$ gdb --args python runtests.py [...other args...]
2020
21+
Disable pytest capturing of output by using its '-s' option:
22+
23+
$ python runtests.py -- -s
24+
2125
Generate C code coverage listing under build/lcov/:
2226
(requires http://ltp.sourceforge.net/coverage/lcov.php)
2327

0 commit comments

Comments
 (0)
0