feat: integrate pytest-gitlab by ptalbert · Pull Request #3313 · python-gitlab/python-gitlab
import pytest
Check warning on line 6 in gitlab/testing/docker/docker.py
Codecov / codecov/patch
gitlab/testing/docker/docker.py#L6
Added line #L6 was not covered by tests
@pytest.fixture(scope="session") def docker_compose_project_name():
Check warning on line 10 in gitlab/testing/docker/docker.py
Codecov / codecov/patch
gitlab/testing/docker/docker.py#L9-L10
Added lines #L9 - L10 were not covered by tests
Check warning on line 12 in gitlab/testing/docker/docker.py
Codecov / codecov/patch
gitlab/testing/docker/docker.py#L12
Added line #L12 was not covered by tests
@pytest.fixture(scope="session") def docker_compose_file(docker_assets_dir): return docker_assets_dir / "docker-compose.yml"
Check warning on line 17 in gitlab/testing/docker/docker.py
Codecov / codecov/patch
gitlab/testing/docker/docker.py#L15-L17
Added lines #L15 - L17 were not covered by tests
@pytest.fixture(scope="session") def docker_cleanup(request):
Check warning on line 21 in gitlab/testing/docker/docker.py
Codecov / codecov/patch
gitlab/testing/docker/docker.py#L20-L21
Added lines #L20 - L21 were not covered by tests
Check warning on line 23 in gitlab/testing/docker/docker.py
Codecov / codecov/patch
gitlab/testing/docker/docker.py#L23
Added line #L23 was not covered by tests