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