We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0e578 commit d5c5d5cCopy full SHA for d5c5d5c
1 file changed
test_functions.py
@@ -12,8 +12,8 @@ def test_subtract():
12
assert subtract(3,2) == 1
13
14
15
-def test_convert_fahrenheit_to_celsius():
16
- assert f2c(32) == 0
17
- assert f2c(122) == pytest.approx(50)
18
- with pytest.raises(AssertionError):
19
- f2c(-600)
+# def test_convert_fahrenheit_to_celsius():
+# assert f2c(32) == 0
+# assert f2c(122) == pytest.approx(50)
+# with pytest.raises(AssertionError):
+# f2c(-600)
0 commit comments