pytest-split

View on PyPIReverse Dependencies (37)

0.10.0 pytest_split-0.10.0-py3-none-any.whl

Wheel Details

Project: pytest-split
Version: 0.10.0
Filename: pytest_split-0.10.0-py3-none-any.whl
Download: [link]
Size: 11961
MD5: 167c94e4a835ef3c7760f384bab8626b
SHA256: 466096b086a7147bcd423c6e6c2e57fc62af1c5ea2e256b4ed50fc030fc3dddc
Uploaded: 2024-10-16 15:45:18 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pytest-split
Version: 0.10.0
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.8.1,<4.0
Requires-Dist: pytest (<9,>=5)
Description-Content-Type: text/markdown
[Description omitted; length: 8268 characters]

WHEEL

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

RECORD

Path Digest Size
pytest_split/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytest_split/algorithms.py sha256=nNvl6UQaQr8_720jwGtM_uXk2cvQx3w5BO8W_PrM3tI 6973
pytest_split/cli.py sha256=_Cc3h5jwOJyX7NZT4yil_ymG0g6Rw0257gh_63VoqzE 1011
pytest_split/ipynb_compatibility.py sha256=zBul7z3mB3UgM03IppqFpTZTdb2Vj1NrqxRC0kAgrCw 2104
pytest_split/plugin.py sha256=z3dTS3rK0wI2bj62Yw2O3y8120UfMiWnc6CJJyig-0k 7857
pytest_split/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytest_split-0.10.0.dist-info/LICENSE sha256=mMm6KABGgOUinR1qBjELBaTHOU91sKkaWnprZ0RBilU 1058
pytest_split-0.10.0.dist-info/METADATA sha256=dBjba3qcE-RdUjL5LBpYKfTM401xKCvmOg3YUBvTK5E 9532
pytest_split-0.10.0.dist-info/WHEEL sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs 88
pytest_split-0.10.0.dist-info/entry_points.txt sha256=TQBEnYSUICZtzsc1CUyiYrOHpEll6HBDzIFvjJyo9F8 114
pytest_split-0.10.0.dist-info/RECORD

entry_points.txt

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