diff --git a/test_helloworld.py b/test_helloworld.py deleted file mode 100644 index 4597090..0000000 --- a/test_helloworld.py +++ /dev/null @@ -1,7 +0,0 @@ -from helloworld import say_hello - -def test_helloworld_no_params(): - assert say_hello() == "Hello World!" - -def test_helloworld_with_param(): - assert say_hello("Everyone") == "Hello, Everyone!"