bootstrap-vz/tests
2015-04-20 13:04:17 +02:00
..
integration Document the remote bootstrapping procedure 2015-04-19 19:28:13 +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 Fix some indentation and links 2015-04-20 13:04:17 +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.