Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
formatter
/
alignInNestedCallInWith.py
blob: ccf3783844a02e7aea9f9a27850103b8d6544c32 [
file
] [
log
] [
blame
]
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