From 3ed38b0c9be9cbbd059dc5dcd04193af9f63008a Mon Sep 17 00:00:00 2001 From: Thomas Furmston Date: Tue, 5 May 2020 08:50:11 +0100 Subject: [PATCH] add unit test --- test_test1.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test_test1.py b/test_test1.py index df1dc6821..e2a89717d 100644 --- a/test_test1.py +++ b/test_test1.py @@ -1 +1,4 @@ -print('Hello World') + + +def test_print(): + print('Hello World')