la-chariotte/readMe.md
2023-04-18 16:01:10 +02:00

17 lines
261 B
Markdown

# La Chariotte
La Chariotte est une application web sous licence libre Affera GPL, développée et maintenue par [Hashbang](https://hashbang.fr/).
## Lancer les tests
Avec pytest,
```bash
pytest
```
Formater les fichiers avec black :
```bash
black .
```