From 14182cd711c3d646bff1db0d891a6a02cf081910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Sat, 20 Feb 2021 16:35:34 +0100 Subject: [PATCH] add test 4.1 --- test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test.py b/test.py index 724fd2a..ca4fafa 100644 --- a/test.py +++ b/test.py @@ -16,3 +16,4 @@ class BasicTest(unittest.TestCase): if __name__ == '__main__': unittest.main() + print("ok")