Added raw tags to templated tests

This commit is contained in:
Colm O'Connor 2015-08-01 15:16:58 +08:00
parent 7c719c5624
commit 8cae683070
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{% for python_version in python_versions %} {% raw %}{% for python_version in python_versions %}
{% block test scoped %} {% block test scoped %}
{% endblock %} {% endblock %}
{% endfor %} {% endfor %}{% endraw %}

View File

@ -1,4 +1,4 @@
{% extends "base.yml" %} {% raw %}{% extends "base.yml" %}
{% block test %} {% block test %}
- engine: engine.py:ExecutionEngine - engine: engine.py:ExecutionEngine
name: Stub {{ python_version }} name: Stub {{ python_version }}
@ -7,4 +7,4 @@
scenario: scenario:
- Load website - Load website
- Pause - Pause
{% endblock %} {% endblock %}{% endraw %}