
overlay = <function overlay.<locals>._set at 0x11ebbdf80>

    def test_deep_stretch_names_the_side_and_that_it_has_run_a_long_time(overlay):
        et = overlay(DEEP_WIDENING)
        txt = ter._depth_entry_fact("2026-06-18", et, "short")
>       assert "sits BELOW the average stock" in txt
E       AssertionError: assert 'sits BELOW the average stock' in ''

tests/services/test_depth_entry_fact.py:71: AssertionError
