With the following code structure I am not able to directly import the create_app inside test_app.
app/ __init__.py (contains create_app function) api/