hurl/integration/tests/assert_regex.py
2020-08-27 16:44:57 +02:00

9 lines
114 B
Python

# coding=utf-8
from tests import app
@app.route("/assert-regex")
def assert_regex():
return 'Hello World!'