pytest-httpdbg 0.3.2__tar.gz → 0.3.3__tar.gz
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-httpdbg-0.3.2/pytest_httpdbg.egg-info → pytest-httpdbg-0.3.3}/PKG-INFO +4 -3
- {pytest-httpdbg-0.3.2 → pytest-httpdbg-0.3.3}/README.md +1 -1
- {pytest-httpdbg-0.3.2 → pytest-httpdbg-0.3.3}/pyproject.toml +3 -1
- {pytest-httpdbg-0.3.2 → pytest-httpdbg-0.3.3}/pytest_httpdbg/__init__.py +1 -1
- {pytest-httpdbg-0.3.2 → pytest-httpdbg-0.3.3/pytest_httpdbg.egg-info}/PKG-INFO +4 -3
- {pytest-httpdbg-0.3.2 → pytest-httpdbg-0.3.3}/LICENSE +0 -0
- {pytest-httpdbg-0.3.2 → pytest-httpdbg-0.3.3}/pytest_httpdbg/plugin.py +0 -0
- {pytest-httpdbg-0.3.2 → pytest-httpdbg-0.3.3}/pytest_httpdbg.egg-info/SOURCES.txt +0 -0
- {pytest-httpdbg-0.3.2 → pytest-httpdbg-0.3.3}/pytest_httpdbg.egg-info/dependency_links.txt +0 -0
- {pytest-httpdbg-0.3.2 → pytest-httpdbg-0.3.3}/pytest_httpdbg.egg-info/entry_points.txt +0 -0
- {pytest-httpdbg-0.3.2 → pytest-httpdbg-0.3.3}/pytest_httpdbg.egg-info/requires.txt +0 -0
- {pytest-httpdbg-0.3.2 → pytest-httpdbg-0.3.3}/pytest_httpdbg.egg-info/top_level.txt +0 -0
- {pytest-httpdbg-0.3.2 → pytest-httpdbg-0.3.3}/setup.cfg +0 -0
- {pytest-httpdbg-0.3.2 → pytest-httpdbg-0.3.3}/tests/test_plugin.py +0 -0
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pytest-httpdbg
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: A pytest plugin to record HTTP(S) requests with stack trace
|
|
5
5
|
Author-email: cle-b <cle@tictac.pm>
|
|
6
6
|
License: Apache-2.0
|
|
7
|
-
Project-URL:
|
|
7
|
+
Project-URL: Source, https://github.com/cle-b/pytest-httpdbg/
|
|
8
|
+
Project-URL: Documentation, https://httpdbg.readthedocs.io/
|
|
8
9
|
Classifier: Development Status :: 3 - Alpha
|
|
9
10
|
Classifier: Environment :: Web Environment
|
|
10
11
|
Classifier: Intended Audience :: Developers
|
|
@@ -106,4 +107,4 @@ If this is not the case, you must adapt it to your configuration.
|
|
|
106
107
|
|
|
107
108
|
## documentation
|
|
108
109
|
|
|
109
|
-
https://httpdbg
|
|
110
|
+
https://httpdbg.readthedocs.io/en/latest/pytest/
|
|
@@ -9,7 +9,6 @@ authors = [
|
|
|
9
9
|
]
|
|
10
10
|
description="A pytest plugin to record HTTP(S) requests with stack trace"
|
|
11
11
|
readme="README.md"
|
|
12
|
-
urls = {repository = "https://github.com/cle-b/pytest-httpdbg"}
|
|
13
12
|
requires-python = ">=3.7.0"
|
|
14
13
|
license = {text = "Apache-2.0"}
|
|
15
14
|
classifiers = [
|
|
@@ -35,3 +34,6 @@ packages = ["pytest_httpdbg"]
|
|
|
35
34
|
[tool.setuptools.dynamic]
|
|
36
35
|
version = {attr = "pytest_httpdbg.VERSION"}
|
|
37
36
|
|
|
37
|
+
[project.urls]
|
|
38
|
+
Source = "https://github.com/cle-b/pytest-httpdbg/"
|
|
39
|
+
Documentation = "https://httpdbg.readthedocs.io/"
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pytest-httpdbg
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: A pytest plugin to record HTTP(S) requests with stack trace
|
|
5
5
|
Author-email: cle-b <cle@tictac.pm>
|
|
6
6
|
License: Apache-2.0
|
|
7
|
-
Project-URL:
|
|
7
|
+
Project-URL: Source, https://github.com/cle-b/pytest-httpdbg/
|
|
8
|
+
Project-URL: Documentation, https://httpdbg.readthedocs.io/
|
|
8
9
|
Classifier: Development Status :: 3 - Alpha
|
|
9
10
|
Classifier: Environment :: Web Environment
|
|
10
11
|
Classifier: Intended Audience :: Developers
|
|
@@ -106,4 +107,4 @@ If this is not the case, you must adapt it to your configuration.
|
|
|
106
107
|
|
|
107
108
|
## documentation
|
|
108
109
|
|
|
109
|
-
https://httpdbg
|
|
110
|
+
https://httpdbg.readthedocs.io/en/latest/pytest/
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|