Add security tests for the superuser API

This commit is contained in:
Joseph Schorr 2014-05-12 14:45:19 -04:00
parent 08ccad7fe4
commit f12970469b
2 changed files with 88 additions and 0 deletions

View file

@ -28,3 +28,6 @@ class TestConfig(DefaultConfig):
'deadbeef-dead-beef-dead-beefdeadbeef')
USERFILES_TYPE = 'FakeUserfiles'
FEATURE_SUPER_USERS = True
SUPER_USERS = ['devtable']