From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../tools/pytest/doc/en/_templates/globaltoc.html | 18 ++++++++++++ .../tools/pytest/doc/en/_templates/layout.html | 34 ++++++++++++++++++++++ .../tools/pytest/doc/en/_templates/links.html | 16 ++++++++++ .../pytest/doc/en/_templates/sidebarintro.html | 5 ++++ 4 files changed, 73 insertions(+) create mode 100644 testing/web-platform/tests/tools/pytest/doc/en/_templates/globaltoc.html create mode 100644 testing/web-platform/tests/tools/pytest/doc/en/_templates/layout.html create mode 100644 testing/web-platform/tests/tools/pytest/doc/en/_templates/links.html create mode 100644 testing/web-platform/tests/tools/pytest/doc/en/_templates/sidebarintro.html (limited to 'testing/web-platform/tests/tools/pytest/doc/en/_templates') diff --git a/testing/web-platform/tests/tools/pytest/doc/en/_templates/globaltoc.html b/testing/web-platform/tests/tools/pytest/doc/en/_templates/globaltoc.html new file mode 100644 index 000000000..af427198a --- /dev/null +++ b/testing/web-platform/tests/tools/pytest/doc/en/_templates/globaltoc.html @@ -0,0 +1,18 @@ +

{{ _('Table Of Contents') }}

+ + + +{%- if display_toc %} +
+ {{ toc }} +{%- endif %} diff --git a/testing/web-platform/tests/tools/pytest/doc/en/_templates/layout.html b/testing/web-platform/tests/tools/pytest/doc/en/_templates/layout.html new file mode 100644 index 000000000..0ce480be3 --- /dev/null +++ b/testing/web-platform/tests/tools/pytest/doc/en/_templates/layout.html @@ -0,0 +1,34 @@ +{% extends "!layout.html" %} +{% block header %} +
+

+ Want to help improve pytest? Please + + contribute to + + or + + join + + our upcoming sprint in June 2016! + +

+
+ {{super()}} +{% endblock %} +{% block footer %} +{{ super() }} + +{% endblock %} diff --git a/testing/web-platform/tests/tools/pytest/doc/en/_templates/links.html b/testing/web-platform/tests/tools/pytest/doc/en/_templates/links.html new file mode 100644 index 000000000..200258e16 --- /dev/null +++ b/testing/web-platform/tests/tools/pytest/doc/en/_templates/links.html @@ -0,0 +1,16 @@ +

Useful Links

+ + diff --git a/testing/web-platform/tests/tools/pytest/doc/en/_templates/sidebarintro.html b/testing/web-platform/tests/tools/pytest/doc/en/_templates/sidebarintro.html new file mode 100644 index 000000000..ae860c172 --- /dev/null +++ b/testing/web-platform/tests/tools/pytest/doc/en/_templates/sidebarintro.html @@ -0,0 +1,5 @@ +

About pytest

+

+ pytest is a mature full-featured Python testing tool that helps + you write better programs. +

-- cgit v1.2.3