summaryrefslogtreecommitdiff
path: root/tools/functional/api/test_gitlab.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/functional/api/test_gitlab.py')
-rw-r--r--tools/functional/api/test_gitlab.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/functional/api/test_gitlab.py b/tools/functional/api/test_gitlab.py
new file mode 100644
index 0000000..5cf3418
--- /dev/null
+++ b/tools/functional/api/test_gitlab.py
@@ -0,0 +1,8 @@
+"""
+Temporary module to run legacy tests as a single pytest test case
+as they're all plain asserts at module level.
+"""
+
+
+def test_api_v4(gl):
+ from tools.functional import python_test_v4