def test_hello_get(app): with app.test_request_context(): res = main.hello_get(flask.request) assert 'Hello World!' in res
def test_hello_get(app): with app.test_request_context(): res = main.hello_get(flask.request) assert type(float(res)) == 'float'