Skip to content

Commit

Permalink
Complete the test
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed Feb 12, 2015
1 parent 207ec5a commit 656eb5a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions zinnia/tests/test_mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

class MixinTestCase(TestCase):
"""Test cases for zinnia.views.mixins"""
maxDiff = None

def setUp(self):
disconnect_entry_signals()
Expand Down Expand Up @@ -187,6 +188,12 @@ def get_day():
'zinnia/archives/month/04/my-fake-entry.html',
'zinnia/archives/2012/month/04/entry_detail.html',
'zinnia/archives/month/04/entry_detail.html',
'zinnia/archives/2012/week/16/my-fake-entry_entry_detail.html',
'zinnia/archives/week/16/my-fake-entry_entry_detail.html',
'zinnia/archives/2012/week/16/my-fake-entry.html',
'zinnia/archives/week/16/my-fake-entry.html',
'zinnia/archives/2012/week/16/entry_detail.html',
'zinnia/archives/week/16/entry_detail.html',
'zinnia/archives/2012/my-fake-entry_entry_detail.html',
'zinnia/archives/2012/my-fake-entry.html',
'zinnia/archives/2012/entry_detail.html',
Expand Down Expand Up @@ -221,6 +228,12 @@ def get_day():
'zinnia/archives/month/04/my-fake-entry.html',
'zinnia/archives/2012/month/04/custom.html',
'zinnia/archives/month/04/custom.html',
'zinnia/archives/2012/week/16/my-fake-entry_custom.html',
'zinnia/archives/week/16/my-fake-entry_custom.html',
'zinnia/archives/2012/week/16/my-fake-entry.html',
'zinnia/archives/week/16/my-fake-entry.html',
'zinnia/archives/2012/week/16/custom.html',
'zinnia/archives/week/16/custom.html',
'zinnia/archives/2012/my-fake-entry_custom.html',
'zinnia/archives/2012/my-fake-entry.html',
'zinnia/archives/2012/custom.html',
Expand Down

0 comments on commit 656eb5a

Please sign in to comment.