From 75c2ba0a735e730bc53199973a0aa89106dc67dd Mon Sep 17 00:00:00 2001 From: Diego Torres Milano Date: Fri, 23 Dec 2022 19:29:57 -0800 Subject: [PATCH] Version 2.0.64 --- README.md | 4 ++-- culebratester_client/__init__.py | 2 +- culebratester_client/api/default_api.py | 2 +- culebratester_client/api_client.py | 4 ++-- culebratester_client/configuration.py | 6 +++--- culebratester_client/models/__init__.py | 2 +- culebratester_client/models/any_value.py | 2 +- culebratester_client/models/boolean_response.py | 2 +- culebratester_client/models/click_body.py | 2 +- culebratester_client/models/culebra_info.py | 2 +- culebratester_client/models/current_package_name.py | 2 +- culebratester_client/models/display_height.py | 2 +- culebratester_client/models/display_real_size.py | 2 +- culebratester_client/models/display_rotation_enum.py | 2 +- culebratester_client/models/display_rotation_response.py | 2 +- culebratester_client/models/display_size_dp.py | 2 +- culebratester_client/models/display_width.py | 2 +- culebratester_client/models/help.py | 2 +- culebratester_client/models/inline_response200.py | 2 +- culebratester_client/models/last_traversed_text.py | 2 +- culebratester_client/models/locale.py | 2 +- culebratester_client/models/number_response.py | 2 +- culebratester_client/models/object_ref.py | 2 +- culebratester_client/models/pattern.py | 2 +- .../models/perform_two_pointer_gesture_body.py | 2 +- culebratester_client/models/pixel.py | 2 +- culebratester_client/models/point.py | 2 +- culebratester_client/models/product_name.py | 2 +- culebratester_client/models/selector.py | 2 +- culebratester_client/models/status_response.py | 2 +- culebratester_client/models/string_response.py | 2 +- culebratester_client/models/swipe_body.py | 2 +- culebratester_client/models/text.py | 2 +- culebratester_client/models/timeout.py | 2 +- culebratester_client/models/window_hierarchy.py | 2 +- culebratester_client/models/window_hierarchy_child.py | 2 +- culebratester_client/rest.py | 2 +- setup.py | 4 ++-- test/test_any_value.py | 2 +- test/test_boolean_response.py | 2 +- test/test_click_body.py | 2 +- test/test_culebra_info.py | 2 +- test/test_current_package_name.py | 2 +- test/test_default_api.py | 2 +- test/test_display_height.py | 2 +- test/test_display_real_size.py | 2 +- test/test_display_rotation_enum.py | 2 +- test/test_display_rotation_response.py | 2 +- test/test_display_size_dp.py | 2 +- test/test_display_width.py | 2 +- test/test_help.py | 2 +- test/test_inline_response200.py | 2 +- test/test_last_traversed_text.py | 2 +- test/test_locale.py | 2 +- test/test_number_response.py | 2 +- test/test_object_ref.py | 2 +- test/test_pattern.py | 2 +- test/test_perform_two_pointer_gesture_body.py | 2 +- test/test_pixel.py | 2 +- test/test_point.py | 2 +- test/test_product_name.py | 2 +- test/test_selector.py | 2 +- test/test_status_response.py | 2 +- test/test_string_response.py | 2 +- test/test_swipe_body.py | 2 +- test/test_text.py | 2 +- test/test_timeout.py | 2 +- test/test_window_hierarchy.py | 2 +- test/test_window_hierarchy_child.py | 2 +- 69 files changed, 74 insertions(+), 74 deletions(-) diff --git a/README.md b/README.md index fbb7551..6b7fe9c 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: -- API version: 2.0.63 -- Package version: 2.0.63 +- API version: 2.0.64 +- Package version: 2.0.64 - Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen ## Requirements. diff --git a/culebratester_client/__init__.py b/culebratester_client/__init__.py index eb2e3ae..65e9f00 100644 --- a/culebratester_client/__init__.py +++ b/culebratester_client/__init__.py @@ -7,7 +7,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/api/default_api.py b/culebratester_client/api/default_api.py index 843f573..8822dfa 100644 --- a/culebratester_client/api/default_api.py +++ b/culebratester_client/api/default_api.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/api_client.py b/culebratester_client/api_client.py index 2599442..da98c73 100644 --- a/culebratester_client/api_client.py +++ b/culebratester_client/api_client.py @@ -4,7 +4,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -72,7 +72,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'Swagger-Codegen/2.0.63/python' + self.user_agent = 'Swagger-Codegen/2.0.64/python' def __del__(self): self.pool.close() diff --git a/culebratester_client/configuration.py b/culebratester_client/configuration.py index 36db7d0..f76d3fc 100644 --- a/culebratester_client/configuration.py +++ b/culebratester_client/configuration.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -239,6 +239,6 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 2.0.63\n"\ - "SDK Package Version: 2.0.63".\ + "Version of the API: 2.0.64\n"\ + "SDK Package Version: 2.0.64".\ format(env=sys.platform, pyversion=sys.version) diff --git a/culebratester_client/models/__init__.py b/culebratester_client/models/__init__.py index 58909b9..67f6225 100644 --- a/culebratester_client/models/__init__.py +++ b/culebratester_client/models/__init__.py @@ -6,7 +6,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/any_value.py b/culebratester_client/models/any_value.py index dbfa73a..1a95ddc 100644 --- a/culebratester_client/models/any_value.py +++ b/culebratester_client/models/any_value.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/boolean_response.py b/culebratester_client/models/boolean_response.py index 2ef5e04..20f52da 100644 --- a/culebratester_client/models/boolean_response.py +++ b/culebratester_client/models/boolean_response.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/click_body.py b/culebratester_client/models/click_body.py index 0eb1468..89e6a4f 100644 --- a/culebratester_client/models/click_body.py +++ b/culebratester_client/models/click_body.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/culebra_info.py b/culebratester_client/models/culebra_info.py index 5e92fa3..02d3985 100644 --- a/culebratester_client/models/culebra_info.py +++ b/culebratester_client/models/culebra_info.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/current_package_name.py b/culebratester_client/models/current_package_name.py index 300cb9e..5a0b54b 100644 --- a/culebratester_client/models/current_package_name.py +++ b/culebratester_client/models/current_package_name.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/display_height.py b/culebratester_client/models/display_height.py index ca74c10..7537de3 100644 --- a/culebratester_client/models/display_height.py +++ b/culebratester_client/models/display_height.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/display_real_size.py b/culebratester_client/models/display_real_size.py index 8103914..98d6045 100644 --- a/culebratester_client/models/display_real_size.py +++ b/culebratester_client/models/display_real_size.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/display_rotation_enum.py b/culebratester_client/models/display_rotation_enum.py index cf3d793..930f736 100644 --- a/culebratester_client/models/display_rotation_enum.py +++ b/culebratester_client/models/display_rotation_enum.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/display_rotation_response.py b/culebratester_client/models/display_rotation_response.py index e3409b9..896c992 100644 --- a/culebratester_client/models/display_rotation_response.py +++ b/culebratester_client/models/display_rotation_response.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/display_size_dp.py b/culebratester_client/models/display_size_dp.py index 2a6d70d..f5f2b84 100644 --- a/culebratester_client/models/display_size_dp.py +++ b/culebratester_client/models/display_size_dp.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/display_width.py b/culebratester_client/models/display_width.py index 3bafd84..212a44c 100644 --- a/culebratester_client/models/display_width.py +++ b/culebratester_client/models/display_width.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/help.py b/culebratester_client/models/help.py index 9531a20..f1a8cea 100644 --- a/culebratester_client/models/help.py +++ b/culebratester_client/models/help.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/inline_response200.py b/culebratester_client/models/inline_response200.py index 7114503..f70f8ee 100644 --- a/culebratester_client/models/inline_response200.py +++ b/culebratester_client/models/inline_response200.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/last_traversed_text.py b/culebratester_client/models/last_traversed_text.py index bd147fa..e65e20e 100644 --- a/culebratester_client/models/last_traversed_text.py +++ b/culebratester_client/models/last_traversed_text.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/locale.py b/culebratester_client/models/locale.py index 3cd0d07..d92dcfb 100644 --- a/culebratester_client/models/locale.py +++ b/culebratester_client/models/locale.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/number_response.py b/culebratester_client/models/number_response.py index 22d8de2..a4eafc1 100644 --- a/culebratester_client/models/number_response.py +++ b/culebratester_client/models/number_response.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/object_ref.py b/culebratester_client/models/object_ref.py index 15812ba..dcf9d5e 100644 --- a/culebratester_client/models/object_ref.py +++ b/culebratester_client/models/object_ref.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/pattern.py b/culebratester_client/models/pattern.py index ef09afe..04c8161 100644 --- a/culebratester_client/models/pattern.py +++ b/culebratester_client/models/pattern.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/perform_two_pointer_gesture_body.py b/culebratester_client/models/perform_two_pointer_gesture_body.py index d1c965f..7e06e4b 100644 --- a/culebratester_client/models/perform_two_pointer_gesture_body.py +++ b/culebratester_client/models/perform_two_pointer_gesture_body.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/pixel.py b/culebratester_client/models/pixel.py index 791da43..086f21d 100644 --- a/culebratester_client/models/pixel.py +++ b/culebratester_client/models/pixel.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/point.py b/culebratester_client/models/point.py index e835a71..e67523d 100644 --- a/culebratester_client/models/point.py +++ b/culebratester_client/models/point.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/product_name.py b/culebratester_client/models/product_name.py index c0a4852..8903a70 100644 --- a/culebratester_client/models/product_name.py +++ b/culebratester_client/models/product_name.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/selector.py b/culebratester_client/models/selector.py index 2fd4915..634052e 100644 --- a/culebratester_client/models/selector.py +++ b/culebratester_client/models/selector.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/status_response.py b/culebratester_client/models/status_response.py index 875a766..1f37545 100644 --- a/culebratester_client/models/status_response.py +++ b/culebratester_client/models/status_response.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/string_response.py b/culebratester_client/models/string_response.py index 0f805c9..b5af35c 100644 --- a/culebratester_client/models/string_response.py +++ b/culebratester_client/models/string_response.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/swipe_body.py b/culebratester_client/models/swipe_body.py index 3cb53ab..7799179 100644 --- a/culebratester_client/models/swipe_body.py +++ b/culebratester_client/models/swipe_body.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/text.py b/culebratester_client/models/text.py index e27d390..ee04bfe 100644 --- a/culebratester_client/models/text.py +++ b/culebratester_client/models/text.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/timeout.py b/culebratester_client/models/timeout.py index 002fb60..9621522 100644 --- a/culebratester_client/models/timeout.py +++ b/culebratester_client/models/timeout.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/window_hierarchy.py b/culebratester_client/models/window_hierarchy.py index c01073e..50e4078 100644 --- a/culebratester_client/models/window_hierarchy.py +++ b/culebratester_client/models/window_hierarchy.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/models/window_hierarchy_child.py b/culebratester_client/models/window_hierarchy_child.py index 824204b..eb9e89f 100644 --- a/culebratester_client/models/window_hierarchy_child.py +++ b/culebratester_client/models/window_hierarchy_child.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/culebratester_client/rest.py b/culebratester_client/rest.py index bd0101e..712ddf2 100644 --- a/culebratester_client/rest.py +++ b/culebratester_client/rest.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/setup.py b/setup.py index f6d741a..6e0fed2 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -13,7 +13,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "culebratester-client" -VERSION = "2.0.63" +VERSION = "2.0.64" # To install the library, run the following # # python setup.py install diff --git a/test/test_any_value.py b/test/test_any_value.py index b261904..a6f25fd 100644 --- a/test/test_any_value.py +++ b/test/test_any_value.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_boolean_response.py b/test/test_boolean_response.py index 4de4951..bfea0b3 100644 --- a/test/test_boolean_response.py +++ b/test/test_boolean_response.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_click_body.py b/test/test_click_body.py index b0841d4..ff32d4b 100644 --- a/test/test_click_body.py +++ b/test/test_click_body.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_culebra_info.py b/test/test_culebra_info.py index 5d6a99a..4740944 100644 --- a/test/test_culebra_info.py +++ b/test/test_culebra_info.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_current_package_name.py b/test/test_current_package_name.py index 57be600..e2711a8 100644 --- a/test/test_current_package_name.py +++ b/test/test_current_package_name.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_default_api.py b/test/test_default_api.py index 6229223..8a8aa23 100644 --- a/test/test_default_api.py +++ b/test/test_default_api.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_display_height.py b/test/test_display_height.py index 8b0ef55..c207cdc 100644 --- a/test/test_display_height.py +++ b/test/test_display_height.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_display_real_size.py b/test/test_display_real_size.py index f83c74d..3e619b4 100644 --- a/test/test_display_real_size.py +++ b/test/test_display_real_size.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_display_rotation_enum.py b/test/test_display_rotation_enum.py index c6d1243..0883ea5 100644 --- a/test/test_display_rotation_enum.py +++ b/test/test_display_rotation_enum.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_display_rotation_response.py b/test/test_display_rotation_response.py index ac4b8c9..9131977 100644 --- a/test/test_display_rotation_response.py +++ b/test/test_display_rotation_response.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_display_size_dp.py b/test/test_display_size_dp.py index 4954c74..094e4a1 100644 --- a/test/test_display_size_dp.py +++ b/test/test_display_size_dp.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_display_width.py b/test/test_display_width.py index 13e3dd5..aa13804 100644 --- a/test/test_display_width.py +++ b/test/test_display_width.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_help.py b/test/test_help.py index bfe495d..b6554ee 100644 --- a/test/test_help.py +++ b/test/test_help.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_inline_response200.py b/test/test_inline_response200.py index 084a986..3b47be2 100644 --- a/test/test_inline_response200.py +++ b/test/test_inline_response200.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_last_traversed_text.py b/test/test_last_traversed_text.py index b4f49cb..6aa7aea 100644 --- a/test/test_last_traversed_text.py +++ b/test/test_last_traversed_text.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_locale.py b/test/test_locale.py index 2f6f8b2..63e34f4 100644 --- a/test/test_locale.py +++ b/test/test_locale.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_number_response.py b/test/test_number_response.py index b58c3d6..07f239f 100644 --- a/test/test_number_response.py +++ b/test/test_number_response.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_object_ref.py b/test/test_object_ref.py index f93a908..ece7c1c 100644 --- a/test/test_object_ref.py +++ b/test/test_object_ref.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_pattern.py b/test/test_pattern.py index c58948d..8501232 100644 --- a/test/test_pattern.py +++ b/test/test_pattern.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_perform_two_pointer_gesture_body.py b/test/test_perform_two_pointer_gesture_body.py index 3bce42a..743a9ce 100644 --- a/test/test_perform_two_pointer_gesture_body.py +++ b/test/test_perform_two_pointer_gesture_body.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_pixel.py b/test/test_pixel.py index 22070bd..7727d1b 100644 --- a/test/test_pixel.py +++ b/test/test_pixel.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_point.py b/test/test_point.py index 83cd1d8..8ffe612 100644 --- a/test/test_point.py +++ b/test/test_point.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_product_name.py b/test/test_product_name.py index 72565c7..33fc1fa 100644 --- a/test/test_product_name.py +++ b/test/test_product_name.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_selector.py b/test/test_selector.py index 575e0bd..07f7515 100644 --- a/test/test_selector.py +++ b/test/test_selector.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_status_response.py b/test/test_status_response.py index c72f8ca..3e2bf82 100644 --- a/test/test_status_response.py +++ b/test/test_status_response.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_string_response.py b/test/test_string_response.py index f898398..b51f510 100644 --- a/test/test_string_response.py +++ b/test/test_string_response.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_swipe_body.py b/test/test_swipe_body.py index 28cd82c..d10d5de 100644 --- a/test/test_swipe_body.py +++ b/test/test_swipe_body.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_text.py b/test/test_text.py index 5bc67d6..63fb7cf 100644 --- a/test/test_text.py +++ b/test/test_text.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_timeout.py b/test/test_timeout.py index 594a75a..be9c5f0 100644 --- a/test/test_timeout.py +++ b/test/test_timeout.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_window_hierarchy.py b/test/test_window_hierarchy.py index d624224..089d3d0 100644 --- a/test/test_window_hierarchy.py +++ b/test/test_window_hierarchy.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_window_hierarchy_child.py b/test/test_window_hierarchy_child.py index 5fbd86d..4858578 100644 --- a/test/test_window_hierarchy_child.py +++ b/test/test_window_hierarchy_child.py @@ -5,7 +5,7 @@ ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. # noqa: E501 - OpenAPI spec version: 2.0.63 + OpenAPI spec version: 2.0.64 Generated by: https://github.com/swagger-api/swagger-codegen.git """