We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unittest
1 parent fbaf00e commit b0b7feeCopy full SHA for b0b7fee
Doc/library/unittest.rst
@@ -340,8 +340,8 @@ the `load_tests protocol`_.
340
``python -m unittest discover -s root/namespace -t root``).
341
342
.. versionchanged:: 3.11
343
- Python 3.11 dropped the :term:`namespace packages <namespace package>`
344
- 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
345
subdirectories containing tests must be regular package that have
346
``__init__.py`` file.
347
0 commit comments