Files
openide/python/testData/formatter/continuationIndentIsNotUsedForNestedFunctionCallsInWithStatement_after.py
Mikhail Golubev 5b763d7de7 PY-17979 Reverted controversial fix for the PY-13304
Continuation indent is used for function arguments only to avoid
structure ambiguity.
2016-01-13 20:19:39 +03:00

5 lines
198 B
Python

with raises_assertion(
has_string('Missing download_urls: {}, {}'.format(
self.other_download_url, self.another_download_url))):
fixture.assert_detail_page_yields_expected()