Re: Testing functions via command line

2007-04-02 Thread Steven D'Aprano
On Mon, 02 Apr 2007 22:32:26 -0700, pelon wrote: > There must be a couple of lines that will replace the following: Yes, because otherwise the terrorists will have won. *wink* > From the shell command line I wanted to send data to a specific > function inside my module and execute that functio

Testing functions via command line

2007-04-02 Thread pelon
There must be a couple of lines that will replace the following: >From the shell command line I wanted to send data to a specific function inside my module and execute that function in order to test it separately from the rest of the module. I know pdb will allow me to insert data into a running p