Files
application-template-code-l…/tests/conftest.py
Matteo Basile 0173ceecb3 first commit
2026-06-04 17:00:42 +02:00

11 lines
238 B
Python

"""Pytest configuration for Simpl-Open credential delivery tests."""
import pytest
from dagster import build_op_context
@pytest.fixture
def op_context():
"""Fixture for creating a basic op context."""
return build_op_context()