pytest-embrace

View on PyPIReverse Dependencies (0)

4.0.0 pytest_embrace-4.0.0-py3-none-any.whl

Wheel Details

Project: pytest-embrace
Version: 4.0.0
Filename: pytest_embrace-4.0.0-py3-none-any.whl
Download: [link]
Size: 16060
MD5: c2f89198bb7b6e0149e9ea90703d017b
SHA256: f15f2ae9bb63c5bdf6ffa5dedc750ff9a8f23c3fb8d76f745c25a8e5a3f79731
Uploaded: 2023-03-25 20:06:52 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pytest-embrace
Version: 4.0.0
Summary: 💝 Dataclasses-as-tests. Describe the runtime once and multiply coverage with no boilerplate.
Author: Ainsley McGrath
Author-Email: mcgrath.ainsley[at]gmail.com
Project-Url: GitHub, https://github.com/ainsleymcgrath/pytest-embrace
Classifier: Environment :: Console
Classifier: Framework :: Pytest
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Testing :: Unit
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.8,<4.0
Requires-Dist: black (<23.0.0,>=22.3.0)
Requires-Dist: isort (<6.0.0,>=5.10.1)
Requires-Dist: pydantic (<2.0.0,>=1.9.1)
Requires-Dist: pyperclip (<2.0.0,>=1.8.2)
Requires-Dist: pytest (<8.0,>=7.0)
Requires-Dist: typing-extensions (<5.0.0,>=4.4.0)
Description-Content-Type: text/markdown
[Description omitted; length: 593 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.5.2
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pytest_embrace/__init__.py sha256=Q1FH-3VFsLAY18INaA5b13UTUocZO29Ujwh6ksI8NxI 489
pytest_embrace/anno.py sha256=pgZcJasr7-Rtp7DWfDPzDHea44gs3F7jY2Uv_Nr0TjE 811
pytest_embrace/case.py sha256=D6QZuyYEuC-Mpal6y9Qeumtyxzhyih7OvtbtUe-qKdM 5534
pytest_embrace/codegen.py sha256=WCDH9r2U3vC-TLx2AAkqkXZJgr6l_3g2Cfvdyjdpp1M 11907
pytest_embrace/embrace.py sha256=Wewax03u6okO9D9M6hbnQOl9312ktrKRJBiPDj7QO48 4726
pytest_embrace/exc.py sha256=IADO-jV-J6ZQPtKOfqfmoRi6mwXJV3CEdkQeNntwp8g 289
pytest_embrace/loader.py sha256=uzLTpuxibhtzwnkXP0C3qWse-n-tneSmQGzjq0HW6Hw 8159
pytest_embrace/plugin.py sha256=Z_n5QXw-m4yEhONx-ouGodagMxyfodkt3J8977hfsW8 2769
pytest_embrace/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytest_embrace/test_undot.py sha256=gUeqmaMpzYKphFR25LUlW6cWwXXF3Rz5r6iU6azUa5w 725
pytest_embrace/undot.py sha256=pSE-kwJBMnQmdVX1EkeQakdriLCLnnwdlomgeZW7Hrg 1587
pytest_embrace-4.0.0.dist-info/METADATA sha256=co6yOpJ1efFAQ2k3ee_qUSfTGRU50F-N3ezciZmXAJw 1813
pytest_embrace-4.0.0.dist-info/WHEEL sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU 88
pytest_embrace-4.0.0.dist-info/entry_points.txt sha256=k-8SPKHXCjLSU-YOjoI1LzYZ6y4Q4d48fZYEa_3p7OU 100
pytest_embrace-4.0.0.dist-info/RECORD

entry_points.txt

embrace = pytest_embrace.cli:main
pytest_embrace = pytest_embrace.plugin