first commit

This commit is contained in:
Matteo Basile
2026-06-04 17:00:42 +02:00
commit 0173ceecb3
34 changed files with 909 additions and 0 deletions

10
tests/conftest.py Normal file
View File

@@ -0,0 +1,10 @@
"""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()