pytest-git-selector

View on PyPIReverse Dependencies (0)

0.0.1 pytest_git_selector-0.0.1-py3-none-any.whl

Wheel Details

Project: pytest-git-selector
Version: 0.0.1
Filename: pytest_git_selector-0.0.1-py3-none-any.whl
Download: [link]
Size: 8426
MD5: 92390747ee4456d524277e69f9e5a67f
SHA256: 346ff3f43d1c97116aeec424dd3e0e1476daef6375e9841850bc351558529325
Uploaded: 2022-11-17 01:53:34 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pytest-git-selector
Version: 0.0.1
Summary: Utility to select tests that have had its dependencies modified (as identified by git diff)
Author: Leo Lark
Home-Page: https://github.com/05798/pytest-git-selector
Project-Url: Homepage, https://github.com/05798/pytest-git-selector
Project-Url: Source, https://github.com/05798/pytest-git-selector
Project-Url: Bug Tracker, https://github.com/05798/pytest-git-selector/issues
License: MIT
Keywords: pytest,git
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Pytest
Requires-Python: >=3.8
Requires-Dist: gitpython
Requires-Dist: importlab
Requires-Dist: networkx
Description-Content-Type: text/markdown
[Description omitted; length: 3971 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.38.4)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pytest_git_selector/cmd.py sha256=vi6ZJskEgGF2os9U8NneLd1y2NEr6YGBPd5FIZdjqio 3613
pytest_git_selector/errors.py sha256=8OczcJtmlSpPOKTYEj90o0K4kB2W1vUbdbzSbBkqe_8 57
pytest_git_selector/plugin.py sha256=aY92Qxak8mERoamxLtiHggpVay3XQjp1rbVdWAuPKcc 3313
pytest_git_selector/selector.py sha256=sbrLmrIovFhqZJuRqZNy-EMkFpI_Zp4NCjH4vA_u0fk 5368
pytest_git_selector/util.py sha256=7aiVcfx2PYBTHEztw4GcnIbR5P90pfiudlzIf04-VDI 650
pytest_git_selector-0.0.1.dist-info/METADATA sha256=dH5sVT-8gweuWc_7T9GEbMlwIOABqiKzBhn1sC_lboM 4672
pytest_git_selector-0.0.1.dist-info/WHEEL sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo 92
pytest_git_selector-0.0.1.dist-info/entry_points.txt sha256=QP0YixdroPw3_3yYz3ftBNCb6aP2Kche1Rc16kpZZEc 120
pytest_git_selector-0.0.1.dist-info/top_level.txt sha256=G1bQGHDuQxGOU8_HOEhvax59YPzo87oytpzVq1YDudM 20
pytest_git_selector-0.0.1.dist-info/RECORD

top_level.txt

pytest_git_selector

entry_points.txt

git-select-tests = pytest_git_selector.cmd:main
git-selector = pytest_git_selector.plugin