File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -138,14 +138,13 @@ def test_params(self):
138
138
139
139
class TestFactory (unittest .TestCase ):
140
140
141
- # def _find_default_container(default_container_id, builder):
142
- # return default_container_id
141
+ def _find_default_container (default_container_id , builder ):
142
+ return default_container_id
143
143
144
144
def test_factory (self ):
145
145
if onWindows ():
146
- #opts = {'find_default_container': functools.partial(
147
- # _find_default_container, windows_default_container_id)}
148
- opts = {'default_container' : windows_default_container_id ,
146
+ opts = {'find_default_container' : functools .partial (
147
+ _find_default_container , windows_default_container_id ),
149
148
'use_container' : True }
150
149
else :
151
150
opts = {}
You can’t perform that action at this time.
0 commit comments