Source: factory.deploy/extend.tui/ObjTestTUI.py
Terminal dashboard for test execution.
| Method | Signature | Description |
|---|---|---|
| start | start(total_files: int) -> None |
Start the TUI with total file count. |
| stop | stop() -> None |
Stop the TUI. |
| update_result | update_result(path: str, passed: bool, duration: float, test_passed: int = 0, test_failed: int = 0, test_skipped: int = 0, test_errors: int = 0, attempt: int = 1, output: str = '') -> None |
Record a test file result. |
| set_status | set_status(message: str) -> None |
Update the footer status message. |
| print_summary | print_summary() -> None |
Print final summary after TUI stops. |