Metadata-Version: 2.5
Name: pytest-soft-assert
Version: 1.0.0
Summary: Pytest plugin for soft assertions.
Keywords: pytest
Author-email: Harmin Parra Rueda <harmin.rueda@gmail.com>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Classifier: Framework :: Pytest
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Dist: pytest >= 8.4.0
Import-Name: pytest_soft_assert

# pytest-soft-assert

This plugin allows you to include soft assertions in your tests.

The failed soft assertions can either trigger a **failed** or an **xfailed** tests status.

![](https://img.shields.io/badge/license-MIT%202.0-blue.svg)

## Resources ##

- [Documentation](https://pytest-soft-assert.readthedocs.io/stable/)
- [Issue tracker](https://github.com/harmin-parra/pytest-soft-assert/issues)
- [Source code](https://github.com/harmin-parra/pytest-soft-assert)

<br/>

If you like this software, consider contributing to the project through [buy me a coffee](https://www.buymeacoffee.com/harmin)

