Add change password endpoint

This commit is contained in:
Matt Wright
2013-02-01 18:21:43 -05:00
parent f1f621d178
commit adb2680289
6 changed files with 18 additions and 15 deletions
+4 -4
View File
@@ -224,11 +224,11 @@ class MongoEngineSecurityTests(DefaultSecurityTests):
return create_app(auth_config, **kwargs)
class PeeweeSecurityTests(DefaultSecurityTests):
# class PeeweeSecurityTests(DefaultSecurityTests):
def _create_app(self, auth_config, **kwargs):
from tests.test_app.peewee_app import create_app
return create_app(auth_config, **kwargs)
# def _create_app(self, auth_config, **kwargs):
# from tests.test_app.peewee_app import create_app
# return create_app(auth_config, **kwargs)
class DefaultDatastoreTests(SecurityTest):