Move BaseTest to fix import issues
This commit is contained in:
parent
0e9a80cb42
commit
b9ac41fac5
8 changed files with 191 additions and 194 deletions
|
|
@ -6,7 +6,7 @@ from django.core.urlresolvers import reverse
|
|||
|
||||
from djangocms_blog.models import BLOG_CURRENT_POST_IDENTIFIER
|
||||
|
||||
from . import BaseTest
|
||||
from .base import BaseTest
|
||||
|
||||
|
||||
class ToolbarTest(BaseTest):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue