Add test_app.py

This commit is contained in:
2025-11-26 20:05:52 +00:00
parent 3fdbc40158
commit d2249506e4

4
test_app.py Normal file
View File

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