add ldap auth

This commit is contained in:
2021-07-11 12:16:41 +02:00
parent cd2a7853dd
commit bbf8719fc9
7 changed files with 108 additions and 17 deletions

View File

@ -17,6 +17,7 @@ class ApiTest(unittest.TestCase):
app.debug = True
app.config["TESTING"] = True
app.config["SQLALCHEMY_DATABASE_URI"] = "sqlite:///:memory:"
self.client = app.test_client()
with app.app_context():