hurl/integration/tests_ok/assert_regex.py

8 lines
111 B
Python

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