bootstrap-vz/tests
2015-04-22 08:53:59 +02:00
..
integration Add missing hashmark to link 2015-04-22 08:53:59 +02:00
unit Add structure for testing docs 2015-04-16 23:30:41 +02:00
__init__.py Make tests/ a module, so that test scripts can import and run the tests manually 2015-04-16 22:18:57 +02:00
README.rst Docs for integration testing 2015-04-20 16:26:05 +02:00

The testing framework consists of two parts:
The unit tests and the integration tests.

The `unit tests <unit>`__ are responsible for testing individual
parts of bootstrap-vz, while the `integration tests <integration>`__ test
entire manifests by bootstrapping and booting them.