Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Inherit from PageIndexTest
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Mar 27, 2017
1 parent 00a65ba commit bee4594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration.py
Expand Up @@ -620,7 +620,7 @@ def test_page_index(self):
self.assertTrue('This is not the page index.' in subdir2_index)


class PageIndexPrettyUrlsTest(EmptyBuildTest):
class PageIndexPrettyUrlsTest(PageIndexTest):
"""Test if PAGE_INDEX works, with PRETTY_URLS enabled."""

@classmethod
Expand Down

0 comments on commit bee4594

Please sign in to comment.