File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -692,7 +692,7 @@ def pytest_configure(config):
692
692
result , html = run (testdir )
693
693
assert result .ret == 0
694
694
assert "Environment" in html
695
- assert len (re .findall (expected_html_re , html )) == 1 , html
695
+ assert len (re .findall (expected_html_re , html )) == 1
696
696
697
697
_unordered_dict = {k : len (k ) for k in _unsorted_tuples [0 ]}
698
698
_unordered_dict_expected = (
@@ -732,7 +732,7 @@ def pytest_configure(config):
732
732
result , html = run (testdir )
733
733
assert result .ret == 0
734
734
assert "Environment" in html
735
- assert len (re .findall (expected_output , html )) == 1 , html
735
+ assert len (re .findall (expected_output , html )) == 1
736
736
737
737
def test_environment_ordered (self , testdir ):
738
738
testdir .makeconftest (
You can’t perform that action at this time.
0 commit comments