============================= test session starts ==============================
platform linux -- Python 3.14.3, pytest-9.0.2, pluggy-1.6.0 -- /home/ark/dev/aw8s/.venv/bin/python3
cachedir: .pytest_cache
rootdir: /home/ark/dev/aw8s
configfile: pyproject.toml
plugins: anyio-4.12.1, asyncio-1.3.0
asyncio: mode=Mode.AUTO, debug=False, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function
collecting ... collected 6 items

tests/test_help.py::test_help_module_direct_symbol PASSED                [ 16%]
tests/test_help.py::test_help_text_has_all_categories PASSED             [ 33%]
tests/test_help.py::test_help_text_navigation_has_vim_keys PASSED        [ 50%]
tests/test_help.py::test_help_text_views_category PASSED                 [ 66%]
tests/test_help.py::test_help_text_lifecycle_new_scheme PASSED           [ 83%]
tests/test_help.py::test_help_text_destructive_requires_confirmation PASSED [100%]

============================== 6 passed in 0.16s ===============================
