Add structure for testing docs

This commit is contained in:
Anders Ingemann 2015-04-16 23:30:41 +02:00
parent 03f8d231e2
commit 01f5a2db04
7 changed files with 19 additions and 0 deletions

View file

@ -8,6 +8,7 @@ Developers
contributing contributing
switches switches
api/index api/index
testing/index
taskoverview taskoverview
.. include:: ../../bootstrapvz/README.rst .. include:: ../../bootstrapvz/README.rst

View file

@ -0,0 +1,10 @@
Testing
=======
.. toctree::
:maxdepth: 1
unit_tests
integration_tests
.. include:: ../../../tests/README.rst

View file

@ -0,0 +1 @@
.. include:: ../../../tests/integration/README.rst

View file

@ -0,0 +1 @@
.. include:: ../../../tests/unit/README.rst

2
tests/README.rst Normal file
View file

@ -0,0 +1,2 @@
The testing framework consists of two parts:
The unit tests and the integration tests

View file

@ -0,0 +1,2 @@
Integration tests
=================

2
tests/unit/README.rst Normal file
View file

@ -0,0 +1,2 @@
Unit tests
==========