jenkins-job-builder/tests/cmd
Wayne Warren aaae83c623
Factor XmlJobGenerator out of YamlParser.
Separate XML generation from Yaml parsing/interpreting. The goal here
is to allow different sources to provide data for XML generation,
including external API users writing job definitions in pure Python or
JJB developers who would like to work on alternative Yaml parsing code
since the current YamlParser has very likely reached the limits of
what can be reasonably done with one giant expandYaml procedure.

Change-Id: I9da848acac7e944c0e07286b7399b2e1956a58a5
2016-08-18 22:42:24 -04:00
..
fixtures Ensure flush cache option obeyed 2016-07-22 17:55:22 +01:00
subcommands Factor XmlJobGenerator out of YamlParser. 2016-08-18 22:42:24 -04:00
__init__.py tests for JJB command processing 2014-07-09 08:55:10 -07:00
test_cmd.py Use JJBConfig for arg/config initialization. 2016-07-19 18:57:34 +01:00
test_config.py Ensure flush cache option obeyed 2016-07-22 17:55:22 +01:00
test_recurse_path.py Use JJBConfig for arg/config initialization. 2016-07-19 18:57:34 +01:00