pytest-aioworkers


Namepytest-aioworkers JSON
Version 0.5.0 PyPI version JSON
download
home_pageNone
SummaryA plugin to test aioworkers project with pytest
upload_time2024-12-26 23:52:45
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords aioworkers pytest
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pytest-aioworkers
=================

.. image:: https://img.shields.io/pypi/v/pytest-aioworkers.svg
  :target: https://pypi.org/project/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://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json
  :target: https://github.com/charliermarsh/ruff
  :alt: Code style: ruff

.. image:: https://img.shields.io/badge/types-Mypy-blue.svg
  :target: https://github.com/python/mypy
  :alt: Code style: Mypy

.. image:: https://readthedocs.org/projects/pytest-aioworkers/badge/?version=latest
  :target: https://github.com/aioworkers/pytest-aioworkers#readme
  :alt: Documentation Status

.. 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/pypi/dm/pytest-aioworkers.svg
  :target: https://pypistats.org/packages/pytest-aioworkers

.. 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: aioworkers, context, config_yaml


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

* pytest
* aioworkers


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

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

    $ pip install pytest-aioworkers[asyncio]


Contributing
------------
Contributions are very welcome. Tests can be run with `hatch`_, please ensure
the coverage at least stays the same before you submit a pull request.

Check code:

.. code-block:: shell

    hatch run lint:all


Format code:

.. code-block:: shell

    hatch run lint:fmt


Run tests:

.. code-block:: shell

    hatch run pytest


Run tests with coverage:

.. code-block:: shell

    hatch run cov

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
.. _`hatch`: https://hatch.pypa.io/latest/environment/#scripts
.. _`pip`: https://pypi.org/project/pip/
.. _`PyPI`: https://pypi.org/project

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pytest-aioworkers",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "aioworkers, pytest",
    "author": null,
    "author_email": "Alexander Malev <malev@somedev.ru>",
    "download_url": "https://files.pythonhosted.org/packages/4b/d0/320d2e32de7f073f917a6a77eb86796139d2b41ea4514c14aab0de6163e2/pytest_aioworkers-0.5.0.tar.gz",
    "platform": null,
    "description": "pytest-aioworkers\n=================\n\n.. image:: https://img.shields.io/pypi/v/pytest-aioworkers.svg\n  :target: https://pypi.org/project/pytest-aioworkers\n\n.. image:: https://github.com/aioworkers/pytest-aioworkers/workflows/Tests/badge.svg\n  :target: https://github.com/aioworkers/pytest-aioworkers/actions?query=workflow%3ATests\n\n.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json\n  :target: https://github.com/charliermarsh/ruff\n  :alt: Code style: ruff\n\n.. image:: https://img.shields.io/badge/types-Mypy-blue.svg\n  :target: https://github.com/python/mypy\n  :alt: Code style: Mypy\n\n.. image:: https://readthedocs.org/projects/pytest-aioworkers/badge/?version=latest\n  :target: https://github.com/aioworkers/pytest-aioworkers#readme\n  :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/pyversions/pytest-aioworkers.svg\n  :target: https://pypi.org/project/pytest-aioworkers\n  :alt: Python versions\n\n.. image:: https://img.shields.io/pypi/dm/pytest-aioworkers.svg\n  :target: https://pypistats.org/packages/pytest-aioworkers\n\n.. image:: https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg\n  :alt: Hatch project\n  :target: https://github.com/pypa/hatch\n\nA plugin to test aioworkers projects with pytest\n\n\n\nFeatures\n--------\n\n* fixtures: aioworkers, context, config_yaml\n\n\nRequirements\n------------\n\n* pytest\n* aioworkers\n\n\nInstallation\n------------\n\nYou can install \"pytest-aioworkers\" via `pip`_ from `PyPI`_::\n\n    $ pip install pytest-aioworkers[asyncio]\n\n\nContributing\n------------\nContributions are very welcome. Tests can be run with `hatch`_, please ensure\nthe coverage at least stays the same before you submit a pull request.\n\nCheck code:\n\n.. code-block:: shell\n\n    hatch run lint:all\n\n\nFormat code:\n\n.. code-block:: shell\n\n    hatch run lint:fmt\n\n\nRun tests:\n\n.. code-block:: shell\n\n    hatch run pytest\n\n\nRun tests with coverage:\n\n.. code-block:: shell\n\n    hatch run cov\n\nLicense\n-------\n\nDistributed under the terms of the `Apache Software License 2.0`_ license, \"pytest-aioworkers\" is free and open source software\n\n\nIssues\n------\n\nIf you encounter any problems, please `file an issue`_ along with a detailed description.\n\n.. _`Apache Software License 2.0`: http://www.apache.org/licenses/LICENSE-2.0\n.. _`file an issue`: https://github.com/aioworkers/pytest-aioworkers/issues\n.. _`pytest`: https://github.com/pytest-dev/pytest\n.. _`hatch`: https://hatch.pypa.io/latest/environment/#scripts\n.. _`pip`: https://pypi.org/project/pip/\n.. _`PyPI`: https://pypi.org/project\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A plugin to test aioworkers project with pytest",
    "version": "0.5.0",
    "project_urls": {
        "Documentation": "https://github.com/aioworkers/pytest-aioworkers#readme",
        "GitHub": "https://github.com/aioworkers/pytest-aioworkers",
        "Homepage": "https://github.com/aioworkers/pytest-aioworkers",
        "Issues": "https://github.com/aioworkers/pytest-aioworkers/issues",
        "Source": "https://github.com/aioworkers/pytest-aioworkers"
    },
    "split_keywords": [
        "aioworkers",
        " pytest"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e5cc06b48d4369c7a9399ee0cbc092798516d086e3b43d5483c90b9d877190d9",
                "md5": "bbc277b41f194c52e644ba7dcbd884cf",
                "sha256": "69c1939554c2d3e1699fd0f4b9e2df6e7ed434113e690af2dc7ce1ed2feac881"
            },
            "downloads": -1,
            "filename": "pytest_aioworkers-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bbc277b41f194c52e644ba7dcbd884cf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 8303,
            "upload_time": "2024-12-26T23:52:49",
            "upload_time_iso_8601": "2024-12-26T23:52:49.411410Z",
            "url": "https://files.pythonhosted.org/packages/e5/cc/06b48d4369c7a9399ee0cbc092798516d086e3b43d5483c90b9d877190d9/pytest_aioworkers-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4bd0320d2e32de7f073f917a6a77eb86796139d2b41ea4514c14aab0de6163e2",
                "md5": "9d20cbad96f4a1e61a6a76b0471d4454",
                "sha256": "7bf6f9dbf19826c0f2ab652e0e4bf09a63c10e62e13e1587384f476e16ce8e8a"
            },
            "downloads": -1,
            "filename": "pytest_aioworkers-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9d20cbad96f4a1e61a6a76b0471d4454",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 8162,
            "upload_time": "2024-12-26T23:52:45",
            "upload_time_iso_8601": "2024-12-26T23:52:45.719934Z",
            "url": "https://files.pythonhosted.org/packages/4b/d0/320d2e32de7f073f917a6a77eb86796139d2b41ea4514c14aab0de6163e2/pytest_aioworkers-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-26 23:52:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aioworkers",
    "github_project": "pytest-aioworkers#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pytest-aioworkers"
}
        
Elapsed time: 0.43459s