Nejc Habjan
Nejc Habjan
Someone appears to have extracted our setup & fixtures for pytest and repackaged it all as a pytest plugin on pypi.org: https://pypi.org/project/pytest-gitlab/ I was unaware of this but I have...
Did you still want to add a few tests here @ka28kumar? Could just be a simple extension of: https://github.com/python-gitlab/python-gitlab/blob/3739b5dd11bed66fb482cf6d2dc34382327a0265/tests/functional/api/test_groups.py#L315 E.g.: ```python def test_group_service_accounts(group): service_account = group.service_accounts.create( {"name": "gitlab-service-account", "username": "gitlab-service-account"}...