watt42_common/tests/test_fn1.py
2025-06-03 21:31:06 +02:00

5 lines
96 B
Python

from watt42_common import fn1
def test_dummy():
assert fn1() == 42, "fn1 should return 42"