aboutsummaryrefslogtreecommitdiffstats
path: root/python_client/tests/codegen/test_webcapture_cdx_line.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-09-05 18:44:40 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-09-05 18:44:40 -0700
commit070069cb6eb71b92a9c4e46f3d4cfabb67f4eb3f (patch)
tree82f82c5586bd97c2ed5c4082f85d571f23a4182b /python_client/tests/codegen/test_webcapture_cdx_line.py
parent180bb7366587bc4150108e4e0274806ce285d6a6 (diff)
downloadfatcat-070069cb6eb71b92a9c4e46f3d4cfabb67f4eb3f.tar.gz
fatcat-070069cb6eb71b92a9c4e46f3d4cfabb67f4eb3f.zip
rename python client to 'fatcat-openapi-client'
Diffstat (limited to 'python_client/tests/codegen/test_webcapture_cdx_line.py')
-rw-r--r--python_client/tests/codegen/test_webcapture_cdx_line.py40
1 files changed, 0 insertions, 40 deletions
diff --git a/python_client/tests/codegen/test_webcapture_cdx_line.py b/python_client/tests/codegen/test_webcapture_cdx_line.py
deleted file mode 100644
index d044ded2..00000000
--- a/python_client/tests/codegen/test_webcapture_cdx_line.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.3.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()