Skip to content

Commit

Permalink
[docs] Mention the #pytest-asyncio:matrix.org chat room in README and…
Browse files Browse the repository at this point in the history
… for getting community support.

Signed-off-by: Michael Seifert <[email protected]>
  • Loading branch information
seifertm committed Dec 3, 2023
1 parent 533b886 commit 349c152
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ 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.

0 comments on commit 349c152

Please sign in to comment.