mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-09 05:35:19 +02:00
Implement the fast draw path for single width characters
This commit is contained in:
4
test.py
4
test.py
@@ -86,7 +86,9 @@ def run_cli(suite, verbosity=4):
|
||||
r = unittest.TextTestRunner
|
||||
r.resultclass = unittest.TextTestResult
|
||||
init_env()
|
||||
result = r(verbosity=verbosity).run(suite)
|
||||
runner = r(verbosity=verbosity)
|
||||
runner.tb_locals = True
|
||||
result = runner.run(suite)
|
||||
if not result.wasSuccessful():
|
||||
raise SystemExit(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user