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:
parent
5be7b768de
commit
b59a26a90b
0
tests/builder/__init__.py
Normal file
0
tests/builder/__init__.py
Normal 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
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
import os
|
||||
|
||||
import mock
|
||||
from tests.base import mock
|
||||
import testtools
|
||||
|
||||
from jenkins_jobs import cmd
|
||||
|
Loading…
Reference in New Issue
Block a user