329
329
We make selective use of doctests__. In general they should provide
330
330
*examples* within the API documentation which can incidentally be tested. We
331
331
don't try to test every important case using doctests |--| regular Python
335
338
Most of these are in ``bzrlib/doc/api``. More additions are welcome.