pytest-regtest 2.0.0__tar.gz → 2.0.1__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-regtest-2.0.0/pytest_regtest/pytest_regtest.egg-info → pytest-regtest-2.0.1}/PKG-INFO +3 -2
- {pytest-regtest-2.0.0 → pytest-regtest-2.0.1/pytest_regtest/pytest_regtest.egg-info}/PKG-INFO +3 -2
- {pytest-regtest-2.0.0 → pytest-regtest-2.0.1}/setup.cfg +3 -2
- {pytest-regtest-2.0.0 → pytest-regtest-2.0.1}/LICENSE.txt +0 -0
- {pytest-regtest-2.0.0 → pytest-regtest-2.0.1}/MANIFEST.in +0 -0
- {pytest-regtest-2.0.0 → pytest-regtest-2.0.1}/README.md +0 -0
- {pytest-regtest-2.0.0 → pytest-regtest-2.0.1}/pyproject.toml +0 -0
- {pytest-regtest-2.0.0 → pytest-regtest-2.0.1}/pytest_regtest/pytest_regtest.egg-info/SOURCES.txt +0 -0
- {pytest-regtest-2.0.0 → pytest-regtest-2.0.1}/pytest_regtest/pytest_regtest.egg-info/dependency_links.txt +0 -0
- {pytest-regtest-2.0.0 → pytest-regtest-2.0.1}/pytest_regtest/pytest_regtest.egg-info/entry_points.txt +0 -0
- {pytest-regtest-2.0.0 → pytest-regtest-2.0.1}/pytest_regtest/pytest_regtest.egg-info/not-zip-safe +0 -0
- {pytest-regtest-2.0.0 → pytest-regtest-2.0.1}/pytest_regtest/pytest_regtest.egg-info/requires.txt +0 -0
- {pytest-regtest-2.0.0 → pytest-regtest-2.0.1}/pytest_regtest/pytest_regtest.egg-info/top_level.txt +0 -0
- {pytest-regtest-2.0.0 → pytest-regtest-2.0.1}/tests/test_plugin.py +0 -0
{pytest-regtest-2.0.0/pytest_regtest/pytest_regtest.egg-info → pytest-regtest-2.0.1}/PKG-INFO
RENAMED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pytest-regtest
|
|
3
|
-
Version: 2.0.
|
|
4
|
-
Summary: "pytest plugin for regression
|
|
3
|
+
Version: 2.0.1
|
|
4
|
+
Summary: "pytest plugin for snapshot regression testing"
|
|
5
5
|
Author: Uwe Schmitt
|
|
6
6
|
Author-email: uwe.schmitt@id.ethz.ch
|
|
7
7
|
License: MIT
|
|
8
8
|
Project-URL: Source, https://gitlab.com/uweschmitt/pytest-regtest
|
|
9
|
+
Project-URL: Documentation, https://pytest-regtest.readthedocs.org
|
|
9
10
|
Classifier: Intended Audience :: Developers
|
|
10
11
|
Classifier: Programming Language :: Python :: 3.11
|
|
11
12
|
Classifier: Programming Language :: Python :: 3.10
|
{pytest-regtest-2.0.0 → pytest-regtest-2.0.1/pytest_regtest/pytest_regtest.egg-info}/PKG-INFO
RENAMED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pytest-regtest
|
|
3
|
-
Version: 2.0.
|
|
4
|
-
Summary: "pytest plugin for regression
|
|
3
|
+
Version: 2.0.1
|
|
4
|
+
Summary: "pytest plugin for snapshot regression testing"
|
|
5
5
|
Author: Uwe Schmitt
|
|
6
6
|
Author-email: uwe.schmitt@id.ethz.ch
|
|
7
7
|
License: MIT
|
|
8
8
|
Project-URL: Source, https://gitlab.com/uweschmitt/pytest-regtest
|
|
9
|
+
Project-URL: Documentation, https://pytest-regtest.readthedocs.org
|
|
9
10
|
Classifier: Intended Audience :: Developers
|
|
10
11
|
Classifier: Programming Language :: Python :: 3.11
|
|
11
12
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
[metadata]
|
|
2
2
|
name = pytest-regtest
|
|
3
|
-
version = 2.0.
|
|
3
|
+
version = 2.0.1
|
|
4
4
|
license = MIT
|
|
5
|
-
description = "pytest plugin for regression
|
|
5
|
+
description = "pytest plugin for snapshot regression testing"
|
|
6
6
|
long_description = file: README.md
|
|
7
7
|
long_description_content_type = text/markdown
|
|
8
8
|
author = Uwe Schmitt
|
|
@@ -15,6 +15,7 @@ classifiers =
|
|
|
15
15
|
Programming Language :: Python :: 3.8
|
|
16
16
|
project_urls =
|
|
17
17
|
Source = https://gitlab.com/uweschmitt/pytest-regtest
|
|
18
|
+
Documentation = https://pytest-regtest.readthedocs.org
|
|
18
19
|
|
|
19
20
|
[options]
|
|
20
21
|
install_requires =
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pytest-regtest-2.0.0 → pytest-regtest-2.0.1}/pytest_regtest/pytest_regtest.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pytest-regtest-2.0.0 → pytest-regtest-2.0.1}/pytest_regtest/pytest_regtest.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{pytest-regtest-2.0.0 → pytest-regtest-2.0.1}/pytest_regtest/pytest_regtest.egg-info/requires.txt
RENAMED
|
File without changes
|
{pytest-regtest-2.0.0 → pytest-regtest-2.0.1}/pytest_regtest/pytest_regtest.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|