Create integration tests for bootstrapping and config/generate scripts
When issue #262 (closed) will be closed, we will have two initialization scripts to use before starting Krake:
-
config/generateto generate the Krake components configuration from templates; -
bootstrapping/bootstrapto insert resources in the database directly, without using the API.
These two scripts are not tested for the moment, and an integration test could be added for both to check their behavior.