summaryrefslogtreecommitdiff
path: root/tests/generic_views/test_edit.py
diff options
context:
space:
mode:
authorlobziik <lobziiko.o@gmail.com>2015-11-07 16:47:36 +0100
committerTim Graham <timograham@gmail.com>2015-11-07 21:28:13 +0100
commit7a48f9abf276d9d5d757f74d405c9c1d7642b7a0 (patch)
tree6185f085ae38721d1163dd3d48fca1bf675c2c7e /tests/generic_views/test_edit.py
parent0115f9faa517bba882a31b0ade076601b5a41de6 (diff)
Renamed a test file that has no tests.
Diffstat (limited to 'tests/generic_views/test_edit.py')
-rw-r--r--tests/generic_views/test_edit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generic_views/test_edit.py b/tests/generic_views/test_edit.py
index a6ad397a48..df5dab3f79 100644
--- a/tests/generic_views/test_edit.py
+++ b/tests/generic_views/test_edit.py
@@ -9,8 +9,8 @@ from django.views.generic.base import View
from django.views.generic.edit import CreateView, FormMixin, ModelFormMixin
from . import views
+from .forms import AuthorForm
from .models import Artist, Author
-from .test_forms import AuthorForm
class FormMixinTests(SimpleTestCase):