Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Autoformat changes after tidy update
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmackaij committed Sep 21, 2022
1 parent 24c8ee1 commit aea0bdd
Show file tree
Hide file tree
Showing 16 changed files with 65 additions and 65 deletions.
8 changes: 4 additions & 4 deletions tests/suites/test_authorized_request.robot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*** Settings ***
Library OpenApiLibCore
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
Variables ${root}/tests/variables.py


Expand Down
8 changes: 4 additions & 4 deletions tests/suites/test_ensure_in_use.robot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*** Settings ***
Library OpenApiLibCore
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
Variables ${root}/tests/variables.py


Expand Down
12 changes: 6 additions & 6 deletions tests/suites/test_extra_headers.robot
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
*** Settings ***
Variables ${root}/tests/variables.py
Library OpenApiLibCore
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
... security_token=secret
... extra_headers=${EXTRA_HEADERS}
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
... security_token=secret
... extra_headers=${EXTRA_HEADERS}


*** Variables ***
Expand Down
8 changes: 4 additions & 4 deletions tests/suites/test_faker_locale.robot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*** Settings ***
Library OpenApiLibCore
... source=${root}/tests/files/schema_with_allof.yaml
... origin=${origin}
... base_path=${EMPTY}
... faker_locale=zh_CN
... source=${root}/tests/files/schema_with_allof.yaml
... origin=${origin}
... base_path=${EMPTY}
... faker_locale=zh_CN
Variables ${root}/tests/variables.py


Expand Down
8 changes: 4 additions & 4 deletions tests/suites/test_get_ids_for_endpoint.robot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*** Settings ***
Library OpenApiLibCore
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
Variables ${root}/tests/variables.py


Expand Down
8 changes: 4 additions & 4 deletions tests/suites/test_get_invalid_json_data.robot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*** Settings ***
Library OpenApiLibCore
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
Library ../../.venv/lib/site-packages/robot/libraries/OperatingSystem.py
Variables ${root}/tests/variables.py

Expand Down
8 changes: 4 additions & 4 deletions tests/suites/test_get_invalidated_parameters.robot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*** Settings ***
Library OpenApiLibCore
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
Library ../../.venv/lib/site-packages/robot/libraries/String.py
Variables ${root}/tests/variables.py

Expand Down
8 changes: 4 additions & 4 deletions tests/suites/test_get_invalidated_url.robot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*** Settings ***
Library OpenApiLibCore
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
Variables ${root}/tests/variables.py


Expand Down
8 changes: 4 additions & 4 deletions tests/suites/test_get_json_data_for_dto_class.robot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*** Settings ***
Library OpenApiLibCore
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
Variables ${root}/tests/variables.py


Expand Down
8 changes: 4 additions & 4 deletions tests/suites/test_get_json_data_with_conflict.robot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*** Settings ***
Library OpenApiLibCore
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
Variables ${root}/tests/variables.py


Expand Down
8 changes: 4 additions & 4 deletions tests/suites/test_get_parameterized_endpoint_from_url.robot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*** Settings ***
Library OpenApiLibCore
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
Variables ${root}/tests/variables.py


Expand Down
8 changes: 4 additions & 4 deletions tests/suites/test_get_request_data.robot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*** Settings ***
Library OpenApiLibCore
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
Variables ${root}/tests/variables.py


Expand Down
8 changes: 4 additions & 4 deletions tests/suites/test_get_valid_id_for_endpoint.robot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*** Settings ***
Library OpenApiLibCore
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
Variables ${root}/tests/variables.py


Expand Down
8 changes: 4 additions & 4 deletions tests/suites/test_get_valid_url.robot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*** Settings ***
Library OpenApiLibCore
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
Variables ${root}/tests/variables.py


Expand Down
8 changes: 4 additions & 4 deletions tests/suites/test_request_data_class.robot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*** Settings ***
Library OpenApiLibCore
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
... source=${origin}/openapi.json
... origin=${origin}
... base_path=${EMPTY}
... mappings_path=${root}/tests/user_implemented/custom_user_mappings.py
Variables ${root}/tests/variables.py


Expand Down
6 changes: 3 additions & 3 deletions tests/suites/test_schema_variations.robot
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
*** Settings ***
Library OpenApiLibCore
... source=${root}/tests/files/schema_with_allof.yaml
... origin=${origin}
... base_path=${EMPTY}
... source=${root}/tests/files/schema_with_allof.yaml
... origin=${origin}
... base_path=${EMPTY}
Variables ${root}/tests/variables.py


Expand Down

0 comments on commit aea0bdd

Please sign in to comment.