From dcabb36ac7c57b0ef4d6295265964b69a3c4515e Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Wed, 15 Feb 2017 11:52:01 -0500 Subject: [PATCH] Add TODO --- util/config/validators/test/conftest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/config/validators/test/conftest.py b/util/config/validators/test/conftest.py index 707fc24ca..3e7d37fa5 100644 --- a/util/config/validators/test/conftest.py +++ b/util/config/validators/test/conftest.py @@ -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. """