Skip to content

Commit d5c5d5c

Browse files
authored
Update test_functions.py
1 parent cf0e578 commit d5c5d5c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

test_functions.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ def test_subtract():
1212
assert subtract(3,2) == 1
1313

1414

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)
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)

0 commit comments

Comments
 (0)