summaryrefslogtreecommitdiffstats
path: root/tests/overview_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/overview_test.py')
-rw-r--r--tests/overview_test.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/overview_test.py b/tests/overview_test.py
deleted file mode 100644
index 06eea97..0000000
--- a/tests/overview_test.py
+++ /dev/null
@@ -1,9 +0,0 @@
-from g2h.overview_page import OverviewPage
-
-def test_init():
- page = OverviewPage('test/overview', 'overview test', 'test branch', 'test tag', 'overview/sub/dir')
- context = page.context()
- assert(context['title'] == 'overview test')
- assert(context['branches'] == 'test branch')
- assert(context['tags'] == 'test tag')
- assert(context['content_subdir'] == 'overview/sub/dir')