Get rid of skiptests

This commit is contained in:
Don Mitchell
2014-05-14 15:10:34 -04:00
parent eacdc3b6ec
commit 4944cc763b

View File

@@ -11,7 +11,6 @@ from django.test.client import RequestFactory
from mock import Mock, patch
from django.http import Http404, HttpResponse
from django.conf import settings
from nose.plugins.skip import SkipTest
from edxmako.shortcuts import render_to_string
from util.request import safe_get_host
from textwrap import dedent