Files
agenda_culturel/scripts/test.sh
godd0t 8ff2ae26e7 init
2023-05-10 09:02:59 +02:00

5 lines
49 B
Bash

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