Skip to content

Commit 349c152

Browse files
committed
[docs] Mention the #pytest-asyncio:matrix.org chat room in README and for getting community support.
Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
1 parent 533b886 commit 349c152

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ pytest-asyncio
1212
:alt: Supported Python versions
1313
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
1414
:target: https://github.com/ambv/black
15+
.. image:: https://img.shields.io/badge/Matrix-%23pytest--asyncio-brightgreen
16+
:alt: Matrix chat room: #pytest-asyncio
17+
:target: https://matrix.to/#/#pytest-asyncio:matrix.org
1518

1619
`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.
1720

docs/source/support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ If you require commercial support outside of the Tidelift subscription, reach ou
1818

1919
Community support
2020
=================
21-
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.
21+
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 commit comments

Comments
 (0)