Thanks to visit codestin.com Credit goes to github.com
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 48c907a commit 21d5299Copy full SHA for 21d5299
Doc/library/unittest.rst
@@ -346,8 +346,8 @@ the `load_tests protocol`_.
346
``python -m unittest discover -s root/namespace -t root``).
347
348
.. versionchanged:: 3.11
349
- Python 3.11 dropped the :term:`namespace packages <namespace package>`
350
- 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
351
subdirectories containing tests must be regular package that have
352
``__init__.py`` file.
353
0 commit comments