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 59019e7 commit f5f15f3Copy full SHA for f5f15f3
tests/temperatuurTest.py
@@ -53,7 +53,7 @@ def testMethod():
53
test.description = lambda : "The correct table is printed when converting C to F with 0 as begin temperature, 20 as end temperature and 5 as step size."
54
55
@t.test(4)
56
-def check_overall1(test):
+def check_overall3(test):
57
def testMethod():
58
output = lib.outputOf(test.fileName, stdinArgs=["f", 0, 9, 3],
59
overwriteAttributes = [("__name__", "__main__")])
0 commit comments