summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-01-16 19:01:35 -0500
committerNed Batchelder <ned@nedbatchelder.com>2023-01-16 19:01:35 -0500
commit6c1437e7d4cc1656faa9a9b12ea7d15c16a4d872 (patch)
tree7b9fbae317d973bb642ce824fea8a7fcc2f22421
parent56f4f20abfb7e11793e54ed94712abdcc66d6964 (diff)
downloadpython-coveragepy-git-6c1437e7d4cc1656faa9a9b12ea7d15c16a4d872.tar.gz
docs: remove mentions of the testing-in-python mailing list.
The list is defunct, and not a good place to get help.
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml3
-rw-r--r--doc/faq.rst15
-rw-r--r--doc/index.rst5
3 files changed, 11 insertions, 12 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 433310b1..5c7bfc9d 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -8,9 +8,6 @@ contact_links:
- name: Frequently Asked Questions
url: https://coverage.readthedocs.io/en/latest/faq.html
about: Some common problems are described here.
- - name: Testing in Python mailing list
- url: http://lists.idyll.org/listinfo/testing-in-python
- about: Ask questions about using coverage.py here.
- name: Tidelift security contact
url: https://tidelift.com/security
about: Please report security vulnerabilities here.
diff --git a/doc/faq.rst b/doc/faq.rst
index b8c2758c..849f132c 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -130,9 +130,9 @@ __ https://nedbatchelder.com/blog/200710/flaws_in_coverage_measurement.html
.. _trialcoverage: https://pypi.org/project/trialcoverage/
- - `pytest-coverage`_
+ - `pytest-cov`_
- .. _pytest-coverage: https://pypi.org/project/pytest-coverage/
+ .. _pytest-cov: https://pypi.org/project/pytest-cov/
- `django-coverage`_ for use with Django.
@@ -142,10 +142,11 @@ __ https://nedbatchelder.com/blog/200710/flaws_in_coverage_measurement.html
Q: Where can I get more help with coverage.py?
..............................................
-You can discuss coverage.py or get help using it on the `Testing In Python`_
-mailing list.
+You can discuss coverage.py or get help using it on the `Python discussion
+forums`_. If you ping me (``@nedbat``), there's a higher chance I'll see the
+post.
-.. _Testing In Python: http://lists.idyll.org/listinfo/testing-in-python
+.. _Python discussion forums: https://discuss.python.org/
Bug reports are gladly accepted at the `GitHub issue tracker`_.
@@ -164,6 +165,6 @@ Coverage.py was originally written by `Gareth Rees`_.
Since 2004, `Ned Batchelder`_ has extended and maintained it with the help of
`many others`_. The :ref:`change history <changes>` has all the details.
-.. _Gareth Rees: http://garethrees.org/
+.. _Gareth Rees: http://garethrees.org/
.. _Ned Batchelder: https://nedbatchelder.com
-.. _many others: https://github.com/nedbat/coveragepy/blob/master/CONTRIBUTORS.txt
+.. _many others: https://github.com/nedbat/coveragepy/blob/master/CONTRIBUTORS.txt
diff --git a/doc/index.rst b/doc/index.rst
index 309cba59..62acaebb 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -188,9 +188,10 @@ Getting help
------------
If the :ref:`FAQ <faq>` doesn't answer your question, you can discuss
-coverage.py or get help using it on the `Testing In Python`_ mailing list.
+coverage.py or get help using it on the `Python discussion forums`_. If you
+ping me (``@nedbat``), there's a higher chance I'll see the post.
-.. _Testing In Python: http://lists.idyll.org/listinfo/testing-in-python
+.. _Python discussion forums: https://discuss.python.org/
Bug reports are gladly accepted at the `GitHub issue tracker`_.
GitHub also hosts the `code repository`_.