59
58
tracker = bugtracker.UniqueBugTracker()
60
59
tracker.base_url = 'http://bugs.com'
61
60
self.assertEqual('http://bugs.com/1234', tracker.get_bug_url('1234'))
63
63
def test_returns_tracker_if_tag_matches(self):
64
64
"""The get() classmethod should return an instance of the tracker if