mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-22 05:05:43 -05:00
4 lines
99 B
Bash
Executable file
4 lines
99 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sudo -v
|
|
python -m pytest -v --cov=. --cov-branch --cov-report=term "$@" ./*/test_*.py
|