From 3a708b304319afe84ebf3d40ecebabe6acc339f3 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 7 Jun 2021 13:59:08 +0530 Subject: started work on automatic documentation --- .../html/_sources/autoapi/app/tests/index.rst.txt | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/_build/html/_sources/autoapi/app/tests/index.rst.txt (limited to 'docs/_build/html/_sources/autoapi/app/tests/index.rst.txt') diff --git a/docs/_build/html/_sources/autoapi/app/tests/index.rst.txt b/docs/_build/html/_sources/autoapi/app/tests/index.rst.txt new file mode 100644 index 0000000..201c641 --- /dev/null +++ b/docs/_build/html/_sources/autoapi/app/tests/index.rst.txt @@ -0,0 +1,26 @@ +:mod:`app.tests` +================ + +.. py:module:: app.tests + +.. autoapi-nested-parse:: + + PyTest Modules for Unit Testing + + + +Submodules +---------- +.. toctree:: + :titlesonly: + :maxdepth: 1 + + conftest/index.rst + test_admin/index.rst + test_cli/index.rst + test_fastapi/index.rst + test_forms/index.rst + test_models/index.rst + test_views/index.rst + + -- cgit v1.2.3