##################################### Agile Testing Goodies from PyCon 2006 ##################################### :date: 2006-02-27 11:26:53 :category: `Unit Testing in Python `_ A number of testing frameworks were used. The Agile Testing tutorial provides a path through the toolsets, showing what you can do, and how you should do it. Unit Testing: Nose [`link `__ ], [`link <../C101174436/E20051109143830.html>`__ ] Acceptance Testing: FitNesse [`link `__ ] Regression Testing: TextTest [`link `__ ] Functional Testing: twill [`link `__ ]. A thorough analysis is at [`link `__ ]. Ajax Interaction Testing: Selenium [`link `__ ] and PAMIE [`link `__ ]. Literate Testing: doctest [`link `__ ] and epydoc [`link `__ ].