Metadata-Version: 2.4
Name: pytest-abstracts
Version: 0.1.1
Summary: A pytest fixture for testing abstract interface implementations
Home-page: https://github.com/envoyproxy/toolshed/tree/main/py/pytest-abstracts
Author: Ryan Northey
Author-email: ryan@synca.io
Maintainer: Ryan Northey
Maintainer-email: ryan@synca.io
License: Apache Software License 2.0
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software 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.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Testing
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: abstracts>=0.2.0
Requires-Dist: pytest>=7.4.0
Provides-Extra: test
Requires-Dist: pytest-coverage; extra == "test"
Provides-Extra: lint
Requires-Dist: flake8>=6.1.0; extra == "lint"
Provides-Extra: types
Requires-Dist: mypy>=1.6.0; extra == "types"
Provides-Extra: publish
Requires-Dist: wheel>=0.41.0; extra == "publish"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

================
pytest-abstracts
================


Installation
------------

You can install "pytest-abstracts" via ``pip``

.. code-block:: console

    $ pip install pytest-abstracts


License
-------

Distributed under the terms of the Apache Software License 2.0 license, "pytest-abstracts" is free and open source software
