Skip to content

Commit

Permalink
Use session scope for schema validation fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Mar 12, 2024
1 parent 72d42a1 commit 5db0ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import requests


@pytest.fixture(scope="module")
@pytest.fixture(scope="session")
def codetf_schema():
schema_path = "https://raw.githubusercontent.com/pixee/codemodder-specs/main/codetf.schema.json"
response = requests.get(schema_path, timeout=60)
Expand Down

0 comments on commit 5db0ed5

Please sign in to comment.