Files
test_public/test_app.py
Maksim ee500ebccd
All checks were successful
Python CI / test (push) Successful in 1m16s
add ci
2025-12-05 21:05:37 +07:00

6 lines
64 B
Python

from app import add
def test_add():
assert add(2, 3) == 5