Re: [Twisted-Python] Twisted Trial changes working directory

2009-07-03 Thread Gerrat Rickert
>-Original Message- >From: twisted-python-boun...@twistedmatrix.com [mailto:twisted-python- >boun...@twistedmatrix.com] On Behalf Of Jean-Paul Calderone >Sent: Friday, July 03, 2009 11:27 AM >To: Twisted general discussion >Subject: Re: [Twisted-Python] Twisted Tri

Re: [Twisted-Python] Twisted Trial changes working directory

2009-07-03 Thread Jean-Paul Calderone
On Fri, 3 Jul 2009 10:17:12 -0400, Gerrat Rickert wrote: >I have a (Twisted) program that saves & uses a file in the current >working directory. >When running tests for the program, Trial changes the working directory, >causing this file to be written into the '_trial_temp' directory >instead. >.

Re: [Twisted-Python] Twisted Trial

2009-06-24 Thread Gerrat Rickert
>-Original Message- >From: gl...@divmod.com [mailto:gl...@divmod.com] >Sent: Tuesday, June 23, 2009 12:27 PM >To: Twisted general discussion >Subject: Re: [Twisted-Python] Twisted Trial > > >(snip) > >On 01:42 pm, grick...@coldstorage.com wrote: >>

Re: [Twisted-Python] Twisted Trial

2009-06-23 Thread glyph
(snip) On 01:42 pm, grick...@coldstorage.com wrote: > File "c:\python25\lib\site-packages\twisted\plugins\testplugin.py", >line 12, in >from twisted.plugin import IPlugin, ITestPlugin, ITestPlugin2 >exceptions.ImportError: cannot import name ITestPlugin >test_example > ExampleTestCase >