pegleg/tests/unit
Felipe Monteiro f8d79e119c Only collect/parse Deckhand-formatted documents for processing
This patch set changes Pegleg in two similar ways:

1) Ignore certain types of files altogether:
   - those located in hidden folders
   - those prefixed with "." (files like .zuul.yaml)
2) Only read Deckhand-formatted documents for lint/collect/etc.
   commands as Pegleg need not consider other types of documents
   (it separately reads the site-definition.yaml for internal
    processing still).

The tools/ subfolder is also ignored as it can contain
.yaml files which are not Deckhand-formatted documents,
so need not be processed by pegleg.engine.

Change-Id: I8996b5d430cf893122af648ef8e5805b36c1bfd9
2018-11-08 20:07:03 -05:00
..
engine Only collect/parse Deckhand-formatted documents for processing 2018-11-08 20:07:03 -05:00
__init__.py Standardize Pegleg directory structure 2018-09-23 10:33:40 -04:00
conftest.py refactor: Use temp path fixture to automatically clean up 2018-10-29 15:13:23 +00:00
fixtures.py refactor: Use temp path fixture to automatically clean up 2018-10-29 15:13:23 +00:00
test_cli.py refactor: Use temp path fixture to automatically clean up 2018-10-29 15:13:23 +00:00
test_utils.py fix: Enable Pegleg to support manifest repos like AIAB 2018-10-18 19:07:31 +01:00