pytest-regtest 2.2.0a1__py2.py3-none-any.whl → 2.2.0a2__py2.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_regtest/snapshot_handler.py +3 -3
- {pytest_regtest-2.2.0a1.dist-info → pytest_regtest-2.2.0a2.dist-info}/METADATA +7 -3
- {pytest_regtest-2.2.0a1.dist-info → pytest_regtest-2.2.0a2.dist-info}/RECORD +6 -6
- {pytest_regtest-2.2.0a1.dist-info → pytest_regtest-2.2.0a2.dist-info}/WHEEL +0 -0
- {pytest_regtest-2.2.0a1.dist-info → pytest_regtest-2.2.0a2.dist-info}/entry_points.txt +0 -0
- {pytest_regtest-2.2.0a1.dist-info → pytest_regtest-2.2.0a2.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -5,7 +5,7 @@ import os
|
|
|
5
5
|
import pickle
|
|
6
6
|
from collections.abc import Callable
|
|
7
7
|
from pprint import pprint
|
|
8
|
-
from typing import Any, Type
|
|
8
|
+
from typing import Any, Type, Union
|
|
9
9
|
|
|
10
10
|
import pytest
|
|
11
11
|
|
|
@@ -19,10 +19,10 @@ class BaseSnapshotHandler(abc.ABC):
|
|
|
19
19
|
) -> None: ...
|
|
20
20
|
|
|
21
21
|
@abc.abstractmethod
|
|
22
|
-
def save(self, folder: str
|
|
22
|
+
def save(self, folder: Union[str, os.PathLike], obj: Any) -> None: ...
|
|
23
23
|
|
|
24
24
|
@abc.abstractmethod
|
|
25
|
-
def load(self, folder: str
|
|
25
|
+
def load(self, folder: Union[str, os.PathLike]) -> Any: ...
|
|
26
26
|
|
|
27
27
|
@abc.abstractmethod
|
|
28
28
|
def show(self, obj: Any) -> list[str]: ...
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: pytest-regtest
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.0a2
|
|
4
4
|
Summary: pytest plugin for snapshot regression testing
|
|
5
5
|
Project-URL: Source, https://gitlab.com/uweschmitt/pytest-regtest
|
|
6
6
|
Project-URL: Documentation, https://pytest-regtest.readthedocs.org
|
|
@@ -9,18 +9,22 @@ License: MIT License
|
|
|
9
9
|
License-File: LICENSE.txt
|
|
10
10
|
Classifier: Intended Audience :: Developers
|
|
11
11
|
Classifier: License :: OSI Approved :: MIT License
|
|
12
|
-
Classifier: Programming Language :: Python :: 3
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
13
16
|
Requires-Dist: pytest>7.2
|
|
14
17
|
Provides-Extra: dev
|
|
15
18
|
Requires-Dist: black; extra == 'dev'
|
|
16
19
|
Requires-Dist: build; extra == 'dev'
|
|
17
20
|
Requires-Dist: hatchling; extra == 'dev'
|
|
21
|
+
Requires-Dist: mkdocs; extra == 'dev'
|
|
22
|
+
Requires-Dist: mkdocs-material; extra == 'dev'
|
|
18
23
|
Requires-Dist: numpy; extra == 'dev'
|
|
19
24
|
Requires-Dist: pandas; extra == 'dev'
|
|
20
25
|
Requires-Dist: pre-commit; extra == 'dev'
|
|
21
26
|
Requires-Dist: pytest-cov; extra == 'dev'
|
|
22
27
|
Requires-Dist: ruff; extra == 'dev'
|
|
23
|
-
Requires-Dist: tox; extra == 'dev'
|
|
24
28
|
Requires-Dist: twine; extra == 'dev'
|
|
25
29
|
Requires-Dist: wheel; extra == 'dev'
|
|
26
30
|
Description-Content-Type: text/markdown
|
|
@@ -3,10 +3,10 @@ pytest_regtest/numpy_handler.py,sha256=75xwG9UiFVGOp6Px0JXzr7pKxiI6cyezX3nx76h39
|
|
|
3
3
|
pytest_regtest/pandas_handler.py,sha256=wlCVYLQU_CJ0x6r9Nok3ToF4CXm8eydBkoil-Nu2rEk,4249
|
|
4
4
|
pytest_regtest/pytest_regtest.py,sha256=LmKSMVpzV7E_gh3Sm3asUqNrpmlCOsUVZ_9GoQTOgag,19105
|
|
5
5
|
pytest_regtest/register_third_party_handlers.py,sha256=OU0BqDBBxVPV5OidbWCd_PyI-7P3YSPhuxZhQz_6wkI,926
|
|
6
|
-
pytest_regtest/snapshot_handler.py,sha256=
|
|
6
|
+
pytest_regtest/snapshot_handler.py,sha256=8l95Es_BNVSplZv1Nc7SzXXeeh__4atJzLTz9AzNO9A,2085
|
|
7
7
|
pytest_regtest/utils.py,sha256=2jYTlV_qL5hH6FCeg7T1HJJvKual-Kux2scJ9_aB1lY,811
|
|
8
|
-
pytest_regtest-2.2.
|
|
9
|
-
pytest_regtest-2.2.
|
|
10
|
-
pytest_regtest-2.2.
|
|
11
|
-
pytest_regtest-2.2.
|
|
12
|
-
pytest_regtest-2.2.
|
|
8
|
+
pytest_regtest-2.2.0a2.dist-info/METADATA,sha256=CHzX4gf330hgNKd7A3CCI0Sr7jS4RU5XnVmcFGNXW2M,10804
|
|
9
|
+
pytest_regtest-2.2.0a2.dist-info/WHEEL,sha256=fl6v0VwpzfGBVsGtkAkhILUlJxROXbA3HvRL6Fe3140,105
|
|
10
|
+
pytest_regtest-2.2.0a2.dist-info/entry_points.txt,sha256=4VuIhXeMGhDo0ATbaUfyjND0atofmZjV_P-o6_uEk2s,36
|
|
11
|
+
pytest_regtest-2.2.0a2.dist-info/licenses/LICENSE.txt,sha256=Tue36uAzpW79-9WAqzkwPhsDDVd1X-VWUmdZ0MfGYvk,1068
|
|
12
|
+
pytest_regtest-2.2.0a2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|