We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gitlab
1 parent c2aecc4 commit 0f114d5Copy full SHA for 0f114d5
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