We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942d872 commit f7162d6Copy full SHA for f7162d6
chapter03-python-packages/test_wikipedia_viewer.py
@@ -0,0 +1,3 @@
1
+def test_wikipedia_viewer(random_wikipedia_article):
2
+ print(random_wikipedia_article["extract"])
3
+ assert False
0 commit comments