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

Method test_has_plugin

testing/acceptance_test.py:844–846  ·  view source on GitHub ↗

Test hasplugin function of the plugin manager (#932).

(self, request)

Source from the content-addressed store, hash-verified

842 )
843
844 def test_has_plugin(self, request) -> None:
845 """Test hasplugin function of the plugin manager (#932)."""
846 assert request.config.pluginmanager.hasplugin("python")
847
848
849class TestDurations:

Callers

nothing calls this directly

Calls 1

haspluginMethod · 0.80

Tested by

no test coverage detected