soleprint init commit
This commit is contained in:
11
station/tools/tester/__init__.py
Normal file
11
station/tools/tester/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
Tester - HTTP contract test runner with web UI.
|
||||
|
||||
Discovers and runs contract tests from tests/ directory.
|
||||
Tests can be symlinked from production repos or copied during deployment.
|
||||
"""
|
||||
|
||||
from .api import router
|
||||
from .core import discover_tests, start_test_run, get_run_status
|
||||
|
||||
__all__ = ["router", "discover_tests", "start_test_run", "get_run_status"]
|
||||
Reference in New Issue
Block a user