diff --git a/test_app.py b/test_app.py new file mode 100644 index 0000000..c7adae4 --- /dev/null +++ b/test_app.py @@ -0,0 +1,4 @@ +import app + +def test_add(): + assert app.add(2, 3) == 5