fix test error
This commit is contained in:
parent
fe50e6d26c
commit
9947f70ba8
|
|
@ -24,7 +24,7 @@ class Error(Exception):
|
||||||
(ValueError('exception'), 'ValueError', 'exception'),
|
(ValueError('exception'), 'ValueError', 'exception'),
|
||||||
(ValueError, 'ValueError', 'none'),
|
(ValueError, 'ValueError', 'none'),
|
||||||
# "qutebrowser." stripped
|
# "qutebrowser." stripped
|
||||||
(ipc.Error, 'misc.ipc.Error', 'none'),
|
(ipc.Error, 'misc.ipcclient.Error', 'none'),
|
||||||
(Error, 'test_error.Error', 'none'),
|
(Error, 'test_error.Error', 'none'),
|
||||||
])
|
])
|
||||||
def test_no_err_windows(caplog, exc, name, exc_text):
|
def test_no_err_windows(caplog, exc, name, exc_text):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue