[py-svn] r21131 - py/dist/py/rest/testing

jan at codespeak.net jan at codespeak.net
Tue Dec 13 15:29:43 CET 2005


Author: jan
Date: Tue Dec 13 15:29:42 2005
New Revision: 21131

Modified:
   py/dist/py/rest/testing/test_rst.py
Log:
keep the tempdir


Modified: py/dist/py/rest/testing/test_rst.py
==============================================================================
--- py/dist/py/rest/testing/test_rst.py	(original)
+++ py/dist/py/rest/testing/test_rst.py	Tue Dec 13 15:29:42 2005
@@ -2,8 +2,8 @@
 from py.__.rest.rst import rest, Out, itertext, RestTag
 from py.__.misc import rest as pyrest
 
-#temp = py.test.ensuretemp('check_rest')
-temp = py.path.local.mkdtemp()
+temp = py.test.ensuretemp('check_rest')
+#temp = py.path.local.mkdtemp()
 
 def check_rest(content, include_dir = None):
     if isinstance(content, RestTag):



More information about the pytest-commit mailing list