pytest-only

View on PyPIReverse Dependencies (14)

2.1.1 pytest_only-2.1.1-py3-none-any.whl

Wheel Details

Project: pytest-only
Version: 2.1.1
Filename: pytest_only-2.1.1-py3-none-any.whl
Download: [link]
Size: 6494
MD5: 83f0684416b7186e70077f498800841c
SHA256: 1bb74ae95ac44366da85ccf7da0815f11ae0bb0d07754d0def7f14584ead5988
Uploaded: 2024-03-09 18:01:16 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pytest-only
Version: 2.1.1
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.7.2,<4
Requires-Dist: pytest (<7.1); python_full_version <= "3.6.0"
Requires-Dist: pytest (>=7.1); python_version >= "3.7" and python_version < "4.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.1.dist-info/METADATA sha256=PBMa0w4CfxJk05yP5KDElf6ML0aQ0Vy8VIDZUFBJi7w 4967
pytest_only-2.1.1.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
pytest_only-2.1.1.dist-info/entry_points.txt sha256=6Cd8z8pI6kdpqmb8tQ-6zQKNBbym0kw5bpcpYFghPIc 105
pytest_only-2.1.1.dist-info/RECORD

entry_points.txt

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