We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ea34a commit d645e75Copy full SHA for d645e75
tests/test_number_two.py
@@ -8,3 +8,7 @@ def test_something():
8
9
def test_a():
10
assert fib(2) == 0
11
+
12
13
+def test_nothing():
14
+ assert True
0 commit comments