1 2 3 4 5 6 7
#!/bin/bash # If the --pdb switch is passed, inject --pdb-failures too. if [[ $* =~ --pdb( .*|$) ]] then extra_args="--pdb-failures" fi INI=test.ini bin/nosetests --with-id $extra_args $@
Loggerhead is a web-based interface for Breezy Version: 2.0.1