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 dcffe7e commit b6a8bcaCopy full SHA for b6a8bca
03_Code/test_a01.py renamed to 03_Code/tests/test_a01.py
@@ -10,4 +10,4 @@ def test_01():
10
def test_02():
11
a = Calculator(5,10)
12
""" Check that plus(5,10) = 15 """
13
- assert a.plus() == 15
+ assert a.plus() == 15
0 commit comments