Files
test-project/tests/test_main.py
T
2026-06-07 12:15:22 +00:00

5 lines
102 B
Python

from src.main import hello_world
def test_hello_world():
assert hello_world() == "Hello, World!"