Skip to content

Commit eef995c

Browse files
committed
Fix pytest plugin loading for gateway tests
1 parent 73906b2 commit eef995c

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

projects/policyengine-api-simulation/tests/conftest.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
import sys
55
from pathlib import Path
66

7+
pytest_plugins = (
8+
"fixtures.gateway.shared",
9+
"fixtures.gateway.test_endpoints",
10+
)
11+
712
project_root = Path(__file__).parent.parent
813
if str(project_root) not in sys.path:
914
sys.path.insert(0, str(project_root))

projects/policyengine-api-simulation/tests/gateway/conftest.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)