6 lines
165 B
Python
6 lines
165 B
Python
|
|
"""Durable test intent, kept separate from concrete scenario realizations."""
|
||
|
|
|
||
|
|
from .audit_core_e2_tenant_boundary import TEST_USE_CASE
|
||
|
|
|
||
|
|
__all__ = ["TEST_USE_CASE"]
|