~lifeless/tribunal/trivial

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
- Display tests run in a tree
  - Make the Tree object always alpha sorted
  - Display the test status in the tree
  - keep the bottom test displayed -- how to do this?

- Use subunit (lifeless)
  - Extend subunit to support skip, todo and todone

- Code smell in test_resultOutput --> refactor to a runner?
- Code smell in reporter stream interface

- multiple windows?
- run in a twisted reactor?

- see error details during a test run?

- GUI element for aborting test run

UNTESTED:
- Keybinding (Ctrl-Q) for quitting
- Keybinding (F5) for running tests