Bug Fix 11456: Duplicated parameters in @pytest.mark.parametrize

This commit is contained in:
TanyaAgarwal28 2023-10-08 19:00:48 +05:30
parent b96f96bc49
commit d7f0fae8e4
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ class TestGeneralUsage:
"""
)
result = pytester.runpytest(p)
result.assert_outcomes(failed=0, passed=9)
result.assert_outcomes(failed=0, passed=5)
def test_direct_addressing_notfound(self, pytester: Pytester) -> None:
p = pytester.makepyfile(