mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Add structure for testing docs
This commit is contained in:
parent
03f8d231e2
commit
01f5a2db04
7 changed files with 19 additions and 0 deletions
|
@ -8,6 +8,7 @@ Developers
|
|||
contributing
|
||||
switches
|
||||
api/index
|
||||
testing/index
|
||||
taskoverview
|
||||
|
||||
.. include:: ../../bootstrapvz/README.rst
|
||||
|
|
10
docs/developers/testing/index.rst
Normal file
10
docs/developers/testing/index.rst
Normal file
|
@ -0,0 +1,10 @@
|
|||
Testing
|
||||
=======
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
unit_tests
|
||||
integration_tests
|
||||
|
||||
.. include:: ../../../tests/README.rst
|
1
docs/developers/testing/integration_tests.rst
Normal file
1
docs/developers/testing/integration_tests.rst
Normal file
|
@ -0,0 +1 @@
|
|||
.. include:: ../../../tests/integration/README.rst
|
1
docs/developers/testing/unit_tests.rst
Normal file
1
docs/developers/testing/unit_tests.rst
Normal file
|
@ -0,0 +1 @@
|
|||
.. include:: ../../../tests/unit/README.rst
|
2
tests/README.rst
Normal file
2
tests/README.rst
Normal file
|
@ -0,0 +1,2 @@
|
|||
The testing framework consists of two parts:
|
||||
The unit tests and the integration tests
|
2
tests/integration/README.rst
Normal file
2
tests/integration/README.rst
Normal file
|
@ -0,0 +1,2 @@
|
|||
Integration tests
|
||||
=================
|
2
tests/unit/README.rst
Normal file
2
tests/unit/README.rst
Normal file
|
@ -0,0 +1,2 @@
|
|||
Unit tests
|
||||
==========
|
Loading…
Add table
Reference in a new issue