[py-svn] r10769 - py/dist/py/documentation

hpk at codespeak.net hpk at codespeak.net
Sun Apr 17 13:45:40 CEST 2005


Author: hpk
Date: Sun Apr 17 13:45:39 2005
New Revision: 10769

Added:
   py/dist/py/documentation/conftest.py
Log:
forgot to add the option


Added: py/dist/py/documentation/conftest.py
==============================================================================
--- (empty file)
+++ py/dist/py/documentation/conftest.py	Sun Apr 17 13:45:39 2005
@@ -0,0 +1,9 @@
+import py
+Option = py.test.Config.Option 
+option = py.test.Config.addoptions("documentation check options", 
+        Option('-R', '--checkremote',
+               action="store_true", dest="checkremote", default=False,
+               help="check remote links in ReST files"
+        )
+) 
+



More information about the pytest-commit mailing list