hurl/integration/tests/capture_and_assert.py

8 lines
111 B
Python
Raw Normal View History

2020-08-27 10:07:46 +03:00
from tests import app
@app.route("/capture-and-assert")
def capture_and_assert():
return 'Hello World!'