fix example good -> bad (thanks frank)

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-10-17 11:11:32 +02:00
parent c229e5459f
commit 6411fa69bc
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ Misc examples
Detect if running from within a py.test run
--------------------------------------------------------------
Usually it is a good idea to make application code
Usually it is a bad idea to make application code
behave differently if called from a test. But if you
absolutely must find out if your application code is
absolutely must find out if your application code is
running from a test you can do something like this::
# content of conftest.py in your testing directory