Mike Driscoll wrote:
Hi,
As I create increasingly more complex wxPython applications, I've
discovered that small changes can cause others parts of my program to
break. Does anyone have any regression test creation experiences they can
share. And yes, I know I should have tried to do the whole Test-driven
development thing, but when I am experimenting with 2-5 different methods
to do something, I don't really know of a good way to test all of them.Sorry for the OT post. By the way, in late December there was a post about
doing regression tests for wxPython itself. Where does one go to see what
tests need to be still written?
The unit tests themselves are in SVN at http://svn.wxwidgets.org/viewvc/wx/wxPython/branches/WX_2_8_BRANCH/tests/
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!