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.
gitlab
1 parent ce8f3e6 commit b5048a3Copy full SHA for b5048a3
tests/unit/test_pytest_plugin.py
@@ -0,0 +1,6 @@
1
+"""Tests for the gitlab pytest plugin."""
2
+
3
4
+def test_gitlab_plugin_is_registered(request):
5
+ """'gitlab' is a registered pytest plugin."""
6
+ assert request.config.pluginmanager.hasplugin("gitlab")
0 commit comments