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

Class DummyEntryPoint

testing/test_config.py:973–978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

971 monkeypatch.delenv("PYTEST_DISABLE_PLUGIN_AUTOLOAD", raising=False)
972
973 class DummyEntryPoint:
974 name = "mytestplugin"
975 group = "pytest11"
976
977 def load(self):
978 raise ImportError("Don't hide me!")
979
980 class Distribution:
981 version = "1.0"

Callers 2

DistributionClass · 0.70

Calls

no outgoing calls

Tested by 1