summaryrefslogtreecommitdiffstats
path: root/tests/tree_page_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tree_page_test.py')
-rw-r--r--tests/tree_page_test.py1
1 files changed, 1 insertions, 0 deletions
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()