Skip to content

Commit 0e7bb34

Browse files
authored
adding contact and badge for pytest-dev discord server (#9078)
* adding badges/docs for pytest-dev discord and pytest libera web chat
1 parent 4e916ce commit 0e7bb34

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@
3737
:target: https://pytest.readthedocs.io/en/latest/?badge=latest
3838
:alt: Documentation Status
3939

40+
.. image:: https://img.shields.io/badge/Discord-pytest--dev-blue
41+
:target: https://discord.com/invite/pytest-dev
42+
:alt: Discord
43+
44+
.. image:: https://img.shields.io/badge/Libera%20chat-%23pytest-orange
45+
:target: https://web.libera.chat/#pytest
46+
:alt: Libera chat
47+
48+
4049
The ``pytest`` framework makes it easy to write small tests, yet
4150
scales to support complex functional testing for applications and libraries.
4251

doc/en/contact.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Contact channels
88
- `pytest issue tracker`_ to report bugs or suggest features (for version
99
2.0 and above).
1010
- `pytest discussions`_ at github for general questions.
11+
- `pytest discord server <https://discord.com/invite/pytest-dev>`_
12+
for pytest development visibility and general assistance.
1113
- `pytest on stackoverflow.com <http://stackoverflow.com/search?q=pytest>`_
1214
to post precise questions with the tag ``pytest``. New Questions will usually
1315
be seen by pytest users or developers and answered quickly.

0 commit comments

Comments
 (0)