update functional tests to test TEMPLATE_PAGES feature

closes #614: cannot reproduce this issue.
This commit is contained in:
Bruno Binet 2012-12-03 22:56:05 +01:00
commit f604cc4df8
3 changed files with 91 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block content %}
Some text
{% endblock %}

View file

@ -35,6 +35,9 @@ STATIC_PATHS = ["pictures", ]
# A list of files to copy from the source to the destination
FILES_TO_COPY = (('extra/robots.txt', 'robots.txt'),)
# custom page generated with a jinja2 template
TEMPLATE_PAGES = {'pages/jinja2_template.html': 'jinja2_template.html'}
# foobar will not be used, because it's not in caps. All configuration keys
# have to be in caps
foobar = "barbaz"