diff --git a/tests/Ridhimagupta0603_test.py b/tests/Ridhimagupta0603_test.py new file mode 100644 index 0000000..eb040c6 --- /dev/null +++ b/tests/Ridhimagupta0603_test.py @@ -0,0 +1,6 @@ +def inc(x): + return x + 1 + + +def test_answer(): + assert inc(3) == 4 \ No newline at end of file