Add TODO
This commit is contained in:
parent
3db4c15459
commit
dcabb36ac7
1 changed files with 2 additions and 0 deletions
|
@ -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. """
|
||||
|
|
Reference in a new issue