From 24ad9516854fd4f26823f515d0f1072aeb7370e9 Mon Sep 17 00:00:00 2001 From: Dorian Pula Date: Thu, 2 Mar 2017 00:03:17 -0500 Subject: [PATCH] Notes to self. --- api/tests/server/test_user_management.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api/tests/server/test_user_management.py b/api/tests/server/test_user_management.py index 8359577..9c6d112 100644 --- a/api/tests/server/test_user_management.py +++ b/api/tests/server/test_user_management.py @@ -17,9 +17,7 @@ from tests import utils bdd.scenarios('user_management.feature') -# TODO: Add tests to make sure users can't modify each other's profiles, etc. -# TODO: Add in a new role that is super-admin, maybe? -# TODO: Add scenarios regarding subscriber users. +# TODO: Add tests for non-existent users, modify and deletiom TEST_USER_PASSWORDS = 'password-testing'