commit changes

This commit is contained in:
Виктор Гладких 2019-09-26 11:48:05 +03:00
parent 40d9f2f2ed
commit 7c0e505798

View File

@ -8,11 +8,9 @@ from http.cookies import SimpleCookie
from account.models import User
from news.models import News, NewsType
from django.test import TestCase
from translation.models import Language
from django.core import exceptions
from .serializers import validate_tjson
from establishment.models import Establishment, EstablishmentType, Employee
@ -126,6 +124,7 @@ class BaseAttributeTests(BaseTestCase):
self.assertEqual(modify_user, employee.modified_by)
self.assertEqual(self.user, employee.created_by)
class ValidJSONTest(TestCase):
def test_valid_json(self):