6 lines
95 B
Python
6 lines
95 B
Python
from ned import hello
|
|
|
|
|
|
def test_hello() -> None:
|
|
assert hello("Gitea") == "Hello, Gitea!"
|