Ajout d'un fichier de test avec pytest

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2021-01-26 17:07:12 +01:00
parent 9026dd56cc
commit d4d595ed68
3 changed files with 31 additions and 3 deletions

View File

@ -24,4 +24,4 @@ pylint:
test:
stage: test
image: python:3-alpine
script: python main.py
script: pytest --show-locals .