This commit is contained in:
5
test_app.py
Normal file
5
test_app.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from app import add
|
||||
|
||||
def test_add():
|
||||
assert add(2, 3) == 5
|
||||
|
||||
Reference in New Issue
Block a user