hurl/integration/tests/utf8.py

6 lines
101 B
Python
Raw Normal View History

2020-08-27 10:07:46 +03:00
# coding=utf-8
from tests import app
@app.route("/utf8")
def utf8():
return '<data>café</data>'