index.rst 681 字节
Newer Older
1 2 3
======================
Avocado Test Framework
======================
4 5 6 7 8 9

Contents:

.. toctree::
   :maxdepth: 2

10 11
   Introduction
   GetStartedGuide
12
   WritingTests
13
   ResultFormats
14
   Configuration
15
   Loaders
16
   MultiplexConfig
17
   RunningTestsRemotely
18
   DebuggingWithGDB
19
   WrapProcess
20
   Plugins
21
   ReferenceGuide
22
   ContributionGuide
23
   DevelopmentTips
24
   MaintenanceGuide
25 26 27 28 29 30 31 32 33 34 35 36 37 38

.. _api-reference:


=============
API Reference
=============

.. toctree::
   :maxdepth: 1

   api/test/avocado.rst
   api/utils/avocado.utils.rst
   api/core/avocado.core.rst
39
   api/plugins/avocado.plugins.rst
40

41 42 43 44 45 46 47

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`