jenkins-job-builder/tests/cmd
Khai Do 899bc6c946 fix for python 3, decode job output
Change Ie952617a34c0719e forced utf-8 format but forgot to decode the
xml when passing to update_job. This broke jjb for python 3:

 File "/Users/khaido/PycharmProjects/jenkins-job-builder
     /jenkins_jobs/builder.py", line
 134, in update_job
    self.jenkins.create_job(job_name, xml)

 File "/Users/khaido/PycharmProjects/jenkins-job-builder/.tox
      /py34/lib/python3.4/site-packages/jenkins/__init__.py",
 line 852, in create_job
      config_xml.encode('utf-8'), DEFAULT_HEADERS))
  AttributeError: 'function' object has no attribute 'encode'

Change-Id: Iceda46214bf4709ccd8141ef654cf3ec81e8af06
2015-10-13 00:26:20 -07:00
..
fixtures Wrap file objects with codecs to handle unicode 2015-10-09 10:48:01 -07:00
subcommands fix for python 3, decode job output 2015-10-13 00:26:20 -07:00
__init__.py tests for JJB command processing 2014-07-09 08:55:10 -07:00
test_cmd.py Capture logs with FakeLogging Fixture 2015-09-30 16:25:22 +01:00
test_recurse_path.py Enable tests of builder object 2015-06-01 21:39:21 -07:00