Merged in nloadholtes/pytest/nloadholtes/slight-change-to-the-wording-for-readabi-1395890493571 (pull request #131)
Slight change to the wording for readability
This commit is contained in:
commit
42e0d7970c
|
@ -68,7 +68,7 @@ Important notes relating to both schemes:
|
||||||
|
|
||||||
- **avoid "__init__.py" files in your test directories**.
|
- **avoid "__init__.py" files in your test directories**.
|
||||||
This way your tests can run easily against an installed version
|
This way your tests can run easily against an installed version
|
||||||
of ``mypkg``, independently from if the installed package contains
|
of ``mypkg``, independently from the installed package if it contains
|
||||||
the tests or not.
|
the tests or not.
|
||||||
|
|
||||||
- With inlined tests you might put ``__init__.py`` into test
|
- With inlined tests you might put ``__init__.py`` into test
|
||||||
|
|
Loading…
Reference in New Issue