mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-14 10:33:10 +00:00
refs #6: name change
This commit is contained in:
parent
b81ef7b5d0
commit
f6bba30407
1 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue