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.
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pytest-regtest
3
- Version: 2.0.0
4
- Summary: "pytest plugin for regression tests"
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,11 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pytest-regtest
3
- Version: 2.0.0
4
- Summary: "pytest plugin for regression tests"
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.0
3
+ version = 2.0.1
4
4
  license = MIT
5
- description = "pytest plugin for regression tests"
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