diff options
Diffstat (limited to 'libpathod/templates/docs_test.html')
| -rw-r--r-- | libpathod/templates/docs_test.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libpathod/templates/docs_test.html b/libpathod/templates/docs_test.html new file mode 100644 index 00000000..27129f1c --- /dev/null +++ b/libpathod/templates/docs_test.html @@ -0,0 +1,9 @@ +{% extends "frame.html" %} +{% block body %} +<div class="page-header"> + <h1> + libpathod.test + <small>Using pathod and pathoc in your unit tests.</small> + </h1> +</div> +{% endblock %} |
