Add tests for django-knocker support
This commit is contained in:
parent
bbaa8aca6f
commit
e3f89d0ea2
4 changed files with 64 additions and 3 deletions
|
|
@ -30,6 +30,7 @@ class WizardTest(BaseTest):
|
|||
except ImportError:
|
||||
# Not in django CMS 3.2+, no cleanup needed
|
||||
pass
|
||||
super(WizardTest, self).setUp()
|
||||
|
||||
@skipIf(LooseVersion(cms.__version__) < LooseVersion('3.2'),
|
||||
reason='Wizards not available for django CMS < 3.2')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue