Comparing Dictionaries

Paddy paddy3118 at googlemail.com
Mon Jul 30 17:31:07 EDT 2007


On Jul 30, 8:30 pm, Kenneth Love <kl... at tax.ok.gov> wrote:
> At 03:23 AM 7/28/2007, you wrote:
>
> >Hi Kenneth,  being new to Python i wondered if you at least considered
> >Doctests as part of your testing solution.
> >Other languages don't have Doctest.
>
> >- Paddy.
>
> Until I read your post, I had never even heard of Doctest.  I will look
> into it.
>
> Here is the list of online sources I've found:
>
> http://www.ibiblio.org/obp/thinkCSpy/index.htmlhttp://www.diveintopython.org/toc/index.htmlhttp://aspn.activestate.com/ASPN/Cookbook/Python
>
> Here are the O'Reilly books I purchased from Barnes & Noble:
>
> Python in a Nutshell (2nd ed.)
> Python Cookbook (2nd ed.)
> Programming Python (3rd ed.)
>
> I am a slow reader.  So, if Doctests are mentioned in any of the above,
> I haven't encountered it yet.
>
> Specifically, my information on unit testing comes from reading about
> half of this online chapter:
>
> http://www.diveintopython.org/unit_testing/index.html
>
> I will search on Google for more info on Doctest.
>
> Thanks!
>
> Sincerely,
> Kenneth Love

Add to your list:
  http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-2-doctest.html
  http://en.wikipedia.org/wiki/Doctest

Have fun.

- Paddy.




More information about the Python-list mailing list