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:
parent
4e916ce347
commit
0e7bb34081
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue