agenda_culturel/scripts/test.sh

5 lines
49 B
Bash
Raw Normal View History

2023-05-10 09:02:59 +02:00
#!/bin/bash -e
coverage run -m pytest -v
exit 0