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