fossasia / open-event-server

Unit test class with no tests PTC-W0046
Anti-pattern
Major
5 months ago3 years old
Unittest class OpenEventTestCase contains no test methods
23        Setup.drop_db()
24
25
26class OpenEventTestCase(unittest.TestCase):27    """Sets up and tears down database once per class and
28    uses nested transaction rollback for each test"""
29
Unittest class OpenEventLegacyTestCase contains no test methods
12    return user
13
14
15class OpenEventLegacyTestCase(unittest.TestCase):16    """Sets up and tears down database on each run of tests
17    Only use for those tests where OpenEventTestCase does not work"""
18