[py-svn] r58010 - py/trunk/py/doc

hpk at codespeak.net hpk at codespeak.net
Tue Sep 9 18:51:51 CEST 2008


Author: hpk
Date: Tue Sep  9 18:51:49 2008
New Revision: 58010

Modified:
   py/trunk/py/doc/conftest.py
Log:
some support for old naming because many sites import ReST checker from this conftest. 


Modified: py/trunk/py/doc/conftest.py
==============================================================================
--- py/trunk/py/doc/conftest.py	(original)
+++ py/trunk/py/doc/conftest.py	Tue Sep  9 18:51:49 2008
@@ -321,3 +321,5 @@
             relpath += '.html'
         return (text, apigen_relpath + 'source/%s' % (relpath,))
 
+# legacy
+ReSTChecker = DocfileTests



More information about the pytest-commit mailing list