Hello Christian,

Monday, April 12, 2010, 9:28:00 AM, you wrote:

CT> One of my feature wishes (and pet peeves) for the zope.testing runner
CT> was to monitor file creation and missing deletion and maybe sandboxing.

CT> Christian

Tinkering about this, what about doing
os.environ['tmp'] = os.environ['tmp'] + '/' + somerandom
run the tests
check for anything left in os.environ['tmp']

With some luck os.environ should be passed to subprocesses.

-- 
Best regards,
 Adam GROSZER                            mailto:agros...@gmail.com
--
Quote of the day:
There's no point in burying the hatchet if you're going to put up a marker on 
the site. 
- Sydney J. Harris 

_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )

Reply via email to