Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Debugging with AppVeyor
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jun 13, 2017
1 parent 17c3df1 commit 97316e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_integration.py
Expand Up @@ -173,6 +173,7 @@ def test_future_post(self):
index_data = inf.read()
with io.open(sitemap_path, "r", encoding="utf8") as inf:
sitemap_data = inf.read()
print(sitemap_data)
self.assertTrue('foo/' in index_data)
self.assertFalse('bar/' in index_data)
self.assertTrue('foo/' in sitemap_data)
Expand Down

0 comments on commit 97316e1

Please sign in to comment.