Part of lp.bugs.tests.externalbugtracker View In Hierarchy
Method | initializeRemoteBugDB | Raise the error specified in initialize_remote_bugdb_error. |
Method | getRemoteStatus | Raise the error specified in get_remote_status_error. |
Inherited from TestExternalBugTracker:
Method | __init__ | Undocumented |
Method | getRemoteBug | Return the tuple (None, None) as a representation of a remote bug. |
Method | convertRemoteStatus | Always return UNKNOWN_REMOTE_STATUS. |
Method | getRemoteImportance | Stub implementation. |
Method | convertRemoteImportance | Stub implementation. |
If initialize_remote_bugdb_error is None, None will be returned.
See ExternalBugTracker
.