stammtisch-bot/tests/test_test.py
Max R. Carrara 15e01aae8c tests: add basic test
in order to see whether pytest runs.

It in fact does: `uv run pytest`

Signed-off-by: Max R. Carrara <max@aequito.sh>
2025-03-06 01:32:47 +01:00

6 lines
73 B
Python

def foo(x):
return x + 1
def test_answer():
assert foo(3) == 4