Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
formatter
/
alignInNestedCallInWith_after.py
blob: b64caa7c7e1c74d3694bc14045d3b3fcb056444f [
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