1 2 3 4 5
from lb_app import create_app def test_config(): assert not create_app().testing assert create_app({'TESTING': True}).testing