============================= test session starts ============================== platform linux -- Python 3.13.7, pytest-9.1.1, pluggy-1.6.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /root/projects/jg/lgcc-proactieve-agenda plugins: anyio-4.12.1, typeguard-4.4.2 collecting ... collected 13 items tests/test_agenda_module.py::test_agenda_page_empty PASSED [ 7%] tests/test_agenda_module.py::test_items_and_api_endpoints PASSED [ 15%] tests/test_agenda_module.py::test_api_days_filter PASSED [ 23%] tests/test_agenda_module.py::test_upload_requires_admin PASSED [ 30%] tests/test_agenda_module.py::test_upload_rejects_non_xlsx PASSED [ 38%] tests/test_agenda_module.py::test_upload_and_sync PASSED [ 46%] tests/test_agenda_module.py::test_upload_header_flexible_and_offset PASSED [ 53%] tests/test_agenda_module.py::test_sync_preserves_status_and_replaces PASSED [ 61%] tests/test_agenda_module.py::test_seed_load PASSED [ 69%] tests/test_agenda_module.py::test_upcoming_items_badges PASSED [ 76%] tests/test_agenda_module.py::test_alerts_html_rendering PASSED [ 84%] tests/test_agenda_module.py::test_parse_invalid_file PASSED [ 92%] tests/test_agenda_module.py::test_migration_idempotent PASSED [100%] ============================== 13 passed in 1.70s ==============================