]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-112890: `unittest` Test Discovery page updated "`unittest` dropped the namspace...
authorTaylor Packard <3.t.packard@gmail.com>
Sun, 17 Dec 2023 11:14:21 +0000 (06:14 -0500)
committerGitHub <noreply@github.com>
Sun, 17 Dec 2023 11:14:21 +0000 (13:14 +0200)
Doc/library/unittest.rst

index 9aad96bdf11bf8b21fca77146e0d4e6c76c96220..70b4c84c05f818a69b3c88aa17768ce8e2cc789b 100644 (file)
@@ -346,8 +346,8 @@ the `load_tests protocol`_.
    ``python -m unittest discover -s root/namespace -t root``).
 
 .. versionchanged:: 3.11
-   Python 3.11 dropped the :term:`namespace packages <namespace package>`
-   support. It has been broken since Python 3.7. Start directory and
+   :mod:`unittest` dropped the :term:`namespace packages <namespace package>`
+   support in Python 3.11. It has been broken since Python 3.7. Start directory and
    subdirectories containing tests must be regular package that have
    ``__init__.py`` file.