8000 test(projects): add unit tests for projects · python-gitlab/python-gitlab@cde78a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit cde78a9

Browse files
committed
test(projects): add unit tests for projects
1 parent ca98d88 commit cde78a9

File tree

2 files changed

+467
-68
lines changed

2 files changed

+467
-68
lines changed

tests/unit/conftest.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ def project(gl):
6969
return gl.projects.get(1, lazy=True)
7070

7171

72+
@pytest.fixture
73+
def another_project(gl):
74+
return gl.projects.get(2, lazy=True)
75+
76+
7277
@pytest.fixture
7378
def project_issue(project):
7479
return project.issues.get(1, lazy=True)

0 commit comments

Comments
 (0)
0