def test_read_customer4(self):
     """Test read customer_id"""
     string = "10\n"
     result = Netflix.netflix_read(string)
     self.assertNotEqual(result, 0)
 def test_read_movie3(self):
     """Test read movie_id"""
     string = "00"
     result = Netflix.netflix_read(string)
     self.assertNotEqual(result, 0)