~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_annotate.py

'bzr selftest' now shows a progress bar with the number of tests, and 
progress made. 'make check' shows tests in -v mode, to be more useful
for the PQM status window. (Robert Collins).

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
import os
29
29
import shutil
30
30
import sys
 
31
import os
31
32
 
32
33
from bzrlib.branch import Branch
33
34
from bzrlib.errors import BzrCommandError