File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Example
2525.. code :: python
2626
2727 import requests
28+ from pytest_httpserver import HTTPServer
2829
2930
3031 def test_json_client (httpserver : HTTPServer):
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ With pytest-httpserver, a test looks like this:
1414.. code :: python
1515
1616 import requests
17+ from pytest_httpserver import HTTPServer
1718
1819
1920 def test_json_client (httpserver : HTTPServer):
@@ -457,6 +458,7 @@ soon as possible.
457458.. code :: python
458459
459460 import requests
461+ from pytest_httpserver import HTTPServer
460462
461463
462464 def test_json_client (httpserver : HTTPServer):
@@ -484,6 +486,7 @@ Adding more call of ``check_assertions()`` will help.
484486.. code :: python
485487
486488 import requests
489+ from pytest_httpserver import HTTPServer
487490
488491
489492 def test_json_client (httpserver : HTTPServer):
You can’t perform that action at this time.
0 commit comments