5 lines
102 B
Python
5 lines
102 B
Python
from src.main import hello_world
|
|
|
|
|
|
def test_hello_world():
|
|
assert hello_world() == "Hello, World!" |