~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-05-08 15:07:14 UTC
  • mfrom: (4343.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090508150714-jzf02vqlrcang974
(vila) Some cleanup in log tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
1637
1637
            stdin=stdin,
1638
1638
            working_dir=working_dir,
1639
1639
            )
 
1640
        self.assertIsInstance(error_regexes, (list, tuple))
1640
1641
        for regex in error_regexes:
1641
1642
            self.assertContainsRe(err, regex)
1642
1643
        return out, err