l.b.s.t.t.TestBugWatch : class documentation

Part of lp.bugs.scripts.tests.test_bugimport View In Hierarchy

A mock bug watch object for testing ExternalBugTracker.updateWatches.

This bug watch is guaranteed to trigger a DB failure when updateStatus is called if its failing attribute is True.

Method __init__ Initialize the object.
Method updateStatus See IBugWatch.
Method updateImportance Do nothing, just to provide the interface.
Method addActivity Do nothing, just to provide the interface.
def __init__(self, id, bug, failing):
Initialize the object.
def updateStatus(self, new_remote_status, new_malone_status):
See IBugWatch.
def updateImportance(self, new_remote_importance, new_malone_importance):
Do nothing, just to provide the interface.
def addActivity(self, result=None, message=None, oops_id=None):
Do nothing, just to provide the interface.
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.