We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c9acd commit 09d81b2Copy full SHA for 09d81b2
1 file changed
tests/extractors/title.py
@@ -34,4 +34,5 @@ def test_title_opengraph(self):
34
def test_title_empty(self):
35
article = self.getArticle()
36
fields = ['title']
37
+ print article.title
38
self.runArticleAssertions(article=article, fields=fields)
0 commit comments