Move test data fixtures file to babybuddy app.

This commit is contained in:
Christopher Charbonneau Wells 2017-12-07 13:45:48 -05:00
parent ca2a5c6ee8
commit 23185f413f
2 changed files with 1 additions and 2 deletions

View File

@ -9,10 +9,9 @@ from core import models
from dashboard.templatetags import cards
# Test file data uses the US/Eastern time zone.
@override_settings(TIME_ZONE='US/Eastern')
class TemplateTagsTestCase(TestCase):
fixtures = ['tests_templatetags.json']
fixtures = ['tests.json']
@classmethod
def setUpClass(cls):