summaryrefslogtreecommitdiff
path: root/doc/source/ref/test.rst
blob: 79a4bc1c9f36cd65a1e169413d9ca6b5363fa328 (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
========================
Horizon TestCase Classes
========================

.. module:: horizon.test.helpers

Horizon provides a base test case class which provides several useful
pre-prepared attributes for testing Horizon components.

.. autoclass:: TestCase
    :members:

.. module :: openstack_dashboard.test.helpers

The OpenStack Dashboard also provides test case classes for greater
ease-of-use when testing APIs and OpenStack-specific auth scenarios.

.. autoclass:: TestCase
    :members:

.. autoclass:: APITestCase
    :members:

.. autoclass:: BaseAdminViewTests
    :members: