We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c86017 commit d558fe7Copy full SHA for d558fe7
tests/test_examples.py
@@ -136,11 +136,11 @@ def test_params(self):
136
self.assertEqual(expr.interpolate("$(foo[\"b\\'ar\"].baz) $(foo[\"b\\'ar\"].baz)", inputs), "true true")
137
self.assertEqual(expr.interpolate("$(foo['b\\\"ar'].baz) $(foo['b\\\"ar'].baz)", inputs), "null null")
138
139
+def _find_default_container(default_container_id, builder):
140
+ return default_container_id
141
-class TestFactory(unittest.TestCase):
142
- def _find_default_container(default_container_id, builder):
143
- return default_container_id
+class TestFactory(unittest.TestCase):
144
145
def test_factory(self):
146
if onWindows():
0 commit comments