Move BaseTest to fix import issues
This commit is contained in:
parent
0e9a80cb42
commit
b9ac41fac5
8 changed files with 191 additions and 194 deletions
|
|
@ -7,12 +7,11 @@ import re
|
|||
from cms.api import add_plugin
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.utils.timezone import now
|
||||
from djangocms_helper.utils import get_user_model
|
||||
from taggit.models import Tag
|
||||
|
||||
from djangocms_blog.models import BlogCategory
|
||||
|
||||
from . import BaseTest
|
||||
from .base import BaseTest
|
||||
|
||||
|
||||
class PluginTest(BaseTest):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue