pytest-only

View on PyPIReverse Dependencies (10)

2.1.2 pytest_only-2.1.2-py3-none-any.whl

Wheel Details

Project: pytest-only
Version: 2.1.2
Filename: pytest_only-2.1.2-py3-none-any.whl
Download: [link]
Size: 6456
MD5: cea9f79a414a4d5b3e5a25d85b494a36
SHA256: 04dffe2aed64a741145ce5ad25b5df3ae4212e01ff885a8821fd2318eb509e91
Uploaded: 2024-05-27 17:04:16 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pytest-only
Version: 2.1.2
Summary: Use @pytest.mark.only to run a single test
Author: Zach Kanzler
Author-Email: they4kman[at]gmail.com
Home-Page: https://github.com/theY4Kman/pytest-only
Project-Url: Repository, https://github.com/theY4Kman/pytest-only
License: MIT
Keywords: pytest
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Pytest
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
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: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.8,<4.0
Requires-Dist: pytest (<9,>=3.6.0)
Description-Content-Type: text/x-rst
[Description omitted; length: 3910 characters]

WHEEL

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

RECORD

Path Digest Size
pytest_only/__init__.py sha256=w3VBX9TGADAAr2RwZOvlA2RyxOBL6oscguMdAjDoWUM 54
pytest_only/compat.py sha256=0MI8k6IbLK0vpSh-HMqFN5wgHnRSOh9QjUKBkbxD15U 560
pytest_only/ext/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytest_only/ext/flake8.py sha256=4AHqGgTZfWSSNepetxn9_5ipGNdTjDWSPS5SrfWSEnk 4246
pytest_only/ext/pylint.py sha256=v35uSZyYY2E6yJX0CsbD18ce5D8CJPg8sBQ2nLwtHC8 2932
pytest_only/plugin.py sha256=ylUNkdtdXX0CYASUS88-yJgP9x7mMWGw8vj0q5R-j6Q 895
pytest_only/version.py sha256=T0-EQePpqi36zsfvJcnHEXnyujvoN4ACzAjzfWrvZSE 166
pytest_only-2.1.2.dist-info/METADATA sha256=mZOEI_cOBoX_ds2JQH0kytDS2eQPabT-IxxaHHsctR8 4857
pytest_only-2.1.2.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
pytest_only-2.1.2.dist-info/entry_points.txt sha256=6Cd8z8pI6kdpqmb8tQ-6zQKNBbym0kw5bpcpYFghPIc 105
pytest_only-2.1.2.dist-info/RECORD

entry_points.txt

PTO = pytest_only.ext.flake8:PytestOnlyMarkChecker
only = pytest_only.plugin