adding contact and badge for pytest-dev discord server (#9078)

* adding badges/docs for pytest-dev discord and pytest libera web chat
This commit is contained in:
Simon K 2021-09-12 18:22:44 +01:00 committed by GitHub
parent 4e916ce347
commit 0e7bb34081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View File

@ -37,6 +37,15 @@
:target: https://pytest.readthedocs.io/en/latest/?badge=latest :target: https://pytest.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status :alt: Documentation Status
.. image:: https://img.shields.io/badge/Discord-pytest--dev-blue
:target: https://discord.com/invite/pytest-dev
:alt: Discord
.. image:: https://img.shields.io/badge/Libera%20chat-%23pytest-orange
:target: https://web.libera.chat/#pytest
:alt: Libera chat
The ``pytest`` framework makes it easy to write small tests, yet The ``pytest`` framework makes it easy to write small tests, yet
scales to support complex functional testing for applications and libraries. scales to support complex functional testing for applications and libraries.

View File

@ -8,6 +8,8 @@ Contact channels
- `pytest issue tracker`_ to report bugs or suggest features (for version - `pytest issue tracker`_ to report bugs or suggest features (for version
2.0 and above). 2.0 and above).
- `pytest discussions`_ at github for general questions. - `pytest discussions`_ at github for general questions.
- `pytest discord server <https://discord.com/invite/pytest-dev>`_
for pytest development visibility and general assistance.
- `pytest on stackoverflow.com <http://stackoverflow.com/search?q=pytest>`_ - `pytest on stackoverflow.com <http://stackoverflow.com/search?q=pytest>`_
to post precise questions with the tag ``pytest``. New Questions will usually to post precise questions with the tag ``pytest``. New Questions will usually
be seen by pytest users or developers and answered quickly. be seen by pytest users or developers and answered quickly.