Skip to content

Mention #pytest-asyncio matrix chat room #697

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ pytest-asyncio
.. image:: https://img.shields.io/pypi/pyversions/pytest-asyncio.svg
:target: https://github.com/pytest-dev/pytest-asyncio
:alt: Supported Python versions
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/ambv/black
.. image:: https://img.shields.io/badge/Matrix-%23pytest--asyncio-brightgreen
:alt: Matrix chat room: #pytest-asyncio
:target: https://matrix.to/#/#pytest-asyncio:matrix.org

`pytest-asyncio <https://pytest-asyncio.readthedocs.io/en/latest/>`_ is a `pytest <https://docs.pytest.org/en/latest/contents.html>`_ plugin. It facilitates testing of code that uses the `asyncio <https://docs.python.org/3/library/asyncio.html>`_ library.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ If you require commercial support outside of the Tidelift subscription, reach ou

Community support
=================
The GitHub page of pytest-asyncio offers free community support on a best-effort basis. Please use the `issue tracker <https://github.com/pytest-dev/pytest-asyncio/issues>`__ to report bugs and the `discussions <https://github.com/pytest-dev/pytest-asyncio/discussions>`__ to ask questions.
The GitHub page of pytest-asyncio offers free community support on a best-effort basis. Please use the `issue tracker <https://github.com/pytest-dev/pytest-asyncio/issues>`__ to report bugs and the Matrix chat room `#pytest-asyncio:matrix.org <https://matrix.to/#/#pytest-asyncio:matrix.org>`__ or `GitHub discussions <https://github.com/pytest-dev/pytest-asyncio/discussions>`__ to ask questions.