harbor/tests/apitests/python/library/artifact.py

10 lines
254 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
import base
import v2_swagger_client
from v2_swagger_client.rest import ApiException
class Artifact(base.Base):
def create_artifact(self, expect_status_code = 201, expect_response_body = None, **kwargs):
return None