mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-03 04:11:52 +02:00
17 lines
261 B
Markdown
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 .
|
|
```
|