agenda_culturel/scripts/test.sh
2023-05-10 09:02:59 +02:00

5 lines
49 B
Bash

#!/bin/bash -e
coverage run -m pytest -v
exit 0