This commit is contained in:
Joseph Schorr 2017-02-15 11:52:01 -05:00
parent 3db4c15459
commit dcabb36ac7

View file

@ -15,6 +15,8 @@ from initdb import initialize_database, populate_database
from path_converters import APIRepositoryPathConverter, RegexConverter
# TODO(jschorr): Unify with the API conftest once the other PR gets in.
@pytest.fixture()
def app(appconfig):
""" Used by pytest-flask plugin to inject app by test for client See test_security by name injection of client. """