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