pytest-trio
===========
.. image:: https://img.shields.io/badge/chat-join%20now-blue.svg
:target: https://gitter.im/python-trio/general
:alt: Join chatroom
.. image:: https://img.shields.io/badge/docs-read%20now-blue.svg
:target: https://pytest-trio.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://img.shields.io/pypi/v/pytest-trio.svg
:target: https://pypi.org/project/pytest-trio
:alt: Latest PyPi version
.. image:: https://github.com/python-trio/pytest-trio/workflows/CI/badge.svg?branch=master
:target: https://github.com/python-trio/pytest-trio/actions
:alt: Automated test status
.. image:: https://codecov.io/gh/python-trio/pytest-trio/branch/master/graph/badge.svg
:target: https://codecov.io/gh/python-trio/pytest-trio
:alt: Test coverage
This is a pytest plugin to help you test projects that use `Trio
<https://trio.readthedocs.io/>`__, a friendly library for concurrency
and async I/O in Python. For an overview of features, see our `manual
<https://pytest-trio.readthedocs.io>`__, or jump straight to the
`quickstart guide
<https://pytest-trio.readthedocs.io/en/latest/quickstart.html>`__.
Vital statistics
----------------
**Documentation:** https://pytest-trio.readthedocs.io
**Bug tracker and source code:**
https://github.com/python-trio/pytest-trio
**License:** MIT or Apache 2, your choice.
**Code of conduct:** Contributors are requested to follow our `code of
conduct
<https://github.com/python-trio/pytest-trio/blob/master/CODE_OF_CONDUCT.md>`__
in all project spaces.
Raw data
{
"_id": null,
"home_page": "https://github.com/python-trio/pytest-trio",
"name": "pytest-trio",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "async,pytest,testing,trio",
"author": "Emmanuel Leblond",
"author_email": "emmanuel.leblond@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/13/08/056279526554c6c6e6ad6d4a479a338d14dc785ac30be8bdc6ca0153c1be/pytest-trio-0.8.0.tar.gz",
"platform": null,
"description": "pytest-trio\n===========\n\n.. image:: https://img.shields.io/badge/chat-join%20now-blue.svg\n :target: https://gitter.im/python-trio/general\n :alt: Join chatroom\n\n.. image:: https://img.shields.io/badge/docs-read%20now-blue.svg\n :target: https://pytest-trio.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/v/pytest-trio.svg\n :target: https://pypi.org/project/pytest-trio\n :alt: Latest PyPi version\n\n.. image:: https://github.com/python-trio/pytest-trio/workflows/CI/badge.svg?branch=master\n :target: https://github.com/python-trio/pytest-trio/actions\n :alt: Automated test status\n\n.. image:: https://codecov.io/gh/python-trio/pytest-trio/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/python-trio/pytest-trio\n :alt: Test coverage\n\nThis is a pytest plugin to help you test projects that use `Trio\n<https://trio.readthedocs.io/>`__, a friendly library for concurrency\nand async I/O in Python. For an overview of features, see our `manual\n<https://pytest-trio.readthedocs.io>`__, or jump straight to the\n`quickstart guide\n<https://pytest-trio.readthedocs.io/en/latest/quickstart.html>`__.\n\n\nVital statistics\n----------------\n\n**Documentation:** https://pytest-trio.readthedocs.io\n\n**Bug tracker and source code:**\nhttps://github.com/python-trio/pytest-trio\n\n**License:** MIT or Apache 2, your choice.\n\n**Code of conduct:** Contributors are requested to follow our `code of\nconduct\n<https://github.com/python-trio/pytest-trio/blob/master/CODE_OF_CONDUCT.md>`__\nin all project spaces.\n",
"bugtrack_url": null,
"license": "MIT OR Apache-2.0",
"summary": "Pytest plugin for trio",
"version": "0.8.0",
"split_keywords": [
"async",
"pytest",
"testing",
"trio"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "19073968e5ff7bef0ba90272c9f5c59b",
"sha256": "e6a7e7351ae3e8ec3f4564d30ee77d1ec66e1df611226e5618dbb32f9545c841"
},
"downloads": -1,
"filename": "pytest_trio-0.8.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "19073968e5ff7bef0ba90272c9f5c59b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 27221,
"upload_time": "2022-11-01T17:24:27",
"upload_time_iso_8601": "2022-11-01T17:24:27.501944Z",
"url": "https://files.pythonhosted.org/packages/e9/22/71953f47e0da5852c899f58cd7a31e6100f37c632b7b9ee52d067613a844/pytest_trio-0.8.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "2bf10f1c4028c783e2bc0341c911646b",
"sha256": "8363db6336a79e6c53375a2123a41ddbeccc4aa93f93788651641789a56fb52e"
},
"downloads": -1,
"filename": "pytest-trio-0.8.0.tar.gz",
"has_sig": false,
"md5_digest": "2bf10f1c4028c783e2bc0341c911646b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 46525,
"upload_time": "2022-11-01T17:24:29",
"upload_time_iso_8601": "2022-11-01T17:24:29.352573Z",
"url": "https://files.pythonhosted.org/packages/13/08/056279526554c6c6e6ad6d4a479a338d14dc785ac30be8bdc6ca0153c1be/pytest-trio-0.8.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-11-01 17:24:29",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "python-trio",
"github_project": "pytest-trio",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "pytest-trio"
}