hurl/integration/tests/assert_xpath.py
2020-08-27 16:44:57 +02:00

9 lines
120 B
Python

# coding=utf-8
from tests import app
@app.route("/assert-xpath")
def assert_xpath():
return '<data>café</data>'