WIPDockerBP / tests /unit /test_hello.py
SixOpen's picture
Hf Ready
adbf50c
raw
history blame contribute delete
92 Bytes
from blueprint.hello import hello
def test_hello():
assert hello() == "Hello, world!"