Enable tests of builder object

Add module __init__.py file to enable tests and convert to the correct
mock using for testing on python 3.4+

Change-Id: I2b91285392859c183aafb1af9da8b71b474d5f8e
This commit is contained in:
Darragh Bailey 2015-05-08 21:00:33 +01:00 committed by Wayne
parent 5be7b768de
commit b59a26a90b
3 changed files with 2 additions and 3 deletions

View File

View File

@ -14,10 +14,9 @@
# License for the specific language governing permissions and limitations
# under the License.
import mock
import jenkins_jobs.builder
from tests.base import mock
from testtools import TestCase

View File

@ -1,6 +1,6 @@
import os
import mock
from tests.base import mock
import testtools
from jenkins_jobs import cmd