3👍
This might save someone an extra search or two…
from django.test import TestCase
class MyTestCase(TestCase):
fixtures = ['myfixture.json']
Source:stackexchange.com
3👍
This might save someone an extra search or two…
from django.test import TestCase
class MyTestCase(TestCase):
fixtures = ['myfixture.json']