Separate testcases

This commit is contained in:
Iacopo Spalletti 2016-04-30 08:55:16 +02:00
commit 547cd9e988
No known key found for this signature in database
GPG key ID: BDCBC2EB289F60C6
3 changed files with 49 additions and 47 deletions

View file

@ -14,7 +14,6 @@ from parler.utils.context import smart_override
from djangocms_blog.cms_appconfig import BlogConfig
from djangocms_blog.models import BlogCategory, Post
try:
from filer.models import ThumbnailOption # NOQA
except ImportError: