Add trigger developer doc
Move developer docs to their own subdir (to avoid filename conflicts with current doc set), and add a (very basic) new dev doc for triggers. Change-Id: I0dce63ab9fa470247c4bbd4aae58dc97cdf8a517
This commit is contained in:
29
doc/source/developer/testing.rst
Normal file
29
doc/source/developer/testing.rst
Normal file
@@ -0,0 +1,29 @@
|
||||
Testing
|
||||
=======
|
||||
|
||||
Zuul provides an extensive framework for performing functional testing
|
||||
on the system from end-to-end with major external components replaced
|
||||
by fakes for ease of use and speed.
|
||||
|
||||
Test classes that subclass :py:class:`~tests.base.ZuulTestCase` have
|
||||
access to a number of attributes useful for manipulating or inspecting
|
||||
the environment being simulated in the test:
|
||||
|
||||
.. autoclass:: tests.base.ZuulTestCase
|
||||
:members:
|
||||
|
||||
.. autoclass:: tests.base.FakeGerritConnection
|
||||
:members:
|
||||
:inherited-members:
|
||||
|
||||
.. autoclass:: tests.base.FakeGearmanServer
|
||||
:members:
|
||||
|
||||
.. autoclass:: tests.base.RecordingLaunchServer
|
||||
:members:
|
||||
|
||||
.. autoclass:: tests.base.FakeBuild
|
||||
:members:
|
||||
|
||||
.. autoclass:: tests.base.BuildHistory
|
||||
:members:
|
||||
Reference in New Issue
Block a user