From 9bcf81cf55b99cc52589627a0716f0d29cb0cf55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Charlier?= <clement.charlier@student-cs.fr> Date: Thu, 13 Oct 2022 17:59:50 +0200 Subject: [PATCH] added test --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4553ad3..bf63288 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,4 +28,7 @@ pylint: # À toi de nous rajouter un petit job pour faire des tests unitaires pytest: - ## Bon courage + stage: test + script: + - pip install pytest + - pytest calculator -- GitLab