Skip to content

Commit b5048a3

Browse files
committed
test: add a basic test to confirm the expected pytest gitlab plugin is present
Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
1 parent ce8f3e6 commit b5048a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/unit/test_pytest_plugin.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)