[tests] rename factory test and move bag detecting so any bag is returned as is as an output.
This commit is contained in:
@ -11,7 +11,7 @@ from bonobo.util.testing import BufferingNodeExecutionContext
|
||||
class FactoryTypeTest(TestCase):
|
||||
def execute_node(self, node, *rows):
|
||||
with BufferingNodeExecutionContext(node) as context:
|
||||
context.write_sync(*map(Bag, rows))
|
||||
context.write_sync(*rows)
|
||||
return context.get_buffer()
|
||||
|
||||
def test_args_as_str(self):
|
||||
Reference in New Issue
Block a user