Metadata-Version: 2.4
Name: pytest-no-problem
Version: 1.0.0
Summary: Pytest plugin to tell you when there's no problem
Project-URL: Repository, https://codeberg.org/benba/pytest-no-problem
Author-email: Ben Berry-Allwood <b.berry-allwood@protonmail.com>
License-File: LICENSE
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.10
Requires-Dist: pytest>=7.0
Description-Content-Type: text/markdown

# pytest-no-problem

[![PyPI - Version](https://img.shields.io/pypi/v/pytest-no-problem.svg)](https://pypi.python.org/pypi/pytest-no-problem)
[![PyPI - License](https://img.shields.io/pypi/l/pytest-no-problem.svg)](https://codeberg.org/benba/pytest-no-problem/src/branch/main/LICENSE)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pytest-no-problem.svg)](https://pypi.python.org/pypi/pytest-no-problem)

Pytest plugin to tell you when there's no problem
