Add tests for django-knocker support

This commit is contained in:
Iacopo Spalletti 2016-03-27 19:25:01 +02:00
commit e3f89d0ea2
4 changed files with 64 additions and 3 deletions

View file

@ -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')