
Moves everything OpenStack-specific (dashboards, apis, etc.) into the openstack_dashboard project, achieving a much cleaner separation between the project-specific code and the generic Horizon framework code. Change-Id: I7235b41d449b26c980668fc3eb4360b24508717b
26 lines
590 B
ReStructuredText
26 lines
590 B
ReStructuredText
========================
|
|
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:
|