Fixing some sphinx inline directives - detected using `make check`.

This commit is contained in:
Senthil Kumaran 2010-10-15 12:55:19 +00:00
parent 8dbf629bbd
commit 916bd38a06
8 changed files with 17 additions and 17 deletions

View file

@ -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