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.3.tar.gz
(3.0 kB
view details)
Built Distribution
File details
Details for the file pytest_proceed-0.1.3.tar.gz
.
File metadata
- Download URL: pytest_proceed-0.1.3.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 | bc5d414998370d6814ae1a49a7a2d4d8b1802880132e6e7165d55a84dd82ca58 |
|
MD5 | 5028c4d57de1ac35cf4ebee3b013524c |
|
BLAKE2b-256 | f1196d0f5fffb7127b852c533da917771df76782b5fe23c86330b586483d5368 |
File details
Details for the file pytest_proceed-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: pytest_proceed-0.1.3-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 | 8b443c0f9638dff1d852c39f4b7ed613936bd7f1a464b28e66e40717796b3345 |
|
MD5 | 966673ac471a9ca61405a81f7bdf57db |
|
BLAKE2b-256 | 2dbe13de7f6b0f5c47cf00c850d07abddb2dd199169b3c003347b9fb3e1a475d |