From b30bb94b014cbc4357677638e52626be7400dd59 Mon Sep 17 00:00:00 2001 From: Josue Zamudio Date: Mon, 13 Feb 2023 11:25:08 -0800 Subject: [PATCH] Hello World --- project_name/tests/test_blank.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/project_name/tests/test_blank.py b/project_name/tests/test_blank.py index 9f00706..28050ab 100644 --- a/project_name/tests/test_blank.py +++ b/project_name/tests/test_blank.py @@ -1,7 +1,2 @@ def test_blank(): - """ - This is a placeholder for some testing and to verify your continuous - integration works as expected. - - Remove this function and write your own tests! - """ + print("Hello, WOrld")