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 c14946d commit dc84062Copy full SHA for dc84062
ash/test_addition.py
@@ -7,3 +7,6 @@ def test_add():
7
assert add(1, 1) == 2
8
assert add(0, 0) == 0
9
assert add(1, -1) == 0
10
+
11
12
+# Drew is annoying, change my mind.
0 commit comments