hurl/integration/tests_ok/assert_regex.py

8 lines
111 B
Python
Raw Normal View History

2020-08-27 10:07:46 +03:00
# coding=utf-8
from app import app
2020-08-27 10:07:46 +03:00
@app.route("/assert-regex")
def assert_regex():
return "Hello World!"