This website requires JavaScript.
Explore
Help
Sign in
parchlinux-mobile
/
kupferbootstrap
Watch
1
Star
0
Fork
You've already forked kupferbootstrap
1
mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced
2025-02-22 13:15:44 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
dev
kupferbootstrap
/
pytest.sh
5 lines
99 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
add shellscript for running pytest, shellcheck *.sh
2022-08-16 18:20:06 +02:00
#!/bin/bash
sudo -v
pytest: move coverage flags from .gitlab-ci.yml to pytest.sh, add test_requirements.txt for pip
2022-09-11 01:32:59 +02:00
python -m pytest -v --cov
=
. --cov-branch --cov-report
=
term
"
$@
"
./*/test_*.py
Reference in a new issue
Copy permalink