kupferbootstrap/pytest.sh

5 lines
90 B
Bash
Raw Normal View History

#!/bin/bash
sudo -v
2022-08-20 05:59:31 +02:00
python -m pytest --junit-xml=pytest-report.xml -v "$@" ./*/test_*.py