[py-svn] r57064 - py/branch/event/py/test2

hpk at codespeak.net hpk at codespeak.net
Thu Aug 7 17:09:49 CEST 2008


Author: hpk
Date: Thu Aug  7 17:09:48 2008
New Revision: 57064

Modified:
   py/branch/event/py/test2/defaultconftest.py
Log:
that should have been commited with 57062


Modified: py/branch/event/py/test2/defaultconftest.py
==============================================================================
--- py/branch/event/py/test2/defaultconftest.py	(original)
+++ py/branch/event/py/test2/defaultconftest.py	Thu Aug  7 17:09:48 2008
@@ -55,6 +55,9 @@
         Option('', '--pdb',
                action="store_true", dest="usepdb", default=False,
                help="start pdb (the Python debugger) on errors."),
+        Option('', '--eventlog',
+               action="store", dest="eventlog", default=None,
+               help="write reporting events to given file."),
         Option('', '--tb',
                action="store", dest="tbstyle", default='long',
                type="choice", choices=['long', 'short', 'no'],
@@ -105,4 +108,3 @@
                action="store", dest="session", default=None,
                help="lookup given sessioname in conftest.py files and use it."), 
     )
-    



More information about the pytest-commit mailing list