mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-19 08:42:06 +03:00
8 lines
119 B
Python
8 lines
119 B
Python
# coding=utf-8
|
|
from tests import app
|
|
|
|
|
|
@app.route("/assert-xpath")
|
|
def assert_xpath():
|
|
return "<data>café</data>"
|