Re: bicycle repair man help

2007-06-26 Thread Kathryn Van Stone
On Jun 23, 2007, at 2:24 PM, Rustom Mody wrote: > Does someone know that when using bicycle repair man to refactor > python code what exactly extract local variable means? I don't know about bicycle repair main, but in general 'extract local variable' means to make a change like this: self.

Re: What was that web interaction library called again?

2007-06-26 Thread Kathryn Van Stone
So does anyone know of any equivalent library for testing RESTful web services. In particular it needs to be able to handle more than 'GET' or "POST" http calls. -Kathy Van Stone [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: unittest for threading function always failed...

2007-05-21 Thread Kathryn Van Stone
If all you are doing is testing that run() works correctly, you could probably also get away with just calling run() directly instead of also implicitly testing the Thread class as well. -Kathy -- http://mail.python.org/mailman/listinfo/python-list

Re: Creating a multi-tier client/server application

2007-09-04 Thread Kathryn Van Stone
Greetings, I somehow missed some of this thread, but I believe you left a note saying that you were not able to do Extreme Programming. However, based on the description of the size of the project and the size of the development team (is there any more than you?) I would recommend you consi