projects
/
xnet
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
groups: make superuser have access to everything
[xnet]
/
xnet
/
groups
/
tests.py
1
2
from
django
import
test
3
4
from
.
import
admin
# pylint: disable=W0611
5
from
.
import
factories
6
7
8
class
SimpleTest
(
test
.
TestCase
):
9
10
def
test_factories
(
self
):
11
factories
.
MembershipFactory
()