diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-14 13:42:48 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-14 13:42:48 -0700 |
commit | 3ee54189b665d37933b6108fb85b28bb823dac4a (patch) | |
tree | 354f40d0d3258ea30c811cfb200ccb231c013107 /python_client/tests/codegen | |
parent | 1337f7ae5c27983c732dd86bf1f11c04918eee62 (diff) | |
download | fatcat-3ee54189b665d37933b6108fb85b28bb823dac4a.tar.gz fatcat-3ee54189b665d37933b6108fb85b28bb823dac4a.zip |
python codegen
Diffstat (limited to 'python_client/tests/codegen')
-rw-r--r-- | python_client/tests/codegen/test_file_url.py | 40 | ||||
-rw-r--r-- | python_client/tests/codegen/test_fileset_file.py | 40 | ||||
-rw-r--r-- | python_client/tests/codegen/test_fileset_url.py | 40 | ||||
-rw-r--r-- | python_client/tests/codegen/test_release_abstract.py | 40 | ||||
-rw-r--r-- | python_client/tests/codegen/test_release_ext_ids.py | 40 | ||||
-rw-r--r-- | python_client/tests/codegen/test_webcapture_cdx_line.py | 40 | ||||
-rw-r--r-- | python_client/tests/codegen/test_webcapture_url.py | 40 |
7 files changed, 280 insertions, 0 deletions
diff --git a/python_client/tests/codegen/test_file_url.py b/python_client/tests/codegen/test_file_url.py new file mode 100644 index 00000000..59cb6aad --- /dev/null +++ b/python_client/tests/codegen/test_file_url.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.2.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_url import FileUrl # noqa: E501 +from fatcat_client.rest import ApiException + + +class TestFileUrl(unittest.TestCase): + """FileUrl unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testFileUrl(self): + """Test FileUrl""" + # FIXME: construct object with mandatory attributes with example values + # model = fatcat_client.models.file_url.FileUrl() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/python_client/tests/codegen/test_fileset_file.py b/python_client/tests/codegen/test_fileset_file.py new file mode 100644 index 00000000..73442213 --- /dev/null +++ b/python_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.2.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.fileset_file import FilesetFile # noqa: E501 +from fatcat_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_client.models.fileset_file.FilesetFile() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/python_client/tests/codegen/test_fileset_url.py b/python_client/tests/codegen/test_fileset_url.py new file mode 100644 index 00000000..1ae67c1c --- /dev/null +++ b/python_client/tests/codegen/test_fileset_url.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.2.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.fileset_url import FilesetUrl # noqa: E501 +from fatcat_client.rest import ApiException + + +class TestFilesetUrl(unittest.TestCase): + """FilesetUrl unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testFilesetUrl(self): + """Test FilesetUrl""" + # FIXME: construct object with mandatory attributes with example values + # model = fatcat_client.models.fileset_url.FilesetUrl() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/python_client/tests/codegen/test_release_abstract.py b/python_client/tests/codegen/test_release_abstract.py new file mode 100644 index 00000000..2964202a --- /dev/null +++ b/python_client/tests/codegen/test_release_abstract.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.2.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_abstract import ReleaseAbstract # noqa: E501 +from fatcat_client.rest import ApiException + + +class TestReleaseAbstract(unittest.TestCase): + """ReleaseAbstract unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testReleaseAbstract(self): + """Test ReleaseAbstract""" + # FIXME: construct object with mandatory attributes with example values + # model = fatcat_client.models.release_abstract.ReleaseAbstract() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/python_client/tests/codegen/test_release_ext_ids.py b/python_client/tests/codegen/test_release_ext_ids.py new file mode 100644 index 00000000..1f90d905 --- /dev/null +++ b/python_client/tests/codegen/test_release_ext_ids.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.2.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_ext_ids import ReleaseExtIds # noqa: E501 +from fatcat_client.rest import ApiException + + +class TestReleaseExtIds(unittest.TestCase): + """ReleaseExtIds unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testReleaseExtIds(self): + """Test ReleaseExtIds""" + # FIXME: construct object with mandatory attributes with example values + # model = fatcat_client.models.release_ext_ids.ReleaseExtIds() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/python_client/tests/codegen/test_webcapture_cdx_line.py b/python_client/tests/codegen/test_webcapture_cdx_line.py new file mode 100644 index 00000000..51f0a99c --- /dev/null +++ b/python_client/tests/codegen/test_webcapture_cdx_line.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.2.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.webcapture_cdx_line import WebcaptureCdxLine # noqa: E501 +from fatcat_client.rest import ApiException + + +class TestWebcaptureCdxLine(unittest.TestCase): + """WebcaptureCdxLine unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testWebcaptureCdxLine(self): + """Test WebcaptureCdxLine""" + # FIXME: construct object with mandatory attributes with example values + # model = fatcat_client.models.webcapture_cdx_line.WebcaptureCdxLine() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/python_client/tests/codegen/test_webcapture_url.py b/python_client/tests/codegen/test_webcapture_url.py new file mode 100644 index 00000000..b866ee54 --- /dev/null +++ b/python_client/tests/codegen/test_webcapture_url.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.2.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.webcapture_url import WebcaptureUrl # noqa: E501 +from fatcat_client.rest import ApiException + + +class TestWebcaptureUrl(unittest.TestCase): + """WebcaptureUrl unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testWebcaptureUrl(self): + """Test WebcaptureUrl""" + # FIXME: construct object with mandatory attributes with example values + # model = fatcat_client.models.webcapture_url.WebcaptureUrl() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() |