From 829765848a57190a7bb7fd4ff985f49d61055e97 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 25 Jul 2018 14:41:02 -0700 Subject: update python codegen library --- .../tests/codegen_tests/test_file_entity_urls.py | 40 ++++++++++++++++++++++ .../codegen_tests/test_release_entity_abstracts.py | 40 ++++++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 python/tests/codegen_tests/test_file_entity_urls.py create mode 100644 python/tests/codegen_tests/test_release_entity_abstracts.py (limited to 'python/tests') diff --git a/python/tests/codegen_tests/test_file_entity_urls.py b/python/tests/codegen_tests/test_file_entity_urls.py new file mode 100644 index 00000000..9261f54c --- /dev/null +++ b/python/tests/codegen_tests/test_file_entity_urls.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.1.0 + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +from __future__ import absolute_import + +import unittest + +import fatcat_client +from fatcat_client.models.file_entity_urls import FileEntityUrls # noqa: E501 +from fatcat_client.rest import ApiException + + +class TestFileEntityUrls(unittest.TestCase): + """FileEntityUrls unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testFileEntityUrls(self): + """Test FileEntityUrls""" + # FIXME: construct object with mandatory attributes with example values + # model = fatcat_client.models.file_entity_urls.FileEntityUrls() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/python/tests/codegen_tests/test_release_entity_abstracts.py b/python/tests/codegen_tests/test_release_entity_abstracts.py new file mode 100644 index 00000000..c6c518c3 --- /dev/null +++ b/python/tests/codegen_tests/test_release_entity_abstracts.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.1.0 + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +from __future__ import absolute_import + +import unittest + +import fatcat_client +from fatcat_client.models.release_entity_abstracts import ReleaseEntityAbstracts # noqa: E501 +from fatcat_client.rest import ApiException + + +class TestReleaseEntityAbstracts(unittest.TestCase): + """ReleaseEntityAbstracts unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testReleaseEntityAbstracts(self): + """Test ReleaseEntityAbstracts""" + # FIXME: construct object with mandatory attributes with example values + # model = fatcat_client.models.release_entity_abstracts.ReleaseEntityAbstracts() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() -- cgit v1.2.3