~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/__init__.py

- store revprops in testaments

Show diffs side-by-side

added added

removed removed

Lines of Context:
439
439
        logging.info('an info message')
440
440
        warning('something looks dodgy...')
441
441
        logging.debug('hello, test is running')
442
 
        assert 0
 
442
        ## assert 0
443
443
 
444
444
 
445
445
def filter_suite_by_re(suite, pattern):