def test_clean_office_rep(self):
     self.assertEquals(clean_office('U.S. Rep - 1'),
                       ('U.S. House of Representatives', 1))
 def test_clean_office_rep(self):
     self.assertEquals(clean_office('U.S. Rep - 1'), ('U.S. House of Representatives', 1))
 def test_clean_office_other(self):
     self.assertEquals(clean_office('U.S. Senate'), ('U.S. Senate', ''))
 def test_clean_office_other(self):
     self.assertEquals(clean_office('U.S. Senate'), ('U.S. Senate', ''))