deckhand/deckhand/tests
Felipe Monteiro 2da9aa5055 Fix: return only concrete documents from layering module
Pegleg uses Deckhand to invoke the layering module
directly which returned all documents which were only later
filtered to only return concrete in the controller. However,
the Deckhand layering module must itself only return concrete
so that Promenade, when it calls the module directly, only
receives concrete documents.

Abstract documents should only be processed internally by DH,
never returning them to user.

This PS makes necessary changes to layering module and unit tests.
Functional tests, as they call the controller itself, didn't need
to be refactored.

Change-Id: Ib5a49c5d31124133a10b646f55100628aa442512
2018-02-12 18:51:29 +00:00
..
functional Reduce number of pre-validation false positives 2018-02-12 11:06:22 -05:00
unit Fix: return only concrete documents from layering module 2018-02-12 18:51:29 +00:00
__init__.py Initial engine framework 2017-07-17 20:46:49 +01:00
test_utils.py [feat] DECKHAND-38: Secrets DB model and secrets manager. 2017-09-11 12:39:38 -04:00