Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test_unsuccessfull_format(data, templates):
'''Unsuccessful formatting of data against multiple candidate templates.'''
with pytest.raises(lucidity.FormatError):
lucidity.format(data, templates)