demo / test_hello.py
niikun
code format
9f965f3
raw
history blame contribute delete
109 Bytes
from hello import hello
def test_hello():
name = "niikun"
assert "hello niikun" == hello("niikun")