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 --- .../autoapi/app/tests/conftest/index.rst.txt | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 docs/_build/html/_sources/autoapi/app/tests/conftest/index.rst.txt (limited to 'docs/_build/html/_sources/autoapi/app/tests/conftest') diff --git a/docs/_build/html/_sources/autoapi/app/tests/conftest/index.rst.txt b/docs/_build/html/_sources/autoapi/app/tests/conftest/index.rst.txt new file mode 100644 index 0000000..9be1b50 --- /dev/null +++ b/docs/_build/html/_sources/autoapi/app/tests/conftest/index.rst.txt @@ -0,0 +1,35 @@ +:mod:`app.tests.conftest` +========================= + +.. py:module:: app.tests.conftest + +.. autoapi-nested-parse:: + + Configuration with basic fixtures + + + +Module Contents +--------------- + + +Functions +~~~~~~~~~ + +.. autoapisummary:: + + app.tests.conftest.app + app.tests.conftest.client + + + +.. function:: app() + + Special configurations for tests + + We use a dummy database and initialise it. + + +.. function:: client(app) + + -- cgit v1.2.3