github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/python-legacy/test/test_commit_creation.py (about)

     1  """
     2      lakeFS API
     3  
     4      lakeFS HTTP API  # noqa: E501
     5  
     6      The version of the OpenAPI document: 1.0.0
     7      Contact: services@treeverse.io
     8      Generated by: https://openapi-generator.tech
     9  """
    10  
    11  
    12  import sys
    13  import unittest
    14  
    15  import lakefs_client
    16  from lakefs_client.model.commit_creation import CommitCreation
    17  
    18  
    19  class TestCommitCreation(unittest.TestCase):
    20      """CommitCreation unit test stubs"""
    21  
    22      def setUp(self):
    23          pass
    24  
    25      def tearDown(self):
    26          pass
    27  
    28      def testCommitCreation(self):
    29          """Test CommitCreation"""
    30          # FIXME: construct object with mandatory attributes with example values
    31          # model = CommitCreation()  # noqa: E501
    32          pass
    33  
    34  
    35  if __name__ == '__main__':
    36      unittest.main()