Fix typos and improve English in doc/events.rst
[xnet] / xnet / accounts / 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()