We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d27762 commit 74caa60Copy full SHA for 74caa60
test_sample.py
@@ -0,0 +1,7 @@
1
+import pytest
2
+
3
+def func(x):
4
+ return x + 2
5
6
+def test_answer():
7
+ assert func(3) == 5
0 commit comments