From 6214e9f251cfa945641d9fbd2149746e83ec8331 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 12 Oct 2021 17:35:20 -0700 Subject: python client: codegen for v0.4 --- python_openapi_client/tests/codegen/test_default_api.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'python_openapi_client/tests') diff --git a/python_openapi_client/tests/codegen/test_default_api.py b/python_openapi_client/tests/codegen/test_default_api.py index ca59903e..c86c1e80 100644 --- a/python_openapi_client/tests/codegen/test_default_api.py +++ b/python_openapi_client/tests/codegen/test_default_api.py @@ -5,7 +5,7 @@ Fatcat is a scalable, versioned, API-oriented catalog of bibliographic entities and file metadata. # noqa: E501 - The version of the OpenAPI document: 0.3.1 + The version of the OpenAPI document: 0.4.0 Contact: webservices@archive.org Generated by: https://openapi-generator.tech """ @@ -533,6 +533,12 @@ class TestDefaultApi(unittest.TestCase): """ pass + def test_lookup_editor(self): + """Test case for lookup_editor + + """ + pass + def test_lookup_file(self): """Test case for lookup_file -- cgit v1.2.3