~spiv/tribunal/icon-path-quick-fix

« back to all changes in this revision

Viewing changes to README

  • Committer: Martin Pool
  • Date: 2010-02-12 21:49:03 UTC
  • mfrom: (103.2.81 view-subunit)
  • Revision ID: mbp@sourcefrog.net-20100212214903-ak6mocyzqq29fu7i
Merge tribunal-subunit stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
Author: Jonathan M. Lange <jml@mumak.net>
9
9
Copyright (c) 2008 Jonathan M. Lange
 
10
Copyright (c) 2010 Martin Pool 
10
11
 
11
12
License: LGPL
12
13
 
17
18
- testtools (http://launchpad.net/testtools)
18
19
- Twisted 8.0+
19
20
- GTK+ 2
 
21
 
 
22
 
 
23
tribunal-subunit
 
24
================
 
25
 
 
26
This branch of Tribunal provides a viewer for the standard Subunit test
 
27
output protocol <https://launchpad.net/subunit>.  Subunit's Python
 
28
libraries are required to run tribunal-subunit.
 
29
 
 
30
Examples of usage::
 
31
 
 
32
   $ tribunal-subunit subunit.out
 
33
   $ bzr selftest --subunit | tribunal-subunit 
 
34
 
 
35
It can optionally integrate with the ``testrepository`` library for
 
36
storing and inspecting a history of test results.