Spaces:
Sleeping
Sleeping
File size: 204 Bytes
1dc3303 |
1 2 3 4 5 6 7 8 |
from opensymbiose.main import hello_world
def test_hello_world():
"""Test that hello_world prints the expected message."""
output = hello_world()
assert output == "Hello from OpenSymbiose!"
|