Skip to content

Commit f7a11d6

Browse files
author
y-p
committed
TST: use nose feature to allow rerunning only failed tests
if you get failed tests, running again with --failed argument will rerun only the failed tests
1 parent 6d858d3 commit f7a11d6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ pandas.egg-info
2626
.tox
2727
pandas/io/*.dat
2828
pandas/io/*.json
29-
*.log
29+
*.log
30+
.noseids

test_fast.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nosetests -A "not slow" pandas $*
1+
nosetests -A "not slow" pandas --with-id $*

0 commit comments

Comments
 (0)