def test_inches_to_string_static(self):
     self.assertEqual("10' 6.00\"", Entry._inches_to_string(126.00))
     self.assertEqual("10' 0.00\"", Entry._inches_to_string(120.00))
     self.assertEqual("9.25\"", Entry._inches_to_string(9.25))
     self.assertEqual("8.00\"", Entry._inches_to_string(8))