diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-03 16:53:58 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-03 16:54:09 -0800 |
commit | b66dd55b128758cc929a1633ab6e15f8385873a1 (patch) | |
tree | e16b6879b990c5b78b44f16e9fc7a2d2f0331a31 /python/tests/codegen_tests/test_default_api.py | |
parent | 39678e1410a06e99ea71655485786caaf5847e7f (diff) | |
download | fatcat-b66dd55b128758cc929a1633ab6e15f8385873a1.tar.gz fatcat-b66dd55b128758cc929a1633ab6e15f8385873a1.zip |
python codegen
Diffstat (limited to 'python/tests/codegen_tests/test_default_api.py')
-rw-r--r-- | python/tests/codegen_tests/test_default_api.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/tests/codegen_tests/test_default_api.py b/python/tests/codegen_tests/test_default_api.py index ebc66cda..2f37a582 100644 --- a/python/tests/codegen_tests/test_default_api.py +++ b/python/tests/codegen_tests/test_default_api.py @@ -35,6 +35,12 @@ class TestDefaultApi(unittest.TestCase): """ pass + def test_auth_oidc(self): + """Test case for auth_oidc + + """ + pass + def test_create_container(self): """Test case for create_container |