MCPcopy Create free account
hub / github.com/pytest-dev/pytest / A

Class A

testing/test_pluginmanager.py:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 values = []
84
85 class A:
86 def pytest_configure(self):
87 values.append(self)
88
89 config.pluginmanager.register(A())
90 assert len(values) == 0

Callers 1

test_configureMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_configureMethod · 0.56