Tests: fixing tests interrupt in terminal.
KeyboardInterrupt re-raised.
This commit is contained in:
@@ -134,6 +134,9 @@ class TestStatic(TestApplicationProto):
|
||||
open(temp_dir + '/ф а', 'a').close()
|
||||
utf8 = True
|
||||
|
||||
except KeyboardInterrupt:
|
||||
raise
|
||||
|
||||
except:
|
||||
utf8 = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user