~testdoc-dev/testdoc/trunk.git

« back to all changes in this revision

Viewing changes to bin/testdoc

  • Committer: Andrew Bennetts
  • Date: 2010-09-06 12:34:54 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: git-v1:41feac1f263796dd5d1b31634d3b2400213d3687
Add compact, coloured, indented format for interactive use.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
formats = {
43
43
    'moin': formatter.WikiFormatter,
44
44
    'rest': formatter.ReSTFormatter,
 
45
    'trial': formatter.TrialLikeTreeFormatter,
45
46
    }
46
47
 
47
48