blob: 9be1b501eb17892d6c00c688b98d7be2dab0c120 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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)
|