Delete test_helloworld.py

This commit is contained in:
danielwilczak101
2020-09-20 02:23:02 -04:00
committed by GitHub
parent 1a2b490cc4
commit eb0f842ba0

View File

@ -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!"