mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-06 07:41:44 +00:00
...
This commit is contained in:
parent
51418b820f
commit
4ec1909c32
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ def run_cli(suite: unittest.TestSuite, verbosity: int = 4) -> bool:
|
|||
r.resultclass = unittest.TextTestResult
|
||||
runner = r(verbosity=verbosity)
|
||||
runner.tb_locals = True # type: ignore
|
||||
from . import forwardable_stdio
|
||||
from .base import forwardable_stdio
|
||||
with forwardable_stdio():
|
||||
result = runner.run(suite)
|
||||
sys.stdout.flush()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue