diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-08 14:33:59 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-08 14:33:59 -0800 |
commit | 13ab15af83a355b89aa3fdc032ad9bfca71cf350 (patch) | |
tree | 3deededfd0fcbc999dc61d5bf2d9f9dac392d029 /python/tests/codegen_tests/test_default_api.py | |
parent | fe92cd6889d8a6c16b32a9d02441f1ce74324d98 (diff) | |
download | fatcat-13ab15af83a355b89aa3fdc032ad9bfca71cf350.tar.gz fatcat-13ab15af83a355b89aa3fdc032ad9bfca71cf350.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 522eeb1b..9a632824 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_check(self): + """Test case for auth_check + + """ + pass + def test_auth_oidc(self): """Test case for auth_oidc |