Move xnet/accounts to xnet/groups
[xnet] / xnet / groups / tests.py
CommitLineData
53722fb0
BG
1
2from django import test
3
4from . import admin # pylint: disable=W0611
5from . import factories
6
7
8class SimpleTest(test.TestCase):
9
10 def test_factories(self):
11 factories.MembershipFactory()