This commit is contained in:
Luke Sneeringer
2014-11-12 12:58:45 -06:00
parent 2d4efc1aa9
commit 3279f59986

View File

@@ -463,6 +463,7 @@ class BaseTestMixin(object):
if hasattr(self, 'queue_process'):
self.queue_process.terminate()
@override_settings(SYSTEM_UUID='00000000-0000-0000-0000-000000000000')
class BaseTest(BaseTestMixin, django.test.TestCase):
'''