From bd403e6ab18d5cc7818e86d43c3ca0b15c5e53a1 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Thu, 18 Sep 2025 23:17:24 +0200 Subject: g2h: Add navbar --- tests/tree_page_test.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/tree_page_test.py') diff --git a/tests/tree_page_test.py b/tests/tree_page_test.py index a298728..57084d1 100644 --- a/tests/tree_page_test.py +++ b/tests/tree_page_test.py @@ -54,6 +54,7 @@ def test_context_empty(): assert(context['subdir'] == '/123/t/tree/path') assert(context['title'] == 'tree test: Tree') assert(context['breadcrumbs'] == '[/](/123/t/)') + assert(context['this_commit'] == commit) def test_context_entries(): tree = MagicMock() -- cgit v1.2.3