mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fixing some sphinx inline directives - detected using `make check
`.
This commit is contained in:
parent
8dbf629bbd
commit
916bd38a06
8 changed files with 17 additions and 17 deletions
|
@ -284,9 +284,9 @@ as the start directory.
|
|||
|
||||
.. caution::
|
||||
|
||||
Test discovery loads tests by importing them. Once test discovery has
|
||||
found all the test files from the start directory you specify it turns the
|
||||
paths into package names to import. For example `foo/bar/baz.py` will be
|
||||
Test discovery loads tests by importing them. Once test discovery has found
|
||||
all the test files from the start directory you specify it turns the paths
|
||||
into package names to import. For example :file:`foo/bar/baz.py` will be
|
||||
imported as ``foo.bar.baz``.
|
||||
|
||||
If you have a package installed globally and attempt test discovery on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue