container-registry / harbor-api-client

Use of FIXME/XXX/TODO encountered PYL-W0511
Documentation
Minor
a year agoa year old
FIXME: construct object with mandatory attributes with example values
31
32    def testWorkerPool(self):
33        """Test WorkerPool"""
34        # FIXME: construct object with mandatory attributes with example values35        # model = harbor_client.models.worker_pool.WorkerPool()  # noqa: E501
36        pass
37
FIXME: construct object with mandatory attributes with example values
31
32    def testWorker(self):
33        """Test Worker"""
34        # FIXME: construct object with mandatory attributes with example values35        # model = harbor_client.models.worker.Worker()  # noqa: E501
36        pass
37
FIXME: construct object with mandatory attributes with example values
31
32    def testUserSysAdminFlag(self):
33        """Test UserSysAdminFlag"""
34        # FIXME: construct object with mandatory attributes with example values35        # model = harbor_client.models.user_sys_admin_flag.UserSysAdminFlag()  # noqa: E501
36        pass
37
FIXME: construct object with mandatory attributes with example values
31
32    def testUserSearchRespItem(self):
33        """Test UserSearchRespItem"""
34        # FIXME: construct object with mandatory attributes with example values35        # model = harbor_client.models.user_search_resp_item.UserSearchRespItem()  # noqa: E501
36        pass
37
FIXME: construct object with mandatory attributes with example values
31
32    def testUserResp(self):
33        """Test UserResp"""
34        # FIXME: construct object with mandatory attributes with example values35        # model = harbor_client.models.user_resp.UserResp()  # noqa: E501
36        pass
37