From 070069cb6eb71b92a9c4e46f3d4cfabb67f4eb3f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 5 Sep 2019 18:44:40 -0700 Subject: rename python client to 'fatcat-openapi-client' --- .../tests/codegen/test_fileset_file.py | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 python_openapi_client/tests/codegen/test_fileset_file.py (limited to 'python_openapi_client/tests/codegen/test_fileset_file.py') diff --git a/python_openapi_client/tests/codegen/test_fileset_file.py b/python_openapi_client/tests/codegen/test_fileset_file.py new file mode 100644 index 00000000..99cc6172 --- /dev/null +++ b/python_openapi_client/tests/codegen/test_fileset_file.py @@ -0,0 +1,40 @@ +# coding: utf-8 + +""" + fatcat + + A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501 + + OpenAPI spec version: 0.3.0 + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +from __future__ import absolute_import + +import unittest + +import fatcat_openapi_client +from fatcat_openapi_client.models.fileset_file import FilesetFile # noqa: E501 +from fatcat_openapi_client.rest import ApiException + + +class TestFilesetFile(unittest.TestCase): + """FilesetFile unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testFilesetFile(self): + """Test FilesetFile""" + # FIXME: construct object with mandatory attributes with example values + # model = fatcat_openapi_client.models.fileset_file.FilesetFile() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() -- cgit v1.2.3