Files @ 67b8b48d5171
Branch filter:

Location: majic-ansible-roles/roles/wsgi_website/molecule/default/tests/data/python/paste/wsgi.py

branko
MAR-132: Fix PHP timezone test for Debian Stretch in web_server role:

- Read the timezone from server instead of depending on fixed value.
1
2
3
4
5
6
from testapp import app


def app_factory(global_config, **local_config):

    return app.wsgi_app