diff options
| author | Nejc Habjan <nejc.habjan@siemens.com> | 2020-09-05 00:15:04 +0200 |
|---|---|---|
| committer | Nejc Habjan <nejc.habjan@siemens.com> | 2020-09-15 22:05:48 +0200 |
| commit | 79489c775141c4ddd1f7aecae90dae8061d541fe (patch) | |
| tree | 7c8f45e232049e0cad13af57e05b7ccbd8c6bb82 /tools/functional/api/test_gitlab.py | |
| parent | 0d89a6e61bd4ae244c1545463272ef830d72dda9 (diff) | |
| download | gitlab-79489c775141c4ddd1f7aecae90dae8061d541fe.tar.gz | |
test(env): replace custom scripts with pytest and docker-compose
Diffstat (limited to 'tools/functional/api/test_gitlab.py')
| -rw-r--r-- | tools/functional/api/test_gitlab.py | 8 |
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 |
