self.assertEqual(post.text().text.strip(), "This is glowfic")
self.assertEqual([r.text.strip() for r in post.replies()],
["You sure?", "Pretty sure."])
+ self.assertEqual([r.text.strip() for r in post.entries()],
+ ["This is glowfic", "You sure?", "Pretty sure."])
def testFetchErrors(self) -> None:
with requests.session() as s: