mirror of https://github.com/snachodog/mybuddy.git
Move test data fixtures file to babybuddy app.
This commit is contained in:
parent
ca2a5c6ee8
commit
23185f413f
|
@ -9,10 +9,9 @@ from core import models
|
||||||
from dashboard.templatetags import cards
|
from dashboard.templatetags import cards
|
||||||
|
|
||||||
|
|
||||||
# Test file data uses the US/Eastern time zone.
|
|
||||||
@override_settings(TIME_ZONE='US/Eastern')
|
@override_settings(TIME_ZONE='US/Eastern')
|
||||||
class TemplateTagsTestCase(TestCase):
|
class TemplateTagsTestCase(TestCase):
|
||||||
fixtures = ['tests_templatetags.json']
|
fixtures = ['tests.json']
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def setUpClass(cls):
|
def setUpClass(cls):
|
||||||
|
|
Loading…
Reference in New Issue