pytest-split

View on PyPIReverse Dependencies (24)

0.8.2 pytest_split-0.8.2-py3-none-any.whl

Wheel Details

Project: pytest-split
Version: 0.8.2
Filename: pytest_split-0.8.2-py3-none-any.whl
Download: [link]
Size: 11690
MD5: cb75808fe00377e3a3c44dee847a8728
SHA256: b7fa704659cb224b9f7f5c24536bc04eff351f42d852bf0312e03774fd9c0972
Uploaded: 2024-01-29 07:42:52 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pytest-split
Version: 0.8.2
Summary: Pytest plugin which splits the test suite to equally sized sub suites based on test execution time.
Author: Jerry Pussinen
Author-Email: jerry.pussinen[at]gmail.com
Home-Page: https://jerry-git.github.io/pytest-split
Project-Url: Documentation, https://jerry-git.github.io/pytest-split
Project-Url: Repository, https://github.com/jerry-git/pytest-split
License: MIT
Keywords: pytest,plugin,split,tests
Classifier: Development Status :: 4 - Beta
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.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: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.7.1,<4.0
Requires-Dist: pytest (<9,>=5)
Description-Content-Type: text/markdown
[Description omitted; length: 8216 characters]

WHEEL

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

RECORD

Path Digest Size
LICENCE sha256=9Enb-O6zwCRmtxw3bGyfdFDKjy5LgMj-GIIMb1VXrRY 1058
pytest_split/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytest_split/algorithms.py sha256=-lLVwVQ2BqIjqzPP7U1GH5q4crytODq0LPwNewAwEcY 6126
pytest_split/cli.py sha256=_Cc3h5jwOJyX7NZT4yil_ymG0g6Rw0257gh_63VoqzE 1011
pytest_split/ipynb_compatibility.py sha256=G4TxNU7FA0vdlRaAbDJGrM4Sq3n0p2gEVad-piAjnUs 2078
pytest_split/plugin.py sha256=YSO4WTfH6o_Br0lFjIxzsmT4__iWyuQfRmAfScGrhsY 7839
pytest_split/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytest_split-0.8.2.dist-info/METADATA sha256=QvAaHZ3glRAHn6hoJNjg8YZBeN0_ahpraeKRMxXKmNk 9478
pytest_split-0.8.2.dist-info/WHEEL sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4 88
pytest_split-0.8.2.dist-info/entry_points.txt sha256=TQBEnYSUICZtzsc1CUyiYrOHpEll6HBDzIFvjJyo9F8 114
pytest_split-0.8.2.dist-info/RECORD

entry_points.txt

slowest-tests = pytest_split.cli:list_slowest_tests
pytest-split = pytest_split.plugin