dcffc83e69
CI / load-versions (pull_request) Successful in 15s
CI / push-validation (pull_request) Successful in 29s
CI / lint (pull_request) Successful in 38s
CI / build (pull_request) Successful in 37s
CI / typecheck (pull_request) Successful in 1m18s
CI / security (pull_request) Successful in 1m19s
CI / quality (pull_request) Successful in 1m16s
CI / helm (pull_request) Successful in 40s
CI / unit_tests (pull_request) Successful in 7m1s
CI / docker (pull_request) Successful in 1m31s
CI / integration_tests (pull_request) Successful in 10m45s
CI / coverage (pull_request) Successful in 9m34s
CI / status-check (pull_request) Successful in 2s
- Fix ruff format violations: collapse list comprehension in materializer.py, collapse function signature, collapse decorators and assertion in tui_materializer_steps.py, remove trailing whitespace in vulture_whitelist.py - Remove duplicate Behave step definitions from tui_materializer_steps.py that conflicted with output_rendering_steps.py and project_commands_coverage_steps.py: create status handle, create code handle, close panel handle, close status handle, no error should be raised - Rename render_element_for_tui step texts to avoid conflict with tui_first_run_steps.py: rendered text should contain/be empty -> render output should contain/be empty - Update tui_materializer.feature to use renamed step texts and replace no error should be raised with materializer still running ISSUES CLOSED: #11164