From 84161d19923b2cc9567f3185aceba23483034665 Mon Sep 17 00:00:00 2001 From: Awen Lelu Date: Mon, 1 Dec 2025 14:57:00 +0100 Subject: [PATCH] add testing documentaiton --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d14b2be..f34d43b 100644 --- a/README.md +++ b/README.md @@ -66,4 +66,10 @@ Vous pouvez adapter les tests ou les noms des méthodes, attributs en fonction d - /2 Absence de code superflu - /2 Pertinence du code implémenté - /2 Validation des tests et implémentation des tests unitaires additionnels pour couvrir toutes les fonctionalités -- /2 Interface graphique finie (TK, Pygame ou autre) et implémentation propre \ No newline at end of file +- /2 Interface graphique finie (TK, Pygame ou autre) et implémentation propre + +## Testing + +run `pytest .` in project directory to run tests on function to parse a quadtree + into a in memory object +run `python main.py` to test the graphical implementation