Add separate pytests.sh script for local use
This commit is contained in:
parent
ee08bf43ba
commit
c7e3b94355
1 changed files with 5 additions and 0 deletions
5
pytests.sh
Executable file
5
pytests.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -eou pipefail
|
||||
|
||||
poetry run pytest -q tests -vvv --cov=enroll
|
||||
Loading…
Add table
Add a link
Reference in a new issue