Quizard/tests/test_quizard.py
2025-04-15 22:09:15 +03:00

7 lines
75 B
Python

def func(x):
return x + 1
def test_answer():
assert func(3) == 5