blob: 8e1241c340b81e7c6d1dddb0f4898d650a5ac564 (
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
|
:mod:`app.tests.test_cli`
=========================
.. py:module:: app.tests.test_cli
.. autoapi-nested-parse::
Test(s) for CLI Commands
Module Contents
---------------
Functions
~~~~~~~~~
.. autoapisummary::
app.tests.test_cli.test_database_commands
.. function:: test_database_commands(app, client)
Test for Database CLI Commands
Test for initialisation, creation and admin user creation.
|