forked from Georg/pyacl
3 lines
92 B
Bash
3 lines
92 B
Bash
|
#!/bin/sh -x
|
||
|
PYTHONPATH=. pytest --pdb --pdbcls=IPython.terminal.debugger:Pdb -rA -s -v -x
|