diff options
Diffstat (limited to 'python_client/tests/codegen')
8 files changed, 294 insertions, 14 deletions
diff --git a/python_client/tests/codegen/test_container_auto_batch.py b/python_client/tests/codegen/test_container_auto_batch.py new file mode 100644 index 00000000..e7579c97 --- /dev/null +++ b/python_client/tests/codegen/test_container_auto_batch.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.container_auto_batch import ContainerAutoBatch # noqa: E501 +from fatcat_client.rest import ApiException + + +class TestContainerAutoBatch(unittest.TestCase): + """ContainerAutoBatch unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testContainerAutoBatch(self): + """Test ContainerAutoBatch""" + # FIXME: construct object with mandatory attributes with example values + # model = fatcat_client.models.container_auto_batch.ContainerAutoBatch() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/python_client/tests/codegen/test_creator_auto_batch.py b/python_client/tests/codegen/test_creator_auto_batch.py new file mode 100644 index 00000000..9a5d2535 --- /dev/null +++ b/python_client/tests/codegen/test_creator_auto_batch.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.creator_auto_batch import CreatorAutoBatch # noqa: E501 +from fatcat_client.rest import ApiException + + +class TestCreatorAutoBatch(unittest.TestCase): + """CreatorAutoBatch unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testCreatorAutoBatch(self): + """Test CreatorAutoBatch""" + # FIXME: construct object with mandatory attributes with example values + # model = fatcat_client.models.creator_auto_batch.CreatorAutoBatch() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/python_client/tests/codegen/test_default_api.py b/python_client/tests/codegen/test_default_api.py index c27ee581..f5490261 100644 --- a/python_client/tests/codegen/test_default_api.py +++ b/python_client/tests/codegen/test_default_api.py @@ -53,8 +53,8 @@ class TestDefaultApi(unittest.TestCase): """ pass - def test_create_container_batch(self): - """Test case for create_container_batch + def test_create_container_auto_batch(self): + """Test case for create_container_auto_batch """ pass @@ -65,8 +65,8 @@ class TestDefaultApi(unittest.TestCase): """ pass - def test_create_creator_batch(self): - """Test case for create_creator_batch + def test_create_creator_auto_batch(self): + """Test case for create_creator_auto_batch """ pass @@ -89,8 +89,8 @@ class TestDefaultApi(unittest.TestCase): """ pass - def test_create_file_batch(self): - """Test case for create_file_batch + def test_create_file_auto_batch(self): + """Test case for create_file_auto_batch """ pass @@ -101,8 +101,8 @@ class TestDefaultApi(unittest.TestCase): """ pass - def test_create_fileset_batch(self): - """Test case for create_fileset_batch + def test_create_fileset_auto_batch(self): + """Test case for create_fileset_auto_batch """ pass @@ -113,8 +113,8 @@ class TestDefaultApi(unittest.TestCase): """ pass - def test_create_release_batch(self): - """Test case for create_release_batch + def test_create_release_auto_batch(self): + """Test case for create_release_auto_batch """ pass @@ -125,8 +125,8 @@ class TestDefaultApi(unittest.TestCase): """ pass - def test_create_webcapture_batch(self): - """Test case for create_webcapture_batch + def test_create_webcapture_auto_batch(self): + """Test case for create_webcapture_auto_batch """ pass @@ -137,8 +137,8 @@ class TestDefaultApi(unittest.TestCase): """ pass - def test_create_work_batch(self): - """Test case for create_work_batch + def test_create_work_auto_batch(self): + """Test case for create_work_auto_batch """ pass diff --git a/python_client/tests/codegen/test_file_auto_batch.py b/python_client/tests/codegen/test_file_auto_batch.py new file mode 100644 index 00000000..9c71c589 --- /dev/null +++ b/python_client/tests/codegen/test_file_auto_batch.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_auto_batch import FileAutoBatch # noqa: E501 +from fatcat_client.rest import ApiException + + +class TestFileAutoBatch(unittest.TestCase): + """FileAutoBatch unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testFileAutoBatch(self): + """Test FileAutoBatch""" + # FIXME: construct object with mandatory attributes with example values + # model = fatcat_client.models.file_auto_batch.FileAutoBatch() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/python_client/tests/codegen/test_fileset_auto_batch.py b/python_client/tests/codegen/test_fileset_auto_batch.py new file mode 100644 index 00000000..f84857c4 --- /dev/null +++ b/python_client/tests/codegen/test_fileset_auto_batch.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_auto_batch import FilesetAutoBatch # noqa: E501 +from fatcat_client.rest import ApiException + + +class TestFilesetAutoBatch(unittest.TestCase): + """FilesetAutoBatch unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testFilesetAutoBatch(self): + """Test FilesetAutoBatch""" + # FIXME: construct object with mandatory attributes with example values + # model = fatcat_client.models.fileset_auto_batch.FilesetAutoBatch() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/python_client/tests/codegen/test_release_auto_batch.py b/python_client/tests/codegen/test_release_auto_batch.py new file mode 100644 index 00000000..7c930b27 --- /dev/null +++ b/python_client/tests/codegen/test_release_auto_batch.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_auto_batch import ReleaseAutoBatch # noqa: E501 +from fatcat_client.rest import ApiException + + +class TestReleaseAutoBatch(unittest.TestCase): + """ReleaseAutoBatch unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testReleaseAutoBatch(self): + """Test ReleaseAutoBatch""" + # FIXME: construct object with mandatory attributes with example values + # model = fatcat_client.models.release_auto_batch.ReleaseAutoBatch() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/python_client/tests/codegen/test_webcapture_auto_batch.py b/python_client/tests/codegen/test_webcapture_auto_batch.py new file mode 100644 index 00000000..823fd2c1 --- /dev/null +++ b/python_client/tests/codegen/test_webcapture_auto_batch.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_auto_batch import WebcaptureAutoBatch # noqa: E501 +from fatcat_client.rest import ApiException + + +class TestWebcaptureAutoBatch(unittest.TestCase): + """WebcaptureAutoBatch unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testWebcaptureAutoBatch(self): + """Test WebcaptureAutoBatch""" + # FIXME: construct object with mandatory attributes with example values + # model = fatcat_client.models.webcapture_auto_batch.WebcaptureAutoBatch() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/python_client/tests/codegen/test_work_auto_batch.py b/python_client/tests/codegen/test_work_auto_batch.py new file mode 100644 index 00000000..0e38869c --- /dev/null +++ b/python_client/tests/codegen/test_work_auto_batch.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.work_auto_batch import WorkAutoBatch # noqa: E501 +from fatcat_client.rest import ApiException + + +class TestWorkAutoBatch(unittest.TestCase): + """WorkAutoBatch unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testWorkAutoBatch(self): + """Test WorkAutoBatch""" + # FIXME: construct object with mandatory attributes with example values + # model = fatcat_client.models.work_auto_batch.WorkAutoBatch() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() |