~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Andrew Bennetts
  • Date: 2011-05-18 16:42:48 UTC
  • mto: This revision was merged to the branch mainline in revision 5895.
  • Revision ID: andrew.bennetts@canonical.com-20110518164248-o84lxxjpbn1ib6zv
Fix a bunch of docstring formatting nits, making pydoctor a bit happier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1316
1316
                length, len(obj_with_len), obj_with_len))
1317
1317
 
1318
1318
    def assertLogsError(self, exception_class, func, *args, **kwargs):
1319
 
        """Assert that func(*args, **kwargs) quietly logs a specific exception.
 
1319
        """Assert that `func(*args, **kwargs)` quietly logs a specific error.
1320
1320
        """
1321
1321
        captured = []
1322
1322
        orig_log_exception_quietly = trace.log_exception_quietly