|
3 | 3 | .. _`contact`:
|
4 | 4 |
|
5 | 5 | Contact channels
|
6 |
| -=================================== |
| 6 | +================ |
7 | 7 |
|
8 |
| -- `pytest issue tracker`_ to report bugs or suggest features (for version |
9 |
| - 2.0 and above). |
10 |
| -- `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. |
| 8 | +Web |
| 9 | +--- |
| 10 | + |
| 11 | +- `pytest issue tracker`_ to report bugs or suggest features. |
| 12 | +- `pytest discussions`_ at GitHub for general questions. |
13 | 13 | - `pytest on stackoverflow.com <http://stackoverflow.com/search?q=pytest>`_
|
14 |
| - to post precise questions with the tag ``pytest``. New Questions will usually |
| 14 | + to post precise questions with the tag ``pytest``. New questions will usually |
15 | 15 | be seen by pytest users or developers and answered quickly.
|
16 | 16 |
|
17 |
| -- `Testing In Python`_: a mailing list for Python testing tools and discussion. |
18 |
| - |
19 |
| -- `pytest-dev at python.org (mailing list)`_ pytest specific announcements and discussions. |
20 |
| - |
21 |
| -- :doc:`contribution guide <contributing>` for help on submitting pull |
22 |
| - requests to GitHub. |
| 17 | +Chat |
| 18 | +---- |
23 | 19 |
|
| 20 | +- `pytest discord server <https://discord.com/invite/pytest-dev>`_ |
| 21 | + for pytest development visibility and general assistance. |
24 | 22 | - ``#pytest`` `on irc.libera.chat <ircs://irc.libera.chat:6697/#pytest>`_ IRC
|
25 | 23 | channel for random questions (using an IRC client, or `via webchat
|
26 | 24 | <https://web.libera.chat/#pytest>`)
|
27 | 25 | - ``#pytest`` `on Matrix https://matrix.to/#/#pytest:matrix.org>`.
|
28 | 26 |
|
| 27 | +Mail |
| 28 | +---- |
29 | 29 |
|
30 |
| -.. _`pytest issue tracker`: https://github.com/pytest-dev/pytest/issues |
31 |
| -.. _`old issue tracker`: https://bitbucket.org/hpk42/py-trunk/issues/ |
32 |
| - |
33 |
| -.. _`pytest discussions`: https://github.com/pytest-dev/pytest/discussions |
34 |
| - |
35 |
| -.. _`get an account`: |
| 30 | +- `Testing In Python`_: a mailing list for Python testing tools and discussion. |
| 31 | +- `pytest-dev at python.org`_ a mailing list for pytest specific announcements and discussions. |
| 32 | +- Mail to ` [email protected] < mailto:[email protected]>`_ for topics that cannot be |
| 33 | + discussed in public. Mails sent there will be distributed among the members |
| 34 | + in the pytest core team, who can also be contacted individually: |
36 | 35 |
|
37 |
| -.. _tetamap: https://tetamap.wordpress.com/ |
| 36 | + * Ronny Pfannschmidt ( :user:` RonnyPfannschmidt`, ` [email protected] <mailto:[email protected]>`) |
| 37 | + * Florian Bruhin ( :user:` The-Compiler`, ` [email protected] <mailto:[email protected]>`) |
| 38 | + * Bruno Oliveira ( :user:` nicoddemus`, ` [email protected] <mailto:[email protected]>`) |
| 39 | + * Ran Benita ( :user:` bluetech`, ` [email protected] <mailto:[email protected]>`) |
| 40 | + * Zac Hatfield-Dodds ( :user:` Zac-HD`, ` [email protected] <mailto:[email protected]>`) |
38 | 41 |
|
39 |
| -.. _`@pylibcommit`: https://twitter.com/pylibcommit |
| 42 | +Other |
| 43 | +----- |
40 | 44 |
|
| 45 | +- The :doc:`contribution guide <contributing>` for help on submitting pull |
| 46 | + requests to GitHub. |
| 47 | +- Florian Bruhin (:user:`The-Compiler`) offers pytest professional teaching and |
| 48 | + consulting via `Bruhin Software <https://bruhin.software>`_. |
41 | 49 |
|
| 50 | +.. _`pytest issue tracker`: https://github.com/pytest-dev/pytest/issues |
| 51 | +.. _`pytest discussions`: https://github.com/pytest-dev/pytest/discussions |
42 | 52 | .. _`Testing in Python`: http://lists.idyll.org/listinfo/testing-in-python
|
43 |
| -.. _FOAF: https://en.wikipedia.org/wiki/FOAF |
44 |
| -.. _`py-dev`: |
45 |
| -.. _`development mailing list`: |
46 |
| -.. _`pytest-dev at python.org (mailing list)`: http://mail.python.org/mailman/listinfo/pytest-dev |
47 |
| -.. _`pytest-commit at python.org (mailing list)`: http://mail.python.org/mailman/listinfo/pytest-commit |
| 53 | +.. _`pytest-dev at python.org`: http://mail.python.org/mailman/listinfo/pytest-dev |
0 commit comments