mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
5 lines
198 B
Python
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()
|