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 %}
|
|
|
|
|
|
2020-02-19 11:57:15 +00:00
|
|
|
<div class="govuk-grid-row">
|
2020-02-19 12:36:02 +00:00
|
|
|
<div class="govuk-grid-column-two-thirds">
|
2017-01-27 17:32:20 +00:00
|
|
|
<h1 class="heading-large">Integration testing</h1>
|
|
|
|
|
|
2020-05-29 17:11:01 +01:00
|
|
|
<p class="govuk-body">This information has moved.</p>
|
2017-01-27 17:32:20 +00:00
|
|
|
|
2020-05-29 17:11:01 +01:00
|
|
|
<p class="govuk-body">
|
2019-12-06 07:53:46 +00:00
|
|
|
Refer to the <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.documentation') }}">documentation
|
2018-11-06 17:24:30 +00:00
|
|
|
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 %}
|