Metadata-Version: 2.1
Name: pytest-aioworkers
Version: 0.4.0a1
Summary: A plugin to test aioworkers project with pytest
Project-URL: GitHub, https://github.com/aioworkers/pytest-aioworkers
Project-URL: Homepage, https://github.com/aioworkers/pytest-aioworkers
Author-email: Alexander Malev <malev@somedev.ru>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: AsyncIO
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Testing
Classifier: Typing :: Typed
Requires-Python: >=3.7
Requires-Dist: aioworkers
Requires-Dist: pytest>=6.1.0
Provides-Extra: aiohttp
Requires-Dist: pytest-aiohttp; extra == 'aiohttp'
Provides-Extra: asyncio
Requires-Dist: pytest-asyncio; extra == 'asyncio'
Description-Content-Type: text/x-rst

=================
pytest-aioworkers
=================

.. image:: https://github.com/aioworkers/pytest-aioworkers/workflows/Tests/badge.svg
  :target: https://github.com/aioworkers/pytest-aioworkers/actions?query=workflow%3ATests

.. image:: https://codecov.io/gh/aioworkers/pytest-aioworkers/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/aioworkers/pytest-aioworkers

.. image:: https://img.shields.io/pypi/v/pytest-aioworkers.svg
  :target: https://pypi.org/project/pytest-aioworkers
  :alt: PyPI version

.. image:: https://img.shields.io/pypi/pyversions/pytest-aioworkers.svg
  :target: https://pypi.org/project/pytest-aioworkers
  :alt: Python versions

.. image:: https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg
   :alt: Hatch project
   :target: https://github.com/pypa/hatch

A plugin to test aioworkers projects with pytest



Features
--------

* fixtures


Requirements
------------

* pytest
* aioworkers


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

You can install "pytest-aioworkers" via `pip`_ from `PyPI`_::

    $ pip install pytest-aioworkers


Contributing
------------
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.

License
-------

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


Issues
------

If you encounter any problems, please `file an issue`_ along with a detailed description.

.. _`Apache Software License 2.0`: http://www.apache.org/licenses/LICENSE-2.0
.. _`file an issue`: https://github.com/aioworkers/pytest-aioworkers/issues
.. _`pytest`: https://github.com/pytest-dev/pytest
.. _`tox`: https://tox.readthedocs.io/en/latest/
.. _`pip`: https://pypi.org/project/pip/
.. _`PyPI`: https://pypi.org/project
