Files
test-project/tests/test_main.py
T

5 lines
102 B
Python

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