Example #1
0
def test_say_hello_number():
    assert say_hello(3) == "hello 3"
Example #2
0
def test_say_hello_name():
    assert say_hello("roy") == "hello roy"