
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
pytest-error-for-skips
Advanced tools
Pytest plugin to treat skipped tests a test failures.
This is nice if you want to ensure that your CI tests really run all tests and don't skip tests because of missing dependencies.
Simply execute your tests via pytest --error-for-skips ...
and all
skipped tests become test failures.
You can install "pytest-error-for-skips" via pip from PyPI:
pip install pytest-error-for-skips
Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.
Simplest setup:
git clone <https://github.com/jankatins/pytest-error-for-skips.git
cd pytest-error-for-skips
(mkdir env && cd env && python -m venv> .)
source env/bin/acticate
python -m pip install -e .
pytest
Distributed under the terms of the MIT license, "pytest-error-for-skips" is free and open source software
If you encounter any problems, please file an issue along with a detailed description.
This Pytest plugin was generated with Cookiecutter along with @hackebrot's Cookiecutter-pytest-plugin template.
FAQs
Pytest plugin to treat skipped tests a test failure
We found that pytest-error-for-skips demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.