permissions tests
This commit is contained in:
parent
aef23ff7ae
commit
c878c59bce
5 changed files with 845 additions and 2 deletions
|
@ -8,7 +8,7 @@ from accounts.models import *
|
|||
|
||||
class TestViews(TestCase):
|
||||
|
||||
fixtures = ['test_views']
|
||||
fixtures = ['test_accounts_views']
|
||||
|
||||
def setUp(self):
|
||||
self.client.login(username='admin', password='admin')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue