pytest-ditto

View on PyPIReverse Dependencies (2)

0.1.2 pytest_ditto-0.1.2-py3-none-any.whl

Wheel Details

Project: pytest-ditto
Version: 0.1.2
Filename: pytest_ditto-0.1.2-py3-none-any.whl
Download: [link]
Size: 8730
MD5: 0d2e9aab819f301a20e8a67e7c159827
SHA256: c656b9afd4c778711e03b1dbcf983e7906add93a0317cbf5dc64c7fccf66d89a
Uploaded: 2024-06-09 06:46:44 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: pytest-ditto
Version: 0.1.2
Summary: Snapshot testing pytest plugin with minimal ceremony and flexible persistence formats.
Author-Email: Lachlan Taylor <lachlanbtaylor[at]proton.me>
Maintainer-Email: Lachlan Taylor <lachlanbtaylor[at]proton.me>
Keywords: pytest,testing
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.10
Requires-Dist: pytest (>=3.5.0)
Requires-Dist: pyyaml
Requires-Dist: hatch-vcs (>=0.4.0); extra == "dev"
Requires-Dist: hatch (>=1.9.4); extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pytest-ditto-pandas; extra == "pandas"
Requires-Dist: pytest-ditto-pyarrow; extra == "pyarrow"
Provides-Extra: dev
Provides-Extra: pandas
Provides-Extra: pyarrow
Description-Content-Type: text/markdown
License-Expression: MIT
License-File: LICENSE
[Description omitted; length: 2899 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.24.2
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
ditto/__init__.py sha256=ptDLFSnP_SY-WWJAUKGItFeTtZBhif4Npny8Fn5TCWE 335
ditto/_unittest.py sha256=Qi1Jw3iA6u9p9i9OCJNjyoQVrgjwo6DIgm__3oE1Q8I 682
ditto/_version.py sha256=r_cKr7sbAG8wXvZQ-5WkC2eXGKMDWp6Xe_hNXu43MT0 21
ditto/exceptions.py sha256=MGweIy7ms0WFHB-SAyVZM39dmWW65QcZvPrXUWl1nT8 181
ditto/marks.py sha256=iMH5tr7wQcM4deu0WYat5Shi3f5-SPJvnQQqByMzQgw 482
ditto/plugin.py sha256=Q-33ypWZp5x8-FNZvXu9F42VW993iNUa8LYZKj5rdLI 989
ditto/snapshot.py sha256=ngu-3_pscMYC_aFjuvYVTK7Kj7Cvbw9TujSQTLSyJG8 1423
ditto/io/__init__.py sha256=5MG6Fv0hcvrqFQNhxj6Y_PFbYkYZZ0IqwEEhDRBRarQ 736
ditto/io/_json.py sha256=CeCcWnkln54h6axOjarWkS8esHRqQlCSs4ptikKwCdI 388
ditto/io/_pickle.py sha256=SMO_hnx-Dzl2NpNMNIQEN7bqBgxht394pwUJsyKy7HU 397
ditto/io/_plugins.py sha256=XY-w6yRJk3T0Fd7p0WlsBXdYnkgZamX1wyjSeWWcdE0 589
ditto/io/_protocol.py sha256=1zZBsdSbEyjWyrNRgVpFwIeD11IylQ2dniMya5_cv-M 253
ditto/io/_yaml.py sha256=DyS8o1dsIQq-b70DNI6USbOn-nqN4bk7uQrADZjYsiE 436
pytest_ditto-0.1.2.dist-info/METADATA sha256=k2aye6VEe3scp1pWmmnpApTUmtVdY0-lsiYjsKo223U 4235
pytest_ditto-0.1.2.dist-info/WHEEL sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU 87
pytest_ditto-0.1.2.dist-info/entry_points.txt sha256=cYse61wa7AcB4TVVLe6gSeNk4Gz6vl-D70rKILblmc4 132
pytest_ditto-0.1.2.dist-info/licenses/LICENSE sha256=Dllo6ok5zVKUEUmEVqsGbGwBoDYtBpQY_e2mxW1qrvQ 1069
pytest_ditto-0.1.2.dist-info/RECORD

entry_points.txt

[ditto]
json = ditto.io._json:Json
pickle = ditto.io._pickle:Pickle
yaml = ditto.io._yaml:Yaml
recording = ditto.plugin