diff --git a/tests/test_articles/test_antipope_org/test.py b/tests/test_articles/test_antipope_org/test.py index 65e52ed..29844fa 100644 --- a/tests/test_articles/test_antipope_org/test.py +++ b/tests/test_articles/test_antipope_org/test.py @@ -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()