Spaces:
Running
Running
from blueprint.hello import hello | |
def test_hello(): | |
assert hello() == "Hello, world!" | |
from blueprint.hello import hello | |
def test_hello(): | |
assert hello() == "Hello, world!" | |