You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,12 @@ Le fichier `db/mods.json` contient les informations nécessaires à la générat
31
31
```
32
32
Cela génère le fichier `index.html` dans `docs/` ainsi que les pages traduites (chacune présente dans son dossier associé, ex : `db/fr/index.html` pour la version française).
33
33
34
+
### Lancez les tests
35
+
36
+
```
37
+
uv run pytest tests/ -v
38
+
```
39
+
34
40
## Améliorations par rapport à la v1
35
41
36
42
Cette version propose plusieurs améliorations techniques notables :
0 commit comments