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:
holger krekel 2014-03-27 06:40:35 +01:00
commit 42e0d7970c
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ Important notes relating to both schemes:
- **avoid "__init__.py" files in your test directories**.
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.
- With inlined tests you might put ``__init__.py`` into test