[Twisted-Python] Twisted Trial

Torsten A. c2k_list at gmx.de
Tue Jun 17 12:14:03 MDT 2008


Hello,
I received a running project using twisted trial, running meaning that all
test units pass successfully, which I am supposed to edit. Now I'd like to
keep two versions of the project:

a) A backup of the old one, so I can always have it successfully run the
unittests and keep track of its behavious and
b) a copy of the project which I want to modify and test, if the trials
pass.

I have tried to mess with the PYTHONPATH, to run trial in the folder of the
copies, but nothing seems to work. Right now it looks like this (running
under WinXP):

C:\
	some_folder\
		working_project\here_the_module_to_be_checked
		modified_project\here_the_module_to_be_checked

My PYTHONPATH links to C:\some_folder\working_project.

I hopesome understands what I mean ;)

Cheers,
Torsten






More information about the Twisted-Python mailing list