supported_types = [(2, 'application/x-test')] def display(data, mimetype, filename, rev, env): return '
' + '\nTESTING: '.join(data.splitlines()) + '