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