feat, wip: refactoring and simplification of how casts are made.

This commit is contained in:
Romain Dorgueil
2018-07-29 11:59:47 +01:00
parent f5ebe1b1e7
commit 980a76399b
17 changed files with 251 additions and 65 deletions

View File

@ -1,4 +1,4 @@
from bonobo.constants import INHERIT
from bonobo.util.envelopes import AppendingEnvelope
from bonobo.util.testing import BufferingNodeExecutionContext
messages = [
@ -8,7 +8,7 @@ messages = [
def append(*args):
return INHERIT, '!'
return AppendingEnvelope('!')
def test_inherit():