mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-24 04:31:37 +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>'
|
|
|