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

8 lines
111 B
Python

from tests import app
@app.route("/capture-and-assert")
def capture_and_assert():
return 'Hello World!'