From 79489c775141c4ddd1f7aecae90dae8061d541fe Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Sat, 5 Sep 2020 00:15:04 +0200 Subject: test(env): replace custom scripts with pytest and docker-compose --- tools/functional/api/test_gitlab.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tools/functional/api/test_gitlab.py (limited to 'tools/functional/api/test_gitlab.py') 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 -- cgit v1.2.1