2018-01-25 15:29:05 +00:00
|
|
|
{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
|
2017-01-27 17:32:20 +00:00
|
|
|
{% extends "withoutnav_template.html" %}
|
|
|
|
|
|
2017-02-13 10:45:15 +00:00
|
|
|
{% block per_page_title %}
|
|
|
|
|
Integration testing
|
2017-01-27 17:32:20 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
|
|
|
|
|
|
<div class="grid-row">
|
|
|
|
|
<div class="column-two-thirds">
|
|
|
|
|
<h1 class="heading-large">Integration testing</h1>
|
|
|
|
|
|
2018-11-06 17:24:30 +00:00
|
|
|
<p>This information has moved.</p>
|
2017-01-27 17:32:20 +00:00
|
|
|
|
|
|
|
|
<p>
|
2018-11-06 17:24:30 +00:00
|
|
|
Refer to the <a href="{{ url_for('main.documentation') }}">documentation
|
|
|
|
|
for the client library you are using.
|
2017-01-27 17:32:20 +00:00
|
|
|
</p>
|
2017-02-01 10:27:02 +00:00
|
|
|
|
2017-01-27 17:32:20 +00:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|