We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 896400a commit 88263b9Copy full SHA for 88263b9
1 file changed
tests/cases/issues/test_issue_374.py
@@ -32,7 +32,7 @@ def test_something(self, app): pass
32
33
def test_overridden_fixtures(pytester):
34
pytester.makepyfile(OVERRIDDEN_FIXTURES_TEST_FILE)
35
- result = pytester.runpytest("-p", "pytest_cases.plugin")
+ result = pytester.runpytest()
36
result.assert_outcomes(passed=2)
37
38
@@ -87,5 +87,5 @@ def test_something(self, msg): pass
87
88
def test_overridden_unions(pytester):
89
pytester.makepyfile(OVERRIDDEN_UNION_FIXTURES_TEST_FILE)
90
91
result.assert_outcomes(passed=6)
0 commit comments