hurl/integration/tests/predicates_string.py

14 lines
221 B
Python
Raw Normal View History

2020-08-27 10:07:46 +03:00
from flask import request
from tests import app
@app.route('/predicates-string')
def predicates_string():
return 'Hello World!'
@app.route('/predicates-string-empty')
def predicates_string_empty():
return ''