Skip to content

Commit

Permalink
TST: pass cmd line args to test scripts so can append -v etc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chang She committed May 7, 2012
1 parent 20f69e7 commit 9d87add
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test.sh
Expand Up @@ -2,7 +2,7 @@
coverage erase
# nosetests pandas/tests/test_index.py --with-coverage --cover-package=pandas.core --pdb-failure --pdb
#nosetests -w pandas --with-coverage --cover-package=pandas --pdb-failure --pdb #--cover-inclusive
nosetests -w pandas --with-coverage --cover-package=pandas #--cover-inclusive
nosetests -w pandas --with-coverage --cover-package=pandas $* #--cover-inclusive
# nosetests -w pandas/io --with-coverage --cover-package=pandas.io --pdb-failure --pdb
# nosetests -w pandas/core --with-coverage --cover-package=pandas.core --pdb-failure --pdb
# nosetests -w pandas/stats --with-coverage --cover-package=pandas.stats
Expand Down
2 changes: 1 addition & 1 deletion test_fast.sh
@@ -1 +1 @@
nosetests -A "not slow" pandas
nosetests -A "not slow" pandas $*
2 changes: 1 addition & 1 deletion test_rebuild.sh
Expand Up @@ -5,7 +5,7 @@ python setup.py build_ext --inplace
coverage erase
# nosetests pandas/tests/test_index.py --with-coverage --cover-package=pandas.core --pdb-failure --pdb
#nosetests -w pandas --with-coverage --cover-package=pandas --pdb-failure --pdb #--cover-inclusive
nosetests -w pandas --with-coverage --cover-package=pandas #--cover-inclusive
nosetests -w pandas --with-coverage --cover-package=pandas $* #--cover-inclusive
# nosetests -w pandas/io --with-coverage --cover-package=pandas.io --pdb-failure --pdb
# nosetests -w pandas/core --with-coverage --cover-package=pandas.core --pdb-failure --pdb
# nosetests -w pandas/stats --with-coverage --cover-package=pandas.stats
Expand Down

0 comments on commit 9d87add

Please sign in to comment.