From 24d565acf05b1855b3f7db1e1883002ccf02a5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Strebelle?= <sebastien.strebelle@uclouvain.be> Date: Fri, 13 Mar 2020 11:10:44 +0100 Subject: [PATCH] Update test_prime_divs.py --- test_prime_divs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_prime_divs.py b/test_prime_divs.py index 45bcea7..2b6a9b5 100644 --- a/test_prime_divs.py +++ b/test_prime_divs.py @@ -5,7 +5,7 @@ Lancez les tests avec : $ python3 -m pytest Si vous avez une erreur, installez d'abord pytest : - $ pip3 install -U pytest` + $ pip3 install -U pytest """ -- GitLab