mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
Added test for PY-11337
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import logging
|
||||
from nose.tools import assert_raises_regex
|
||||
|
||||
|
||||
def _assert_stuff(i):
|
||||
with assert_raises_regex(
|
||||
logging.INFO,
|
||||
'Did stuff to {} because of reasons that take up a whole line of text'.format(
|
||||
i.relname)):
|
||||
pass
|
||||
Reference in New Issue
Block a user