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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy