File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ def test_function_return(capsys, app):
2121def test_function_return_type (capsys , app ):
2222 assert type (app .century (19001 )) == type (1 )
2323
24- @pytest .mark .it ('We tried to pass 2000 as parameter and it did not return 20! ' )
24+ @pytest .mark .it ('We tried to pass 2000 as parameter and it did not return 20' )
2525def test_for_file_output (capsys , app ):
2626 assert app .century (2000 ) == 20
2727
28- @pytest .mark .it ('We tried to pass 2000 as parameter and it did not return 21! ' )
28+ @pytest .mark .it ('We tried to pass 2001 as parameter and it did not return 21' )
2929def test_for_file_output2 (capsys , app ):
3030 assert app .century (2001 ) == 21
3131
32- @pytest .mark .it ('We tried to pass 2000 as parameter and it did not return 21! ' )
32+ @pytest .mark .it ('We tried to pass 2101 as parameter and it did not return 22 ' )
3333def test_for_file_output3 (capsys , app ):
3434 assert app .century (2101 ) == 22
3535
You can’t perform that action at this time.
0 commit comments