diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-05 18:44:40 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-05 18:44:40 -0700 |
commit | 070069cb6eb71b92a9c4e46f3d4cfabb67f4eb3f (patch) | |
tree | 82f82c5586bd97c2ed5c4082f85d571f23a4182b /python_client/tests/codegen/test_auth_oidc.py | |
parent | 180bb7366587bc4150108e4e0274806ce285d6a6 (diff) | |
download | fatcat-070069cb6eb71b92a9c4e46f3d4cfabb67f4eb3f.tar.gz fatcat-070069cb6eb71b92a9c4e46f3d4cfabb67f4eb3f.zip |
rename python client to 'fatcat-openapi-client'
Diffstat (limited to 'python_client/tests/codegen/test_auth_oidc.py')
-rw-r--r-- | python_client/tests/codegen/test_auth_oidc.py | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/python_client/tests/codegen/test_auth_oidc.py b/python_client/tests/codegen/test_auth_oidc.py deleted file mode 100644 index 7495a16a..00000000 --- a/python_client/tests/codegen/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.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.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() |