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 ec883ee commit 7e86d27Copy full SHA for 7e86d27
pytest_dependency.py
@@ -49,6 +49,7 @@ class DependencyManager(object):
49
50
ScopeCls = {
51
'session': pytest.Session,
52
+ 'package': pytest.Package,
53
'module': pytest.Module,
54
'class': pytest.Class,
55
}
tests/test_03_scope.py
@@ -114,7 +114,6 @@ def test_h():
114
test_scope_session_02.py::test_h PASSED
115
""")
116
117
-@pytest.mark.xfail(reason="package scope not yet implemented")
118
def test_scope_package(ctestdir):
119
"""Two packages, some cross module dependencies within the package and
120
across package boundaries.
0 commit comments