Re: [Pyunit-interest] ANN: Pycotin 0.1, a Python Cocoa Test Interface for PyUnit
Brought to you by:
purcell
From: Phlip <ppl...@om...> - 2002-07-19 14:51:52
|
Dinu Gherman sez: > for those who care, I've just released "Pycotin", a native > Cocoa GUI to PyUnit testing on OS X. It's been just born, > but looks verys promising. Please find the code plus two > screenshots in my Starship Python cabin: > http://python.net/~gherman/#Pycotin I'm not a cocoa-nut, so I can't try it... ...but may I ask if it has these features? - triggers tests when you save your file - incremental test selection (all or a batch or one) - navigates your editor to a test method, source method, or error location I ask because my Pmw/Tkinter test browser has these features... http://c2.com/cgi/wiki?PyUnitTestBrowser ...and they represent a very tight coding cycle I call OneButtonTesting. If Pycotin does not yet have these features, please feel free to raid PyUnitTestBrowser for sample code. It triggers tests from any editor (under the wild assumption that all of them can save files), and it can navigate Idle, Kate, or Vim. -- Phlip http://www.greencheese.org/PeaceAndCalm "We may eventually come to realize that chastity is no more a virtue than malnutrition." -- Alexander Comfort |