aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/tests/codegen_tests/__init__.py0
-rw-r--r--python/tests/codegen_tests/test_auth_oidc.py40
-rw-r--r--python/tests/codegen_tests/test_auth_oidc_result.py40
-rw-r--r--python/tests/codegen_tests/test_changelog_entry.py40
-rw-r--r--python/tests/codegen_tests/test_container_entity.py40
-rw-r--r--python/tests/codegen_tests/test_creator_entity.py40
-rw-r--r--python/tests/codegen_tests/test_default_api.py568
-rw-r--r--python/tests/codegen_tests/test_editgroup.py40
-rw-r--r--python/tests/codegen_tests/test_editgroup_edits.py40
-rw-r--r--python/tests/codegen_tests/test_editor.py40
-rw-r--r--python/tests/codegen_tests/test_entity_edit.py40
-rw-r--r--python/tests/codegen_tests/test_entity_history_entry.py40
-rw-r--r--python/tests/codegen_tests/test_error_response.py40
-rw-r--r--python/tests/codegen_tests/test_file_entity.py40
-rw-r--r--python/tests/codegen_tests/test_file_entity_urls.py40
-rw-r--r--python/tests/codegen_tests/test_fileset_entity.py40
-rw-r--r--python/tests/codegen_tests/test_fileset_entity_manifest.py40
-rw-r--r--python/tests/codegen_tests/test_release_contrib.py40
-rw-r--r--python/tests/codegen_tests/test_release_entity.py40
-rw-r--r--python/tests/codegen_tests/test_release_entity_abstracts.py40
-rw-r--r--python/tests/codegen_tests/test_release_ref.py40
-rw-r--r--python/tests/codegen_tests/test_success.py40
-rw-r--r--python/tests/codegen_tests/test_webcapture_entity.py40
-rw-r--r--python/tests/codegen_tests/test_webcapture_entity_archive_urls.py40
-rw-r--r--python/tests/codegen_tests/test_webcapture_entity_cdx.py40
-rw-r--r--python/tests/codegen_tests/test_work_entity.py40
26 files changed, 0 insertions, 1528 deletions
diff --git a/python/tests/codegen_tests/__init__.py b/python/tests/codegen_tests/__init__.py
deleted file mode 100644
index e69de29b..00000000
--- a/python/tests/codegen_tests/__init__.py
+++ /dev/null
diff --git a/python/tests/codegen_tests/test_auth_oidc.py b/python/tests/codegen_tests/test_auth_oidc.py
deleted file mode 100644
index f799da55..00000000
--- a/python/tests/codegen_tests/test_auth_oidc.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.auth_oidc import AuthOidc # noqa: E501
-from fatcat_client.rest import ApiException
-
-
-class TestAuthOidc(unittest.TestCase):
- """AuthOidc unit test stubs"""
-
- def setUp(self):
- pass
-
- def tearDown(self):
- pass
-
- def testAuthOidc(self):
- """Test AuthOidc"""
- # FIXME: construct object with mandatory attributes with example values
- # model = fatcat_client.models.auth_oidc.AuthOidc() # noqa: E501
- pass
-
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/python/tests/codegen_tests/test_auth_oidc_result.py b/python/tests/codegen_tests/test_auth_oidc_result.py
deleted file mode 100644
index d99ef446..00000000
--- a/python/tests/codegen_tests/test_auth_oidc_result.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.auth_oidc_result import AuthOidcResult # noqa: E501
-from fatcat_client.rest import ApiException
-
-
-class TestAuthOidcResult(unittest.TestCase):
- """AuthOidcResult unit test stubs"""
-
- def setUp(self):
- pass
-
- def tearDown(self):
- pass
-
- def testAuthOidcResult(self):
- """Test AuthOidcResult"""
- # FIXME: construct object with mandatory attributes with example values
- # model = fatcat_client.models.auth_oidc_result.AuthOidcResult() # noqa: E501
- pass
-
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/python/tests/codegen_tests/test_changelog_entry.py b/python/tests/codegen_tests/test_changelog_entry.py
deleted file mode 100644
index a8401891..00000000
--- a/python/tests/codegen_tests/test_changelog_entry.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.changelog_entry import ChangelogEntry # noqa: E501
-from fatcat_client.rest import ApiException
-
-
-class TestChangelogEntry(unittest.TestCase):
- """ChangelogEntry unit test stubs"""
-
- def setUp(self):
- pass
-
- def tearDown(self):
- pass
-
- def testChangelogEntry(self):
- """Test ChangelogEntry"""
- # FIXME: construct object with mandatory attributes with example values
- # model = fatcat_client.models.changelog_entry.ChangelogEntry() # noqa: E501
- pass
-
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/python/tests/codegen_tests/test_container_entity.py b/python/tests/codegen_tests/test_container_entity.py
deleted file mode 100644
index 0bafb7dd..00000000
--- a/python/tests/codegen_tests/test_container_entity.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.container_entity import ContainerEntity # noqa: E501
-from fatcat_client.rest import ApiException
-
-
-class TestContainerEntity(unittest.TestCase):
- """ContainerEntity unit test stubs"""
-
- def setUp(self):
- pass
-
- def tearDown(self):
- pass
-
- def testContainerEntity(self):
- """Test ContainerEntity"""
- # FIXME: construct object with mandatory attributes with example values
- # model = fatcat_client.models.container_entity.ContainerEntity() # noqa: E501
- pass
-
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/python/tests/codegen_tests/test_creator_entity.py b/python/tests/codegen_tests/test_creator_entity.py
deleted file mode 100644
index b235b640..00000000
--- a/python/tests/codegen_tests/test_creator_entity.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.creator_entity import CreatorEntity # noqa: E501
-from fatcat_client.rest import ApiException
-
-
-class TestCreatorEntity(unittest.TestCase):
- """CreatorEntity unit test stubs"""
-
- def setUp(self):
- pass
-
- def tearDown(self):
- pass
-
- def testCreatorEntity(self):
- """Test CreatorEntity"""
- # FIXME: construct object with mandatory attributes with example values
- # model = fatcat_client.models.creator_entity.CreatorEntity() # noqa: E501
- pass
-
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/python/tests/codegen_tests/test_default_api.py b/python/tests/codegen_tests/test_default_api.py
deleted file mode 100644
index 9a632824..00000000
--- a/python/tests/codegen_tests/test_default_api.py
+++ /dev/null
@@ -1,568 +0,0 @@
-# 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.api.default_api import DefaultApi # noqa: E501
-from fatcat_client.rest import ApiException
-
-
-class TestDefaultApi(unittest.TestCase):
- """DefaultApi unit test stubs"""
-
- def setUp(self):
- self.api = fatcat_client.api.default_api.DefaultApi() # noqa: E501
-
- def tearDown(self):
- pass
-
- def test_accept_editgroup(self):
- """Test case for accept_editgroup
-
- """
- pass
-
- def test_auth_check(self):
- """Test case for auth_check
-
- """
- pass
-
- def test_auth_oidc(self):
- """Test case for auth_oidc
-
- """
- pass
-
- def test_create_container(self):
- """Test case for create_container
-
- """
- pass
-
- def test_create_container_batch(self):
- """Test case for create_container_batch
-
- """
- pass
-
- def test_create_creator(self):
- """Test case for create_creator
-
- """
- pass
-
- def test_create_creator_batch(self):
- """Test case for create_creator_batch
-
- """
- pass
-
- def test_create_editgroup(self):
- """Test case for create_editgroup
-
- """
- pass
-
- def test_create_file(self):
- """Test case for create_file
-
- """
- pass
-
- def test_create_file_batch(self):
- """Test case for create_file_batch
-
- """
- pass
-
- def test_create_fileset(self):
- """Test case for create_fileset
-
- """
- pass
-
- def test_create_fileset_batch(self):
- """Test case for create_fileset_batch
-
- """
- pass
-
- def test_create_release(self):
- """Test case for create_release
-
- """
- pass
-
- def test_create_release_batch(self):
- """Test case for create_release_batch
-
- """
- pass
-
- def test_create_webcapture(self):
- """Test case for create_webcapture
-
- """
- pass
-
- def test_create_webcapture_batch(self):
- """Test case for create_webcapture_batch
-
- """
- pass
-
- def test_create_work(self):
- """Test case for create_work
-
- """
- pass
-
- def test_create_work_batch(self):
- """Test case for create_work_batch
-
- """
- pass
-
- def test_delete_container(self):
- """Test case for delete_container
-
- """
- pass
-
- def test_delete_container_edit(self):
- """Test case for delete_container_edit
-
- """
- pass
-
- def test_delete_creator(self):
- """Test case for delete_creator
-
- """
- pass
-
- def test_delete_creator_edit(self):
- """Test case for delete_creator_edit
-
- """
- pass
-
- def test_delete_file(self):
- """Test case for delete_file
-
- """
- pass
-
- def test_delete_file_edit(self):
- """Test case for delete_file_edit
-
- """
- pass
-
- def test_delete_fileset(self):
- """Test case for delete_fileset
-
- """
- pass
-
- def test_delete_fileset_edit(self):
- """Test case for delete_fileset_edit
-
- """
- pass
-
- def test_delete_release(self):
- """Test case for delete_release
-
- """
- pass
-
- def test_delete_release_edit(self):
- """Test case for delete_release_edit
-
- """
- pass
-
- def test_delete_webcapture(self):
- """Test case for delete_webcapture
-
- """
- pass
-
- def test_delete_webcapture_edit(self):
- """Test case for delete_webcapture_edit
-
- """
- pass
-
- def test_delete_work(self):
- """Test case for delete_work
-
- """
- pass
-
- def test_delete_work_edit(self):
- """Test case for delete_work_edit
-
- """
- pass
-
- def test_get_changelog(self):
- """Test case for get_changelog
-
- """
- pass
-
- def test_get_changelog_entry(self):
- """Test case for get_changelog_entry
-
- """
- pass
-
- def test_get_container(self):
- """Test case for get_container
-
- """
- pass
-
- def test_get_container_edit(self):
- """Test case for get_container_edit
-
- """
- pass
-
- def test_get_container_history(self):
- """Test case for get_container_history
-
- """
- pass
-
- def test_get_container_redirects(self):
- """Test case for get_container_redirects
-
- """
- pass
-
- def test_get_container_revision(self):
- """Test case for get_container_revision
-
- """
- pass
-
- def test_get_creator(self):
- """Test case for get_creator
-
- """
- pass
-
- def test_get_creator_edit(self):
- """Test case for get_creator_edit
-
- """
- pass
-
- def test_get_creator_history(self):
- """Test case for get_creator_history
-
- """
- pass
-
- def test_get_creator_redirects(self):
- """Test case for get_creator_redirects
-
- """
- pass
-
- def test_get_creator_releases(self):
- """Test case for get_creator_releases
-
- """
- pass
-
- def test_get_creator_revision(self):
- """Test case for get_creator_revision
-
- """
- pass
-
- def test_get_editgroup(self):
- """Test case for get_editgroup
-
- """
- pass
-
- def test_get_editor(self):
- """Test case for get_editor
-
- """
- pass
-
- def test_get_editor_changelog(self):
- """Test case for get_editor_changelog
-
- """
- pass
-
- def test_get_file(self):
- """Test case for get_file
-
- """
- pass
-
- def test_get_file_edit(self):
- """Test case for get_file_edit
-
- """
- pass
-
- def test_get_file_history(self):
- """Test case for get_file_history
-
- """
- pass
-
- def test_get_file_redirects(self):
- """Test case for get_file_redirects
-
- """
- pass
-
- def test_get_file_revision(self):
- """Test case for get_file_revision
-
- """
- pass
-
- def test_get_fileset(self):
- """Test case for get_fileset
-
- """
- pass
-
- def test_get_fileset_edit(self):
- """Test case for get_fileset_edit
-
- """
- pass
-
- def test_get_fileset_history(self):
- """Test case for get_fileset_history
-
- """
- pass
-
- def test_get_fileset_redirects(self):
- """Test case for get_fileset_redirects
-
- """
- pass
-
- def test_get_fileset_revision(self):
- """Test case for get_fileset_revision
-
- """
- pass
-
- def test_get_release(self):
- """Test case for get_release
-
- """
- pass
-
- def test_get_release_edit(self):
- """Test case for get_release_edit
-
- """
- pass
-
- def test_get_release_files(self):
- """Test case for get_release_files
-
- """
- pass
-
- def test_get_release_filesets(self):
- """Test case for get_release_filesets
-
- """
- pass
-
- def test_get_release_history(self):
- """Test case for get_release_history
-
- """
- pass
-
- def test_get_release_redirects(self):
- """Test case for get_release_redirects
-
- """
- pass
-
- def test_get_release_revision(self):
- """Test case for get_release_revision
-
- """
- pass
-
- def test_get_release_webcaptures(self):
- """Test case for get_release_webcaptures
-
- """
- pass
-
- def test_get_webcapture(self):
- """Test case for get_webcapture
-
- """
- pass
-
- def test_get_webcapture_edit(self):
- """Test case for get_webcapture_edit
-
- """
- pass
-
- def test_get_webcapture_history(self):
- """Test case for get_webcapture_history
-
- """
- pass
-
- def test_get_webcapture_redirects(self):
- """Test case for get_webcapture_redirects
-
- """
- pass
-
- def test_get_webcapture_revision(self):
- """Test case for get_webcapture_revision
-
- """
- pass
-
- def test_get_work(self):
- """Test case for get_work
-
- """
- pass
-
- def test_get_work_edit(self):
- """Test case for get_work_edit
-
- """
- pass
-
- def test_get_work_history(self):
- """Test case for get_work_history
-
- """
- pass
-
- def test_get_work_redirects(self):
- """Test case for get_work_redirects
-
- """
- pass
-
- def test_get_work_releases(self):
- """Test case for get_work_releases
-
- """
- pass
-
- def test_get_work_revision(self):
- """Test case for get_work_revision
-
- """
- pass
-
- def test_lookup_container(self):
- """Test case for lookup_container
-
- """
- pass
-
- def test_lookup_creator(self):
- """Test case for lookup_creator
-
- """
- pass
-
- def test_lookup_file(self):
- """Test case for lookup_file
-
- """
- pass
-
- def test_lookup_release(self):
- """Test case for lookup_release
-
- """
- pass
-
- def test_update_container(self):
- """Test case for update_container
-
- """
- pass
-
- def test_update_creator(self):
- """Test case for update_creator
-
- """
- pass
-
- def test_update_editor(self):
- """Test case for update_editor
-
- """
- pass
-
- def test_update_file(self):
- """Test case for update_file
-
- """
- pass
-
- def test_update_fileset(self):
- """Test case for update_fileset
-
- """
- pass
-
- def test_update_release(self):
- """Test case for update_release
-
- """
- pass
-
- def test_update_webcapture(self):
- """Test case for update_webcapture
-
- """
- pass
-
- def test_update_work(self):
- """Test case for update_work
-
- """
- pass
-
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/python/tests/codegen_tests/test_editgroup.py b/python/tests/codegen_tests/test_editgroup.py
deleted file mode 100644
index e770fd54..00000000
--- a/python/tests/codegen_tests/test_editgroup.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.editgroup import Editgroup # noqa: E501
-from fatcat_client.rest import ApiException
-
-
-class TestEditgroup(unittest.TestCase):
- """Editgroup unit test stubs"""
-
- def setUp(self):
- pass
-
- def tearDown(self):
- pass
-
- def testEditgroup(self):
- """Test Editgroup"""
- # FIXME: construct object with mandatory attributes with example values
- # model = fatcat_client.models.editgroup.Editgroup() # noqa: E501
- pass
-
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/python/tests/codegen_tests/test_editgroup_edits.py b/python/tests/codegen_tests/test_editgroup_edits.py
deleted file mode 100644
index 38c3c814..00000000
--- a/python/tests/codegen_tests/test_editgroup_edits.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.editgroup_edits import EditgroupEdits # noqa: E501
-from fatcat_client.rest import ApiException
-
-
-class TestEditgroupEdits(unittest.TestCase):
- """EditgroupEdits unit test stubs"""
-
- def setUp(self):
- pass
-
- def tearDown(self):
- pass
-
- def testEditgroupEdits(self):
- """Test EditgroupEdits"""
- # FIXME: construct object with mandatory attributes with example values
- # model = fatcat_client.models.editgroup_edits.EditgroupEdits() # noqa: E501
- pass
-
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/python/tests/codegen_tests/test_editor.py b/python/tests/codegen_tests/test_editor.py
deleted file mode 100644
index 00ca625e..00000000
--- a/python/tests/codegen_tests/test_editor.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.editor import Editor # noqa: E501
-from fatcat_client.rest import ApiException
-
-
-class TestEditor(unittest.TestCase):
- """Editor unit test stubs"""
-
- def setUp(self):
- pass
-
- def tearDown(self):
- pass
-
- def testEditor(self):
- """Test Editor"""
- # FIXME: construct object with mandatory attributes with example values
- # model = fatcat_client.models.editor.Editor() # noqa: E501
- pass
-
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/python/tests/codegen_tests/test_entity_edit.py b/python/tests/codegen_tests/test_entity_edit.py
deleted file mode 100644
index 2f0f7ac3..00000000
--- a/python/tests/codegen_tests/test_entity_edit.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.entity_edit import EntityEdit # noqa: E501
-from fatcat_client.rest import ApiException
-
-
-class TestEntityEdit(unittest.TestCase):
- """EntityEdit unit test stubs"""
-
- def setUp(self):
- pass
-
- def tearDown(self):
- pass
-
- def testEntityEdit(self):
- """Test EntityEdit"""
- # FIXME: construct object with mandatory attributes with example values
- # model = fatcat_client.models.entity_edit.EntityEdit() # noqa: E501
- pass
-
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/python/tests/codegen_tests/test_entity_history_entry.py b/python/tests/codegen_tests/test_entity_history_entry.py
deleted file mode 100644
index 4c27c80f..00000000
--- a/python/tests/codegen_tests/test_entity_history_entry.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.entity_history_entry import EntityHistoryEntry # noqa: E501
-from fatcat_client.rest import ApiException
-
-
-class TestEntityHistoryEntry(unittest.TestCase):
- """EntityHistoryEntry unit test stubs"""
-
- def setUp(self):
- pass
-
- def tearDown(self):
- pass
-
- def testEntityHistoryEntry(self):
- """Test EntityHistoryEntry"""
- # FIXME: construct object with mandatory attributes with example values
- # model = fatcat_client.models.entity_history_entry.EntityHistoryEntry() # noqa: E501
- pass
-
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/python/tests/codegen_tests/test_error_response.py b/python/tests/codegen_tests/test_error_response.py
deleted file mode 100644
index f0d09ee8..00000000
--- a/python/tests/codegen_tests/test_error_response.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.error_response import ErrorResponse # noqa: E501
-from fatcat_client.rest import ApiException
-
-
-class TestErrorResponse(unittest.TestCase):
- """ErrorResponse unit test stubs"""
-
- def setUp(self):
- pass
-
- def tearDown(self):
- pass
-
- def testErrorResponse(self):
- """Test ErrorResponse"""
- # FIXME: construct object with mandatory attributes with example values
- # model = fatcat_client.models.error_response.ErrorResponse() # noqa: E501
- pass
-
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/python/tests/codegen_tests/test_file_entity.py b/python/tests/codegen_tests/test_file_entity.py
deleted file mode 100644
index f5806f9b..00000000
--- a/python/tests/codegen_tests/test_file_entity.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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 import FileEntity # noqa: E501
-from fatcat_client.rest import ApiException
-
-
-class TestFileEntity(unittest.TestCase):
- """FileEntity unit test stubs"""
-
- def setUp(self):
- pass
-
- def tearDown(self):
- pass
-
- def testFileEntity(self):
- """Test FileEntity"""
- # FIXME: construct object with mandatory attributes with example values
- # model = fatcat_client.models.file_entity.FileEntity() # noqa: E501
- pass
-
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/python/tests/codegen_tests/test_file_entity_urls.py b/python/tests/codegen_tests/test_file_entity_urls.py
deleted file mode 100644
index 9261f54c..00000000
--- a/python/tests/codegen_tests/test_file_entity_urls.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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_fileset_entity.py b/python/tests/codegen_tests/test_fileset_entity.py
deleted file mode 100644
index c8337f4c..00000000
--- a/python/tests/codegen_tests/test_fileset_entity.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.fileset_entity import FilesetEntity # noqa: E501
-from fatcat_client.rest import ApiException
-
-
-class TestFilesetEntity(unittest.TestCase):
- """FilesetEntity unit test stubs"""
-
- def setUp(self):
- pass
-
- def tearDown(self):
- pass
-
- def testFilesetEntity(self):
- """Test FilesetEntity"""
- # FIXME: construct object with mandatory attributes with example values
- # model = fatcat_client.models.fileset_entity.FilesetEntity() # noqa: E501
- pass
-
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/python/tests/codegen_tests/test_fileset_entity_manifest.py b/python/tests/codegen_tests/test_fileset_entity_manifest.py
deleted file mode 100644
index b6b9e201..00000000
--- a/python/tests/codegen_tests/test_fileset_entity_manifest.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.fileset_entity_manifest import FilesetEntityManifest # noqa: E501
-from fatcat_client.rest import ApiException
-
-
-class TestFilesetEntityManifest(unittest.TestCase):
- """FilesetEntityManifest unit test stubs"""
-
- def setUp(self):
- pass
-
- def tearDown(self):
- pass
-
- def testFilesetEntityManifest(self):
- """Test FilesetEntityManifest"""
- # FIXME: construct object with mandatory attributes with example values
- # model = fatcat_client.models.fileset_entity_manifest.FilesetEntityManifest() # noqa: E501
- pass
-
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/python/tests/codegen_tests/test_release_contrib.py b/python/tests/codegen_tests/test_release_contrib.py
deleted file mode 100644
index 9a61ef89..00000000
--- a/python/tests/codegen_tests/test_release_contrib.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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_contrib import ReleaseContrib # noqa: E501
-from fatcat_client.rest import ApiException
-
-
-class TestReleaseContrib(unittest.TestCase):
- """ReleaseContrib unit test stubs"""
-
- def setUp(self):
- pass
-
- def tearDown(self):
- pass
-
- def testReleaseContrib(self):
- """Test ReleaseContrib"""
- # FIXME: construct object with mandatory attributes with example values
- # model = fatcat_client.models.release_contrib.ReleaseContrib() # noqa: E501
- pass
-
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/python/tests/codegen_tests/test_release_entity.py b/python/tests/codegen_tests/test_release_entity.py
deleted file mode 100644
index 9a1f0e97..00000000
--- a/python/tests/codegen_tests/test_release_entity.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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 import ReleaseEntity # noqa: E501
-from fatcat_client.rest import ApiException
-
-
-class TestReleaseEntity(unittest.TestCase):
- """ReleaseEntity unit test stubs"""
-
- def setUp(self):
- pass
-
- def tearDown(self):
- pass
-
- def testReleaseEntity(self):
- """Test ReleaseEntity"""
- # FIXME: construct object with mandatory attributes with example values
- # model = fatcat_client.models.release_entity.ReleaseEntity() # 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
deleted file mode 100644
index c6c518c3..00000000
--- a/python/tests/codegen_tests/test_release_entity_abstracts.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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()
diff --git a/python/tests/codegen_tests/test_release_ref.py b/python/tests/codegen_tests/test_release_ref.py
deleted file mode 100644
index cafb6700..00000000
--- a/python/tests/codegen_tests/test_release_ref.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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_ref import ReleaseRef # noqa: E501
-from fatcat_client.rest import ApiException
-
-
-class TestReleaseRef(unittest.TestCase):
- """ReleaseRef unit test stubs"""
-
- def setUp(self):
- pass
-
- def tearDown(self):
- pass
-
- def testReleaseRef(self):
- """Test ReleaseRef"""
- # FIXME: construct object with mandatory attributes with example values
- # model = fatcat_client.models.release_ref.ReleaseRef() # noqa: E501
- pass
-
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/python/tests/codegen_tests/test_success.py b/python/tests/codegen_tests/test_success.py
deleted file mode 100644
index 28d855fb..00000000
--- a/python/tests/codegen_tests/test_success.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.success import Success # noqa: E501
-from fatcat_client.rest import ApiException
-
-
-class TestSuccess(unittest.TestCase):
- """Success unit test stubs"""
-
- def setUp(self):
- pass
-
- def tearDown(self):
- pass
-
- def testSuccess(self):
- """Test Success"""
- # FIXME: construct object with mandatory attributes with example values
- # model = fatcat_client.models.success.Success() # noqa: E501
- pass
-
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/python/tests/codegen_tests/test_webcapture_entity.py b/python/tests/codegen_tests/test_webcapture_entity.py
deleted file mode 100644
index b58eaf7b..00000000
--- a/python/tests/codegen_tests/test_webcapture_entity.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.webcapture_entity import WebcaptureEntity # noqa: E501
-from fatcat_client.rest import ApiException
-
-
-class TestWebcaptureEntity(unittest.TestCase):
- """WebcaptureEntity unit test stubs"""
-
- def setUp(self):
- pass
-
- def tearDown(self):
- pass
-
- def testWebcaptureEntity(self):
- """Test WebcaptureEntity"""
- # FIXME: construct object with mandatory attributes with example values
- # model = fatcat_client.models.webcapture_entity.WebcaptureEntity() # noqa: E501
- pass
-
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/python/tests/codegen_tests/test_webcapture_entity_archive_urls.py b/python/tests/codegen_tests/test_webcapture_entity_archive_urls.py
deleted file mode 100644
index 3a9c10fd..00000000
--- a/python/tests/codegen_tests/test_webcapture_entity_archive_urls.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.webcapture_entity_archive_urls import WebcaptureEntityArchiveUrls # noqa: E501
-from fatcat_client.rest import ApiException
-
-
-class TestWebcaptureEntityArchiveUrls(unittest.TestCase):
- """WebcaptureEntityArchiveUrls unit test stubs"""
-
- def setUp(self):
- pass
-
- def tearDown(self):
- pass
-
- def testWebcaptureEntityArchiveUrls(self):
- """Test WebcaptureEntityArchiveUrls"""
- # FIXME: construct object with mandatory attributes with example values
- # model = fatcat_client.models.webcapture_entity_archive_urls.WebcaptureEntityArchiveUrls() # noqa: E501
- pass
-
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/python/tests/codegen_tests/test_webcapture_entity_cdx.py b/python/tests/codegen_tests/test_webcapture_entity_cdx.py
deleted file mode 100644
index c4c2dd17..00000000
--- a/python/tests/codegen_tests/test_webcapture_entity_cdx.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.webcapture_entity_cdx import WebcaptureEntityCdx # noqa: E501
-from fatcat_client.rest import ApiException
-
-
-class TestWebcaptureEntityCdx(unittest.TestCase):
- """WebcaptureEntityCdx unit test stubs"""
-
- def setUp(self):
- pass
-
- def tearDown(self):
- pass
-
- def testWebcaptureEntityCdx(self):
- """Test WebcaptureEntityCdx"""
- # FIXME: construct object with mandatory attributes with example values
- # model = fatcat_client.models.webcapture_entity_cdx.WebcaptureEntityCdx() # noqa: E501
- pass
-
-
-if __name__ == '__main__':
- unittest.main()
diff --git a/python/tests/codegen_tests/test_work_entity.py b/python/tests/codegen_tests/test_work_entity.py
deleted file mode 100644
index 57b0cdad..00000000
--- a/python/tests/codegen_tests/test_work_entity.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.work_entity import WorkEntity # noqa: E501
-from fatcat_client.rest import ApiException
-
-
-class TestWorkEntity(unittest.TestCase):
- """WorkEntity unit test stubs"""
-
- def setUp(self):
- pass
-
- def tearDown(self):
- pass
-
- def testWorkEntity(self):
- """Test WorkEntity"""
- # FIXME: construct object with mandatory attributes with example values
- # model = fatcat_client.models.work_entity.WorkEntity() # noqa: E501
- pass
-
-
-if __name__ == '__main__':
- unittest.main()