示例#1
0
 def test_display_status(self):
     headphones = HeadphonesFactory(status=Device.CHECKED_IN)
     assert_equal(headphones.get_verbose_status(), 'Checked in')
示例#2
0
 def test_display_status(self):
     headphones = HeadphonesFactory(status=Device.CHECKED_IN)
     assert_equal(headphones.get_verbose_status(),
                 'Checked in')