hurl/integration/tests/assert_xpath.py
2022-02-05 18:15:41 +01:00

8 lines
119 B
Python

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