5 lines
113 B
Bash
Executable file
5 lines
113 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -eou pipefail
|
|
|
|
poetry run python -m pytest -q tests -vvv --cov=enroll --cov-report=term-missing
|