Files
Foundry/templates/python/tests/example.py
T

6 lines
110 B
Python

from foo_bar import hello_world
def test_hello_world() -> None:
assert hello_world() == "Hello, world!"