doctesting

2007-01-02 Thread belinda thom
Hi, I'd like to write a tester script that I can place in one place (say ~/bin/python/tester.py) and then have it visible to me at the cmd- line (by setting the path variable appropriately). I have had no luck in getting it to work, however. It appears like the doctest code itself assumes t

Re: doctesting

2007-01-02 Thread Peter Otten
belinda thom wrote: > I'd like to write a tester script that I can place in one place (say > ~/bin/python/tester.py) and then have it visible to me at the cmd- > line (by setting the path variable appropriately). I have had no > luck in getting it to work, however. > > It appears like the doctes

Re: doctesting

2007-01-02 Thread Ben Artin
In article <[EMAIL PROTECTED]>, belinda thom <[EMAIL PROTECTED]> wrote: > I'd like to write a tester script that I can place in one place (say > ~/bin/python/tester.py) and then have it visible to me at the cmd- > line (by setting the path variable appropriately). I have had no > luck in ge