first commit
This commit is contained in:
10
tests/conftest.py
Normal file
10
tests/conftest.py
Normal 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()
|
||||
Reference in New Issue
Block a user