diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-21 11:45:35 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-21 11:45:35 -0700 |
commit | 192b44ed9e3b1c388c11cf0467a749470dfe1300 (patch) | |
tree | a94969f61fada5b740136ef2f38e9b32f5bd1ab7 /python_client/tests/codegen/test_webcapture_entity_cdx.py | |
parent | b9f6e139ba672d430c0918062fd3dd4f942fd812 (diff) | |
download | fatcat-192b44ed9e3b1c388c11cf0467a749470dfe1300.tar.gz fatcat-192b44ed9e3b1c388c11cf0467a749470dfe1300.zip |
remove codegen python cruft
Diffstat (limited to 'python_client/tests/codegen/test_webcapture_entity_cdx.py')
-rw-r--r-- | python_client/tests/codegen/test_webcapture_entity_cdx.py | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/python_client/tests/codegen/test_webcapture_entity_cdx.py b/python_client/tests/codegen/test_webcapture_entity_cdx.py deleted file mode 100644 index 2f9b0dd8..00000000 --- a/python_client/tests/codegen/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.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_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() |