No project description provided
Project description
pytest-proceed
A pytest plugin to initiate test runs from a specific test file, proceeding alphabetically through the test suite. Perfect for targeted testing scenarios or partial test suite runs.
Installation
Install using pip:
pip install pytest-proceed
Usage
You can run pytest-proceed
by specifying a test file to start from and pass any additional pytest options:
pytest-proceed tests/test_example.py -x -s
or
pytest-proceed -x -s tests/test_example.py
Examples
-
Run all tests starting from a specific file:
pytest-proceed tests/test_example.py
-
Run tests with pytest options (e.g., stop after first failure):
pytest-proceed -x tests/test_example.py
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pytest_proceed-0.1.4.tar.gz
(3.0 kB
view details)
Built Distribution
File details
Details for the file pytest_proceed-0.1.4.tar.gz
.
File metadata
- Download URL: pytest_proceed-0.1.4.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b8c4ea157780cf13b5ccd219aee6c9b8b3908b306cc4ee4a739d0f4b3058b78 |
|
MD5 | 04176e7f7ede52c50f81a5ce619fd7bb |
|
BLAKE2b-256 | c5ac68565fe96d1a65231e6bfff0760faf33ec0776a5bcb5e620e5cde4f0d8b9 |
File details
Details for the file pytest_proceed-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: pytest_proceed-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0608520c2393d22058bbafb447446ae10f145124526a6088418cbdca948008f9 |
|
MD5 | af5cab15a51920d262c386edc98daaea |
|
BLAKE2b-256 | 6b1cf0f211c608b1aa93ac1c4c40ff2326b3942f7ca32dbb7c18404ead2506a0 |