A simpler test framework?
Andrew Bennetts
andrew.bennetts at canonical.com
Wed Jul 15 01:58:03 BST 2009
Richard Wilbur wrote:
[...]
> Short of some nice documentation on the unit test API, my guess is that
> the easiest way to learn the unit test API for more involved problems is
> still to read other tests that use mechanisms you need.
>
> I haven't checked the wiki recently. Has someone already written this?
> I expect a short introductory tutorial along with full unit test API
> documentation would suffice.
What we have so far is this:
http://doc.bazaar-vcs.org/latest/developers/testing.html
There's also a full (automatically generated) API reference for bzrlib at:
http://starship.python.net/crew/mwh/bzrlibapi/
(Both are linked from http://doc.bazaar-vcs.org/latest/developers/index.html)
You can find the source to testing.html in bzr's source at
doc/developers/testing.txt. Patches welcome!
-Andrew.
More information about the bazaar
mailing list