Test hasplugin function of the plugin manager (#932).
(self, request)
| 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 | |
| 849 | class TestDurations: |