2018-01-25 15:29:05 +00:00
|
|
|
{% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %}
|
2024-04-24 12:31:00 -07:00
|
|
|
{% extends "base.html" %}
|
2017-01-27 17:32:20 +00:00
|
|
|
|
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 %}
|
|
|
|
|
|
2023-08-23 16:18:25 -04:00
|
|
|
<div class="grid-row">
|
|
|
|
|
<div class="grid-col-8">
|
2023-06-06 15:28:24 -04:00
|
|
|
<h1 class="font-body-2xl margin-bottom-3">Integration testing</h1>
|
2017-01-27 17:32:20 +00:00
|
|
|
|
2023-06-06 15:28:24 -04:00
|
|
|
<p>This information has moved.</p>
|
2017-01-27 17:32:20 +00:00
|
|
|
|
2023-06-06 15:28:24 -04:00
|
|
|
<p>
|
2023-08-08 16:19:17 -04:00
|
|
|
Refer to the <a class="usa-link" 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 %}
|