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