mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 23:42:14 +00:00
Let's try this
This commit is contained in:
@@ -67,7 +67,7 @@ class TestSampleDataGenerator(TestCase):
|
|||||||
assert Event.objects.all().count() == 0
|
assert Event.objects.all().count() == 0
|
||||||
|
|
||||||
|
|
||||||
class TestSampleDataGenerator(TestCase):
|
class TestSampleDataGenerator(TransactionTestCase):
|
||||||
@override_settings(DEBUG=True)
|
@override_settings(DEBUG=True)
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
call_command('generateSampleData')
|
call_command('generateSampleData')
|
||||||
|
|||||||
Reference in New Issue
Block a user