blob: 45e0a95479ee68029422ffcc2ce3e5f5e316e94e (
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
|
:mod:`app.tests.test_admin`
===========================
.. py:module:: app.tests.test_admin
.. autoapi-nested-parse::
Test(s) for Admin Portal
Module Contents
---------------
Functions
~~~~~~~~~
.. autoapisummary::
app.tests.test_admin.test_admin
.. function:: test_admin(app, client)
Test Admin Portal
We use the cli-runner to run the admin-create command.
Then we check if the admin portal is accessible to the newly created superuser.
|