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 456b36f commit 627a961Copy full SHA for 627a961
tests/fuel/__init__.py
@@ -25,13 +25,13 @@ def test_convert():
25
26
@check50.check(test_correct)
27
def test_value_error():
28
- """test_fuel catches fuel.py not raising ValueError in convert (1/2)"""
+ """test_fuel catches fuel.py not raising ValueError in convert"""
29
test_implementation("value_error_test", code=1)
30
31
32
33
def test_negative_fraction_error():
34
- """test_fuel catches fuel.py not raising ValueError in convert (2/2)"""
+ """test_fuel catches fuel.py not raising ValueError in convert for negative fractions"""
35
test_implementation("negative_fraction_test", code=1)
36
37
0 commit comments