diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-09 13:07:27 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-09 13:07:27 -0800 |
commit | 06ca8d4c8e9099ba564a60b4beafb8f165d0bea2 (patch) | |
tree | 21065b0f502d5324996de86561b2fadeaa49d8aa /python/tests/codegen_tests/test_release_contrib.py | |
parent | ad58e900247ca9be2b29ea8f926c4120e1c9501a (diff) | |
download | fatcat-06ca8d4c8e9099ba564a60b4beafb8f165d0bea2.tar.gz fatcat-06ca8d4c8e9099ba564a60b4beafb8f165d0bea2.zip |
remove redundant old codegen tests
Diffstat (limited to 'python/tests/codegen_tests/test_release_contrib.py')
-rw-r--r-- | python/tests/codegen_tests/test_release_contrib.py | 40 |
1 files changed, 0 insertions, 40 deletions
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() |