implement a --failed option for pytest
Project description
pytest plugin to implement a --failed option
Warning
This project is no longer maintained.
If you are using pytest >= 2.8 you don’t need to install anything, since the functionality has been added to pytest core
If you are using pytest <= 2.7 you should use use pytest-cache instead.
It provides the same feature with --lf instead of --failed (which is shorter)
It’s developed by the original author of pytest (Holger Krekel)
It has more features
It does not use pickle for storing data so it’s safe to use across different versions of Python
The only downside is that pytest-cache depends on execnet, whereas pytest-runfailed is standalone.
Usage
Just run
py.test --failed
You’ll need to run the full suite once before the option --failed can work.
The failing tests ids are stored into a .pytest directory, just remove it if you experience issues.
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
File details
Details for the file pytest-runfailed-0.6.tar.gz
.
File metadata
- Download URL: pytest-runfailed-0.6.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82ab0740355ecde835d9754bcc510d6993e0b89d71d109894d1d6fbfeb9c222a |
|
MD5 | 971bf2ba897d8e511432657a763221bc |
|
BLAKE2b-256 | 37fe4e6faaeb3edc5db01f30ba6b77c263b62cda988d2cacd10289fb139c99fc |