hurl/integration/tests/assert_xpath.py

8 lines
119 B
Python
Raw Normal View History

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