Source: factory.deploy/ObjTest.py
Result of a single test file run.
| Method | Signature | Description |
|---|---|---|
| to_dict | to_dict() -> dict |
Scan and run pytest files individually.
| Method | Signature | Description |
|---|---|---|
| discover | discover() -> list[str] |
Find all test_*.py files under test_root. |
| run_file | run_file(test_path: str, verbose: bool = False, timeout: int = 300, marker: str = '', pytest_timeout: int = 0) -> TestResult |
Run a single test file via pytest. |
| run_all | run_all(verbose: bool = False, stop_on_fail: bool = False, timeout: int = 300, marker: str = '', pytest_timeout: int = 0, retries: int = 0, workers: int = 1, use_tui: bool = False) -> list[TestResult] |
Discover and run all test files. |
Scan and run pytest files one by one.
Run all tests and save a markdown report.
Show changes since last run.
Show test run history.