Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
Guts edited this page Jan 2, 2019 · 2 revisions

Tests

Tests unitaires

Le framework de tests utilisé est unittest. Les tests sont stockés dans le dossier tests. Les échantillons de test sont stockés dans le dossier tests/fixtures.

Les tests s'exécutent avec la commande :

python -m unittest discover

Ou via l'interface de Visual Studio Code (VSC).

Clone this wiki locally