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 13409b1 commit b2b4cf1Copy full SHA for b2b4cf1
tests/test_cli.py
@@ -171,8 +171,8 @@ def test_ddg_search_nvidia():
171
"-m",
172
"wdoc",
173
"--task=query",
174
- "--path=How is Nvidia doing this month?",
175
- "--query=How is Nvidia doing this month?",
+ "--path='How is Nvidia doing this month?'",
+ "--query='How is Nvidia doing this month?'",
176
"--filetype=ddg",
177
"--ddg_max_result=3",
178
"--model=testing/testing",
0 commit comments