From f6bba30407c006f7c1a72195b7d8c17cbf5ff604 Mon Sep 17 00:00:00 2001 From: Jason Ward Date: Wed, 26 Sep 2012 15:31:09 -0400 Subject: [PATCH] refs #6: name change --- authority/tests.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/authority/tests.py b/authority/tests.py index 19394d4..d1a6cee 100644 --- a/authority/tests.py +++ b/authority/tests.py @@ -21,8 +21,11 @@ class GroupPermission(permissions.BasePermission): authority.register(Group, GroupPermission) -class BehaviourTest(TestCase): +class DjangoPermissionChecksTestCase(TestCase): """ + Django permission objects have certain methods that are always present, + test those here. + self.user will be given: - django permission add_user (test_add) - authority to delete_user which is him (test_delete)