........................................................................ [  8%]
........................................................................ [ 17%]
........................................................................ [ 26%]
........................................................................ [ 34%]
........................................................................ [ 43%]
........................................................................ [ 52%]
.......................................................F................ [ 61%]
........................................................................ [ 69%]
........................................................................ [ 78%]
........................................................................ [ 87%]
........................................................................ [ 96%]
................................                                         [100%]
=================================== FAILURES ===================================
______________________ test_timeline_view_ungrouped_lane _______________________

store_ungrouped = PosixPath('/uvwork/tmp/pytest-of-agent/pytest-58/test_timeline_view_ungrouped_l0/tasks.yaml')

    def test_timeline_view_ungrouped_lane(store_ungrouped):
        """A task without an agent or group lands in the ``"(ungrouped)"``
        lane — operator-brief floor for tasks with no lane value."""
        # Arrange
        rf = RequestFactory()
        req = rf.get("/timeline")
        # Act
        payload = json.loads(timeline_view(req).content)
        # Assert
>       assert payload["events"][0]["lane"] == "(ungrouped)"
E       AssertionError: assert 'agent:test-suite' == '(ungrouped)'
E         
E         - (ungrouped)
E         + agent:test-suite

tests/scitex_todo/_django/handlers/test__timeline_view.py:253: AssertionError
------------------------------ Captured log setup ------------------------------
WARNING  scitex_todo._notify._dispatch:_dispatch.py:272 [scitex-todo._notify] card 't-naked' not loadable for 'created' event; skipping notify: "task id 't-naked' not found in /home/agent/.scitex/todo/tasks.yaml"
=========================== short test summary info ============================
FAILED tests/scitex_todo/_django/handlers/test__timeline_view.py::test_timeline_view_ungrouped_lane
1 failed, 823 passed in 392.96s (0:06:32)
DONE_RC=1
