From a99ccd5de893dda7eec58fe84f052855916713c8 Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Tue, 25 Aug 2026 15:48:22 +0200 Subject: [PATCH] tests: pin that the HTML tree carries branch paths like the text tree Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01EYNdaGDrpaqDyT8QtrTQbM --- tests/test_conandeps.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_conandeps.py b/tests/test_conandeps.py index dcf79fe..1cbb326 100644 --- a/tests/test_conandeps.py +++ b/tests/test_conandeps.py @@ -351,6 +351,8 @@ def test_text_and_html_render(report, tmp_path): page = conandeps.render_html(report) assert page.startswith("") and 'class="missing"' in page assert page.count("") == 3 # dependencies, missing binaries, overrides + # The HTML tree is the text tree verbatim, paths included. + assert "[libfoo -> libbar -> libdeep]" in page assert 'class="explicit"' in page and 'class="implicit"' in page assert "