pytest_httpserver 1.0.12__py3-none-any.whl → 1.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pytest_httpserver/pytest_plugin.py +3 -3
- {pytest_httpserver-1.0.12.dist-info → pytest_httpserver-1.1.0.dist-info}/METADATA +1 -1
- pytest_httpserver-1.1.0.dist-info/RECORD +11 -0
- pytest_httpserver-1.0.12.dist-info/RECORD +0 -11
- {pytest_httpserver-1.0.12.dist-info → pytest_httpserver-1.1.0.dist-info}/LICENSE +0 -0
- {pytest_httpserver-1.0.12.dist-info → pytest_httpserver-1.1.0.dist-info}/WHEEL +0 -0
- {pytest_httpserver-1.0.12.dist-info → pytest_httpserver-1.1.0.dist-info}/entry_points.txt +0 -0
|
@@ -64,8 +64,8 @@ def pytest_sessionfinish(session, exitstatus): # noqa: ARG001
|
|
|
64
64
|
@pytest.fixture()
|
|
65
65
|
def httpserver(make_httpserver):
|
|
66
66
|
server = make_httpserver
|
|
67
|
-
yield server
|
|
68
67
|
server.clear()
|
|
68
|
+
return server
|
|
69
69
|
|
|
70
70
|
|
|
71
71
|
@pytest.fixture(scope="session")
|
|
@@ -81,8 +81,8 @@ def make_httpserver_ipv4(httpserver_ssl_context):
|
|
|
81
81
|
@pytest.fixture()
|
|
82
82
|
def httpserver_ipv4(make_httpserver_ipv4):
|
|
83
83
|
server = make_httpserver_ipv4
|
|
84
|
-
yield server
|
|
85
84
|
server.clear()
|
|
85
|
+
return server
|
|
86
86
|
|
|
87
87
|
|
|
88
88
|
@pytest.fixture(scope="session")
|
|
@@ -98,5 +98,5 @@ def make_httpserver_ipv6(httpserver_ssl_context):
|
|
|
98
98
|
@pytest.fixture()
|
|
99
99
|
def httpserver_ipv6(make_httpserver_ipv6):
|
|
100
100
|
server = make_httpserver_ipv6
|
|
101
|
-
yield server
|
|
102
101
|
server.clear()
|
|
102
|
+
return server
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
pytest_httpserver/__init__.py,sha256=mxclzFNYdCWBmbsmOP5ctA_7334LMPg2B-dzO6Q4cKs,897
|
|
2
|
+
pytest_httpserver/blocking_httpserver.py,sha256=X83nmJUnDt1ntWopD6Ob0V8iUjzEVES64IpxPtwjLis,7227
|
|
3
|
+
pytest_httpserver/hooks.py,sha256=dPQih1u-RJdsRrU5JBlaYaaLFBGIWH8F9nN0qqYa5OU,3022
|
|
4
|
+
pytest_httpserver/httpserver.py,sha256=zrGItVnHTdiCMzlQEq4bMwEROl0vSRjhy9fXr3YuDiw,53603
|
|
5
|
+
pytest_httpserver/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
+
pytest_httpserver/pytest_plugin.py,sha256=ix-4cHmg4_nNn3Te9kSmmyU71vsVS0ff_jsRoSmjReQ,2323
|
|
7
|
+
pytest_httpserver-1.1.0.dist-info/LICENSE,sha256=KUr7ZKG_73p9_Z8ODdU7FI-Tw6CHVhcxNjXJhUzUpak,1069
|
|
8
|
+
pytest_httpserver-1.1.0.dist-info/METADATA,sha256=oUy2-fKKmMpOHXpDB8H6oRcPsloDIg22THYcgP5OxDM,6163
|
|
9
|
+
pytest_httpserver-1.1.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
10
|
+
pytest_httpserver-1.1.0.dist-info/entry_points.txt,sha256=bsXb6tjhUsMGU1mzPAjf92HukEHrLB0TebYnXbhY9rw,62
|
|
11
|
+
pytest_httpserver-1.1.0.dist-info/RECORD,,
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
pytest_httpserver/__init__.py,sha256=mxclzFNYdCWBmbsmOP5ctA_7334LMPg2B-dzO6Q4cKs,897
|
|
2
|
-
pytest_httpserver/blocking_httpserver.py,sha256=X83nmJUnDt1ntWopD6Ob0V8iUjzEVES64IpxPtwjLis,7227
|
|
3
|
-
pytest_httpserver/hooks.py,sha256=dPQih1u-RJdsRrU5JBlaYaaLFBGIWH8F9nN0qqYa5OU,3022
|
|
4
|
-
pytest_httpserver/httpserver.py,sha256=zrGItVnHTdiCMzlQEq4bMwEROl0vSRjhy9fXr3YuDiw,53603
|
|
5
|
-
pytest_httpserver/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
-
pytest_httpserver/pytest_plugin.py,sha256=5xFe-nF3QfnuAOk3WP76zljxJlAF1jmd3gJQFYY6OFI,2320
|
|
7
|
-
pytest_httpserver-1.0.12.dist-info/LICENSE,sha256=KUr7ZKG_73p9_Z8ODdU7FI-Tw6CHVhcxNjXJhUzUpak,1069
|
|
8
|
-
pytest_httpserver-1.0.12.dist-info/METADATA,sha256=4i7_sJZRc-L1j_jQdT3v8CXW5CUg0q_U0lpfzjo-6W8,6164
|
|
9
|
-
pytest_httpserver-1.0.12.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
10
|
-
pytest_httpserver-1.0.12.dist-info/entry_points.txt,sha256=bsXb6tjhUsMGU1mzPAjf92HukEHrLB0TebYnXbhY9rw,62
|
|
11
|
-
pytest_httpserver-1.0.12.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|