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 7b6ddbd commit ac89731Copy full SHA for ac89731
tests/test_search.py
@@ -3,7 +3,7 @@
3
"""
4
5
6
-def test_basic_duckduckgo_search():
+def test_basic_duckduckgo_search() -> None:
7
# Given the DuckDuckGo home page is displayed
8
# When the user searches for a phrase
9
# Then the search result query is the phrase
tutorial/1-getting-started.md
@@ -162,7 +162,7 @@ $ touch tests/test_search.py
162
Add the following code to `tests/test_search.py`:
163
164
```python
165
166
167
168
0 commit comments