Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 6190cc1

Browse files
committed
Samples regen
1 parent 6c7117d commit 6190cc1

File tree

1 file changed

+0
-106
lines changed
  • samples/client/3_1_0_unit_test/python/.openapi-generator

1 file changed

+0
-106
lines changed

samples/client/3_1_0_unit_test/python/.openapi-generator/FILES

-106
Original file line numberDiff line numberDiff line change
@@ -2755,112 +2755,6 @@ test-requirements.txt
27552755
test/__init__.py
27562756
test/components/__init__.py
27572757
test/components/schema/__init__.py
2758-
test/components/schema/test__not.py
2759-
test/components/schema/test_additionalproperties_are_allowed_by_default.py
2760-
test/components/schema/test_additionalproperties_can_exist_by_itself.py
2761-
test/components/schema/test_additionalproperties_does_not_look_in_applicators.py
2762-
test/components/schema/test_additionalproperties_with_null_valued_instance_properties.py
2763-
test/components/schema/test_additionalproperties_with_schema.py
2764-
test/components/schema/test_allof.py
2765-
test/components/schema/test_allof_combined_with_anyof_oneof.py
2766-
test/components/schema/test_allof_simple_types.py
2767-
test/components/schema/test_allof_with_base_schema.py
2768-
test/components/schema/test_allof_with_one_empty_schema.py
2769-
test/components/schema/test_allof_with_the_first_empty_schema.py
2770-
test/components/schema/test_allof_with_the_last_empty_schema.py
2771-
test/components/schema/test_allof_with_two_empty_schemas.py
2772-
test/components/schema/test_anyof.py
2773-
test/components/schema/test_anyof_complex_types.py
2774-
test/components/schema/test_anyof_with_base_schema.py
2775-
test/components/schema/test_anyof_with_one_empty_schema.py
2776-
test/components/schema/test_array_type_matches_arrays.py
2777-
test/components/schema/test_boolean_type_matches_booleans.py
2778-
test/components/schema/test_by_int.py
2779-
test/components/schema/test_by_number.py
2780-
test/components/schema/test_by_small_number.py
2781-
test/components/schema/test_const_nul_characters_in_strings.py
2782-
test/components/schema/test_contains_keyword_validation.py
2783-
test/components/schema/test_contains_with_null_instance_elements.py
2784-
test/components/schema/test_date_format.py
2785-
test/components/schema/test_date_time_format.py
2786-
test/components/schema/test_duration_format.py
2787-
test/components/schema/test_email_format.py
2788-
test/components/schema/test_enum_with0_does_not_match_false.py
2789-
test/components/schema/test_enum_with1_does_not_match_true.py
2790-
test/components/schema/test_enum_with_escaped_characters.py
2791-
test/components/schema/test_enum_with_false_does_not_match0.py
2792-
test/components/schema/test_enum_with_true_does_not_match1.py
2793-
test/components/schema/test_enums_in_properties.py
2794-
test/components/schema/test_float_division_inf.py
2795-
test/components/schema/test_forbidden_property.py
2796-
test/components/schema/test_hostname_format.py
2797-
test/components/schema/test_idn_email_format.py
2798-
test/components/schema/test_idn_hostname_format.py
2799-
test/components/schema/test_integer_type_matches_integers.py
2800-
test/components/schema/test_ipv4_format.py
2801-
test/components/schema/test_ipv6_format.py
2802-
test/components/schema/test_iri_format.py
2803-
test/components/schema/test_iri_reference_format.py
2804-
test/components/schema/test_items_contains.py
2805-
test/components/schema/test_items_does_not_look_in_applicators_valid_case.py
2806-
test/components/schema/test_items_with_null_instance_elements.py
2807-
test/components/schema/test_json_pointer_format.py
2808-
test/components/schema/test_maximum_validation.py
2809-
test/components/schema/test_maximum_validation_with_unsigned_integer.py
2810-
test/components/schema/test_maxitems_validation.py
2811-
test/components/schema/test_maxlength_validation.py
2812-
test/components/schema/test_maxproperties0_means_the_object_is_empty.py
2813-
test/components/schema/test_maxproperties_validation.py
2814-
test/components/schema/test_minimum_validation.py
2815-
test/components/schema/test_minimum_validation_with_signed_integer.py
2816-
test/components/schema/test_minitems_validation.py
2817-
test/components/schema/test_minlength_validation.py
2818-
test/components/schema/test_minproperties_validation.py
2819-
test/components/schema/test_multiple_types_can_be_specified_in_an_array.py
2820-
test/components/schema/test_nested_allof_to_check_validation_semantics.py
2821-
test/components/schema/test_nested_anyof_to_check_validation_semantics.py
2822-
test/components/schema/test_nested_items.py
2823-
test/components/schema/test_nested_oneof_to_check_validation_semantics.py
2824-
test/components/schema/test_not_more_complex_schema.py
2825-
test/components/schema/test_nul_characters_in_strings.py
2826-
test/components/schema/test_null_type_matches_only_the_null_object.py
2827-
test/components/schema/test_number_type_matches_numbers.py
2828-
test/components/schema/test_object_properties_validation.py
2829-
test/components/schema/test_object_type_matches_objects.py
2830-
test/components/schema/test_oneof.py
2831-
test/components/schema/test_oneof_complex_types.py
2832-
test/components/schema/test_oneof_with_base_schema.py
2833-
test/components/schema/test_oneof_with_empty_schema.py
2834-
test/components/schema/test_oneof_with_required.py
2835-
test/components/schema/test_pattern_is_not_anchored.py
2836-
test/components/schema/test_pattern_validation.py
2837-
test/components/schema/test_prefixitems_validation_adjusts_the_starting_index_for_items.py
2838-
test/components/schema/test_properties_whose_names_are_javascript_object_property_names.py
2839-
test/components/schema/test_properties_with_escaped_characters.py
2840-
test/components/schema/test_properties_with_null_valued_instance_properties.py
2841-
test/components/schema/test_property_named_ref_that_is_not_a_reference.py
2842-
test/components/schema/test_regex_format.py
2843-
test/components/schema/test_relative_json_pointer_format.py
2844-
test/components/schema/test_required_default_validation.py
2845-
test/components/schema/test_required_properties_whose_names_are_javascript_object_property_names.py
2846-
test/components/schema/test_required_validation.py
2847-
test/components/schema/test_required_with_empty_array.py
2848-
test/components/schema/test_required_with_escaped_characters.py
2849-
test/components/schema/test_simple_enum_validation.py
2850-
test/components/schema/test_small_multiple_of_large_integer.py
2851-
test/components/schema/test_string_type_matches_strings.py
2852-
test/components/schema/test_time_format.py
2853-
test/components/schema/test_type_array_object_or_null.py
2854-
test/components/schema/test_type_array_or_object.py
2855-
test/components/schema/test_type_as_array_with_one_item.py
2856-
test/components/schema/test_uniqueitems_false_validation.py
2857-
test/components/schema/test_uniqueitems_false_with_an_array_of_items.py
2858-
test/components/schema/test_uniqueitems_validation.py
2859-
test/components/schema/test_uniqueitems_with_an_array_of_items.py
2860-
test/components/schema/test_uri_format.py
2861-
test/components/schema/test_uri_reference_format.py
2862-
test/components/schema/test_uri_template_format.py
2863-
test/components/schema/test_uuid_format.py
28642758
test/test_paths/__init__.py
28652759
test/test_paths/__init__.py
28662760
test/test_paths/__init__.py

0 commit comments

Comments
 (0)