Add tidy linting checks for buildbot_steps.yml

This commit adds tidy checks for buildbot_steps.yml, as well as unit
tests. These checks include:

* Checking buildbot_steps.yml can be parsed by a YAML loader
* buildbot_steps.yml does not contain duplicate keys
* buildbot_steps.yml keys map to a list of strings
This commit is contained in:
William Lee 2016-11-03 14:45:43 -04:00
parent 289a289da2
commit aceb60ec1d
6 changed files with 92 additions and 4 deletions

View file

@ -12,6 +12,9 @@ flake8 == 2.4.1
pep8 == 1.5.7
pyflakes == 0.8.1
# For buildbot checking
PyYAML == 3.12
# For test-webidl
ply == 3.8