Fix grid manager CLI tests.
This commit is contained in:
parent
1ede0e7786
commit
b3ab2fdb81
|
@ -134,6 +134,7 @@ def run_cli_native(verb, *args, **kwargs):
|
||||||
stdin = TextIOWrapper(BytesIO(stdin), encoding)
|
stdin = TextIOWrapper(BytesIO(stdin), encoding)
|
||||||
stdout = TextIOWrapper(BytesIO(), encoding)
|
stdout = TextIOWrapper(BytesIO(), encoding)
|
||||||
stderr = TextIOWrapper(BytesIO(), encoding)
|
stderr = TextIOWrapper(BytesIO(), encoding)
|
||||||
|
options.stdin = stdin
|
||||||
d = defer.succeed(argv)
|
d = defer.succeed(argv)
|
||||||
d.addCallback(
|
d.addCallback(
|
||||||
partial(
|
partial(
|
||||||
|
|
Loading…
Reference in New Issue