Lines Matching refs:format
77 return False, 'Non-zero return code: {ret}\n'.format(
96 return False, 'Non empty stdout: {out}\n'.format(out=status.stdout)
105 return False, 'Non empty stderr: {err}\n'.format(err=status.stderr)
127 return False, 'Extra files generated: {}'.format(generated_files)
332 'Expected substring not found:\n{exp}'.format(
370 'With diff:\n{diff}'.format(
384 'Expected matching regex pattern:\n{exp}'.format(
428 'Expected substring not found:\n{exp}'.format(
455 'Unexpected substring found:\n{unexp}'.format(
500 'Expected:\n{exp}'.format(
530 'Expected substring not found in stderr:\n{exp}'.format(
550 'Expected:\n{exp}'.format(
610 'Expected:\n{ex}'.format(
616 'Expected to match regex:\n{ex}'.format(
644 'Expected:\n{ex}'.format(
650 'Expected to match regex:\n{ex}'.format(