summaryrefslogtreecommitdiffstats
path: root/tests/cmd/subcommands/test_test.py
Commit message (Expand)AuthorAgeFilesLines
* Fix the yaml load warning.Daniel Bengtsson2019-12-101-1/+1
* Auto-generated output from python-blackThanh Ha2019-09-091-142/+196
* upgrade hacking moduleSorin Sbarnea2018-06-191-1/+1
* Merge "Capture XML output from test"Zuul2018-03-071-1/+3
|\
| * Capture XML output from testDarragh Bailey2018-03-071-1/+3
* | re-raise the original Exception instead of raising a new oneEvgeni Golov2017-11-061-2/+2
|/
* Add option to make test output file layout match JenkinsPeter Eisentraut2017-05-271-0/+26
* Removed some deprecation warnings and enabled py35 on tox.Sorin Sbarnea2017-03-121-8/+8
* Merge "Test stream no encoding bug"Jenkins2016-12-011-0/+16
|\
| * Test stream no encoding bugDarragh Bailey2016-08-291-0/+16
* | Merge builder.Builder and builder.JenkinsWayne Warren2016-09-021-3/+5
|/
* Factor XmlJobGenerator out of YamlParser.Wayne Warren2016-08-181-2/+4
* Disentangle YamlParser and ModuleRegistry classesWayne Warren2016-08-181-2/+2
* TestSubCommand inherit from UpdateSubCommand.Wayne Warren2016-08-051-2/+2
* Move subcommand logic into subcommand classes.Wayne Warren2016-08-051-2/+2
* Move 'delete' yaml parsing to JenkinsJobs.execute.Wayne Warren2016-08-051-2/+2
* Simplify 'update and delete old jobs' testWayne Warren2016-07-221-0/+20
* Untangle argparser and config objectsDarragh Bailey2016-07-221-5/+6
* Use JJBConfig for arg/config initialization.Wayne Warren2016-07-191-2/+2
* Introduce modular implementation of subcommands.Wayne2016-07-081-203/+176
* Merge "Wrap stdout object only once with wrap_stream"Jenkins2016-04-211-1/+1
|\
| * Wrap stdout object only once with wrap_streamDarragh Bailey2016-01-111-1/+1
* | cmd: Add a config file fallback to the user's home directorySebastian Schuberth2016-04-181-1/+25
|/
* Add parallelization optionsDavid Caro2015-12-011-11/+15
* Wrap file objects with codecs to handle unicodeDarragh Bailey2015-10-091-4/+60
* Replace open() with io.open() and force 'utf-8'Darragh Bailey2015-07-251-5/+4
* Revert "Added parallelization options"James E. Blair2015-05-051-15/+11
* Added parallelization optionsDavid Caro2015-04-301-11/+15
* Merge "Remove YamlParser from jenkins_jobs.builder"Jenkins2015-04-231-2/+2
|\
| * Remove YamlParser from jenkins_jobs.builderWayne2015-04-221-2/+2
* | Only query jenkins plugins if config providedDarragh Bailey2015-04-171-0/+27
|/
* Support excludes when recursively processing pathsDarragh Bailey2015-02-171-22/+50
* Add plugins_info to module registry object.Wayne2015-02-041-1/+83
* Use mock in a Python 3.4 compatible wayJeremy Stanley2015-01-291-1/+1
* Reorganize tests/cmdWayne2014-12-011-0/+156