mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-29 02:24:16 -05:00
6 lines
110 B
Python
6 lines
110 B
Python
from foo_bar import hello_world
|
|
|
|
|
|
def test_hello_world() -> None:
|
|
assert hello_world() == "Hello, world!"
|