aboutsummaryrefslogtreecommitdiff
path: root/docs/_build/html/_sources/autoapi/app/tests/conftest
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_build/html/_sources/autoapi/app/tests/conftest')
-rw-r--r--docs/_build/html/_sources/autoapi/app/tests/conftest/index.rst.txt35
1 files changed, 35 insertions, 0 deletions
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)
+
+