mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-22 05:51:53 +00:00
pep 8 fix, blank lines
This commit is contained in:
parent
6bd2b9e65f
commit
c347036692
1 changed files with 2 additions and 0 deletions
|
|
@ -423,6 +423,7 @@ class TestFieldPanel(TestCase):
|
|||
self.assertIn('<p class="error-message">', result)
|
||||
self.assertIn('<span>Enter a valid date.</span>', result)
|
||||
|
||||
|
||||
class TestFieldRowPanel(TestCase):
|
||||
def setUp(self):
|
||||
self.EventPageForm = get_form_for_model(
|
||||
|
|
@ -528,6 +529,7 @@ class TestFieldRowPanel(TestCase):
|
|||
|
||||
self.assertIn('<li class="field-col col4', result)
|
||||
|
||||
|
||||
class TestPageChooserPanel(TestCase):
|
||||
fixtures = ['test.json']
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue