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