Commit f9c1c0b3 by cahrens

Move tests related to views files into views/tests.

parent 16f0d12a
......@@ -10,7 +10,7 @@ from datetime import datetime
from io import BytesIO
from pytz import UTC
import json
from .utils import CourseTestCase
from contentstore.tests.utils import CourseTestCase
from contentstore.views import assets
from xmodule.contentstore.content import StaticContent
from xmodule.modulestore import Location
......
......@@ -6,7 +6,7 @@ from xmodule.modulestore.tests.factories import CourseFactory
from xmodule.modulestore.django import loc_mapper
import json
from .utils import CourseTestCase
from contentstore.tests.utils import CourseTestCase
class ChecklistTestCase(CourseTestCase):
......
......@@ -12,7 +12,7 @@ import logging
from uuid import uuid4
from pymongo import MongoClient
from .utils import CourseTestCase
from contentstore.tests.utils import CourseTestCase
from django.test.utils import override_settings
from django.conf import settings
from xmodule.modulestore.django import loc_mapper
......
import json
from unittest import TestCase
from .utils import CourseTestCase
from django.core.urlresolvers import reverse
from contentstore.tests.utils import CourseTestCase
from contentstore.utils import get_modulestore
from xmodule.modulestore.inheritance import own_metadata
......
......@@ -2,7 +2,7 @@
Tests for contentstore/views/user.py.
"""
import json
from .utils import CourseTestCase
from contentstore.tests.utils import CourseTestCase
from django.contrib.auth.models import User, Group
from student.models import CourseEnrollment
from xmodule.modulestore.django import loc_mapper
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment