Add import for reverse function in tests.

This commit is contained in:
juanifioren 2015-05-07 15:47:00 -03:00
parent 79c36f3c1b
commit 06fb967bf8

View file

@ -2,6 +2,7 @@ import json
from urllib import urlencode from urllib import urlencode
import uuid import uuid
from django.core.urlresolvers import reverse
from django.test import RequestFactory from django.test import RequestFactory
from django.test import TestCase from django.test import TestCase