pytest-split-ext

View on PyPIReverse Dependencies (0)

0.8.1 pytest_split_ext-0.8.1-py3-none-any.whl

Wheel Details

Project: pytest-split-ext
Version: 0.8.1
Filename: pytest_split_ext-0.8.1-py3-none-any.whl
Download: [link]
Size: 12199
MD5: c6877efbe43a8964db73a97c8ec1a3f8
SHA256: adceac2ef1fcf5dec731b890a0f98cc185354287f2360d0864229403242218aa
Uploaded: 2023-09-23 20:56:57 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pytest-split-ext
Version: 0.8.1
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.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.7.1,<4.0
Requires-Dist: pytest (<8,>=5)
Requires-Dist: twine (<5.0.0,>=4.0.2)
Description-Content-Type: text/markdown
[Description omitted; length: 8216 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.7.0
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=vyU6wv38dmP6TihWq7k7NH9J_69hNlF4Ksb3OAWzLsA 8042
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_ext-0.8.1.dist-info/METADATA sha256=SxAjGcNOC9JgRsPOJFrj_mBkyCHRc7hxt3fC1K6RIr4 9469
pytest_split_ext-0.8.1.dist-info/WHEEL sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50 88
pytest_split_ext-0.8.1.dist-info/entry_points.txt sha256=TQBEnYSUICZtzsc1CUyiYrOHpEll6HBDzIFvjJyo9F8 114
pytest_split_ext-0.8.1.dist-info/RECORD

entry_points.txt

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