Commit 035aa497 by Renzo Lucioni

Merge pull request #8947 from edx/renzo/resolve-failures

Import missing settings module in tests of commerce views
parents 7673bde8 60c818f0
...@@ -4,6 +4,7 @@ from uuid import uuid4 ...@@ -4,6 +4,7 @@ from uuid import uuid4
from nose.plugins.attrib import attr from nose.plugins.attrib import attr
import ddt import ddt
from django.conf import settings
from django.core.urlresolvers import reverse from django.core.urlresolvers import reverse
from django.test import TestCase from django.test import TestCase
import mock import mock
......
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