add ci
All checks were successful
Python CI / test (push) Successful in 1m16s

This commit is contained in:
2025-12-05 21:05:37 +07:00
parent 21cc7d1b2a
commit ee500ebccd
4 changed files with 33 additions and 0 deletions

5
test_app.py Normal file
View File

@@ -0,0 +1,5 @@
from app import add
def test_add():
assert add(2, 3) == 5