def test_empty_ul_method_returns_true(self):
     ul = UnorderedList()
     self.assertEqual(ul.is_empty(), True)