NotEnoughDecorators/tests/test_core.py
2026-07-12 13:40:24 +02:00

6 lines
95 B
Python

from ned import hello
def test_hello() -> None:
assert hello("Gitea") == "Hello, Gitea!"