3 lines
55 B
Bash
3 lines
55 B
Bash
#!/bin/bash
|
|
PYTHONPATH=. pytest --log-level debug -x .
|
#!/bin/bash
|
|
PYTHONPATH=. pytest --log-level debug -x .
|