Skip to content

Commit 9d87add

Browse files
author
Chang She
committed
TST: pass cmd line args to test scripts so can append -v etc
1 parent 20f69e7 commit 9d87add

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
coverage erase
33
# nosetests pandas/tests/test_index.py --with-coverage --cover-package=pandas.core --pdb-failure --pdb
44
#nosetests -w pandas --with-coverage --cover-package=pandas --pdb-failure --pdb #--cover-inclusive
5-
nosetests -w pandas --with-coverage --cover-package=pandas #--cover-inclusive
5+
nosetests -w pandas --with-coverage --cover-package=pandas $* #--cover-inclusive
66
# nosetests -w pandas/io --with-coverage --cover-package=pandas.io --pdb-failure --pdb
77
# nosetests -w pandas/core --with-coverage --cover-package=pandas.core --pdb-failure --pdb
88
# nosetests -w pandas/stats --with-coverage --cover-package=pandas.stats

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 $*

test_rebuild.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python setup.py build_ext --inplace
55
coverage erase
66
# nosetests pandas/tests/test_index.py --with-coverage --cover-package=pandas.core --pdb-failure --pdb
77
#nosetests -w pandas --with-coverage --cover-package=pandas --pdb-failure --pdb #--cover-inclusive
8-
nosetests -w pandas --with-coverage --cover-package=pandas #--cover-inclusive
8+
nosetests -w pandas --with-coverage --cover-package=pandas $* #--cover-inclusive
99
# nosetests -w pandas/io --with-coverage --cover-package=pandas.io --pdb-failure --pdb
1010
# nosetests -w pandas/core --with-coverage --cover-package=pandas.core --pdb-failure --pdb
1111
# nosetests -w pandas/stats --with-coverage --cover-package=pandas.stats

0 commit comments

Comments
 (0)