From 070069cb6eb71b92a9c4e46f3d4cfabb67f4eb3f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 5 Sep 2019 18:44:40 -0700 Subject: rename python client to 'fatcat-openapi-client' --- .../tests/codegen/test_container_entity.py | 40 ---------------------- 1 file changed, 40 deletions(-) delete mode 100644 python_client/tests/codegen/test_container_entity.py (limited to 'python_client/tests/codegen/test_container_entity.py') diff --git a/python_client/tests/codegen/test_container_entity.py b/python_client/tests/codegen/test_container_entity.py deleted file mode 100644 index 79ed9fa6..00000000 --- a/python_client/tests/codegen/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.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.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() -- cgit v1.2.3