deckhand/deckhand/tests/unit/engine
Felipe Monteiro a483ec3c4d Implement rendered documents caching
This implements a rendered documents cache which is keyed by
revision IDs. This means that repeatedly trying to re-render
documents for the same revision ID will be much, much faster as
the results will be cached.

Change-Id: Ie92f55a9234d038683ba1fcad76710d968ed67ab
2018-07-28 20:51:25 +00:00
..
__init__.py Initial engine framework 2017-07-17 20:46:49 +01:00
base.py Improve document validation module. 2018-01-15 16:51:52 -05:00
test_cache.py Implement rendered documents caching 2018-07-28 20:51:25 +00:00
test_document_layering.py layering: Support layering for primitive types 2018-06-28 15:18:45 -04:00
test_document_layering_and_replacement.py Simplify schema validation 2018-07-03 02:07:33 +00:00
test_document_layering_and_replacement_negative.py style(pep8): remove identation ignores 2018-06-01 22:08:42 +00:00
test_document_layering_and_substitution.py layering: Support layering for primitive types 2018-06-28 15:18:45 -04:00
test_document_layering_and_substitution_negative.py Raise exception on unfound secret in source document 2018-04-09 17:04:58 +01:00
test_document_layering_negative.py refactor: Use yaml.add_representer to reduce complexity 2018-07-10 19:23:52 +01:00
test_document_validation.py Simplify schema validation 2018-07-03 02:07:33 +00:00
test_document_validation_negative.py Simplify schema validation 2018-07-03 02:07:33 +00:00
test_secrets_manager.py Move retrieval of encrypted documents to Deckhand controller 2018-07-08 23:16:26 +00:00