* streamlining plugin docstrings

* better organisation of example directory, also does not break
  whole-test run anymore

--HG--
branch : 1.0.x
This commit is contained in:
holger krekel
2009-07-08 19:18:26 +02:00
parent 81d5e572ca
commit 8f0a85aee1
23 changed files with 106 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
""" log calling of plugin hooks to a file. """
""" log invocations of extension hooks to a file. """
import py
def pytest_addoption(parser):