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 "