Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 97316e1

Browse files
committedJun 13, 2017
Debugging with AppVeyor
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 17c3df1 commit 97316e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/test_integration.py

+1
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ def test_future_post(self):
173173
index_data = inf.read()
174174
with io.open(sitemap_path, "r", encoding="utf8") as inf:
175175
sitemap_data = inf.read()
176+
print(sitemap_data)
176177
self.assertTrue('foo/' in index_data)
177178
self.assertFalse('bar/' in index_data)
178179
self.assertTrue('foo/' in sitemap_data)

0 commit comments

Comments
 (0)
Please sign in to comment.