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