pull/21/head
Mišo Belica 11 years ago
parent 573a05f940
commit 02160fe2ae

@ -13,7 +13,6 @@ class TestAntipopeBlog(unittest.TestCase):
"""Test the scoring and parsing of the Blog Post"""
def setUp(self):
"""Load up the article for us"""
article_path = os.path.join(os.path.dirname(__file__), 'article.html')
self.article = open(article_path).read()

Loading…
Cancel
Save