To better facilitate the building and publishing of sphinx documentation by Jenkins we are moving all openstack projects with sphinx documentation to a common doc tree structure. Documentation goes in project/doc and build results go in project/doc/build. Change-Id: Ic523a716e4113198b777d6dc3db8bb8a729e7696
18 lines
319 B
ReStructuredText
18 lines
319 B
ReStructuredText
========================
|
|
Horizon TestCase Classes
|
|
========================
|
|
|
|
.. module:: horizon.test
|
|
|
|
Horizon provides several useful base classes for testing both views and
|
|
API functions.
|
|
|
|
.. autoclass:: TestCase
|
|
:members:
|
|
|
|
.. autoclass:: APITestCase
|
|
:members:
|
|
|
|
.. autoclass:: BaseAdminViewTests
|
|
:members:
|