Skip to content

chore(deps): update dependency flake8 to v7 #26

chore(deps): update dependency flake8 to v7

chore(deps): update dependency flake8 to v7 #26

GitHub Actions / UT Report succeeded Jul 30, 2024 in 1s

UT Report βœ…

Tests passed successfully

βœ…Β /home/src/magicparse/reports/unit_tests_results.xml

132 tests were completed in 274ms with 132 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
pytest 132βœ… 274ms

βœ…Β pytest

tests.test_builders.TestBuild
  βœ… test_no_name_provided
  βœ… test_unknown
  βœ… test_with_parameter
  βœ… test_without_parameter
tests.test_builders.TestConcat
  βœ… test_concat_integer
  βœ… test_concat_three_fields
  βœ… test_concat_two_fields
  βœ… test_empty_params
  βœ… test_field_not_present
  βœ… test_fields_params_empty
  βœ… test_fields_params_has_less_than_two_field
  βœ… test_fields_params_not_a_list_of_str
  βœ… test_no_params
tests.test_builders.TestDivide
  βœ… test_denominator_not_valid
  βœ… test_denominator_param_empty
  βœ… test_empty_params
  βœ… test_field_not_present
  βœ… test_no_params
  βœ… test_numerator_not_valid
  βœ… test_numerator_param_empty
  βœ… test_valid_param
tests.test_builders.TestMultiply
  βœ… test_empty_params
  βœ… test_field_not_present
  βœ… test_no_params
  βœ… test_valid_param
  βœ… test_x_factor_param_empty
  βœ… test_x_y_factor_not_valid
  βœ… test_y_factor_param_empty
tests.test_computed_fields.TestBuild
  βœ… test_bad_value_for_builder
  βœ… test_error_format
  βœ… test_not_iterable_value_for_builder
  βœ… test_with_valid_builder
  βœ… test_without_builder
tests.test_encodings.TestCsvEncoding
  βœ… test_default_encoding
  βœ… test_exotic_encoding
tests.test_encodings.TestExoticEncoding
  βœ… test_default_encoding
  βœ… test_exotic_encoding
tests.test_fields
  βœ… test_chain_transformations
  βœ… test_chain_transformations_with_post_processors
  βœ… test_csv_error_format
  βœ… test_columnar_error_format
  βœ… test_optional_field
  βœ… test_required_field
  βœ… test_require_field_with_empty_value
tests.test_post_processors.TestBuild
  βœ… test_divide
  βœ… test_no_name_provided
  βœ… test_unknown
tests.test_post_processors.TestDivide
  βœ… test_divide_decimal
  βœ… test_divide_float
  βœ… test_divide_int
  βœ… test_fail_when_denominator_is_zero
tests.test_post_processors.TestRound
  βœ… test_with_negative_precision
  βœ… test_with_valid_precision
tests.test_post_processors.TestRegister
  βœ… test_register
tests.test_pre_processors.TestBuild
  βœ… test_left_pad_zeroes
  βœ… test_left_strip
  βœ… test_map
  βœ… test_no_name_provided
  βœ… test_regex_extract
  βœ… test_replace
  βœ… test_strip_whitespaces
  βœ… test_unknown
tests.test_pre_processors.TestLeftPadZeroes
  βœ… test_do_nothing
  βœ… test_pad
tests.test_pre_processors.TestMap
  βœ… test_known_input
  βœ… test_unknown_input
tests.test_pre_processors.TestReplace
  βœ… test_pattern_not_found
  βœ… test_success
tests.test_pre_processors.TestStripWhitespaces
  βœ… test_do_nothing
  βœ… test_success
tests.test_pre_processors.TestLeftStrip
  βœ… test_do_nothing
  βœ… test_success
tests.test_pre_processors.TestRegexExtract
  βœ… test_build_without_value_group
  βœ… test_pattern_found
  βœ… test_pattern_not_found
tests.test_pre_processors.TestRegister
  βœ… test_register
tests.test_schema.TestBuild
  βœ… test_columnar
  βœ… test_csv_with_hdelimiter
  βœ… test_csv_with_header
  βœ… test_default_csv_schema
  βœ… test_unknwown
tests.test_schema.TestCsvParse
  βœ… test_error_display_row_number
  βœ… test_errors_do_not_halt_parsing
  βœ… test_parse_should_skip_empty_lines
  βœ… test_with_header
  βœ… test_with_no_data
  βœ… test_with_no_field_definition
  βœ… test_without_header
tests.test_schema.TestColumnarParse
  βœ… test_error_display_row_number
  βœ… test_errors_do_not_halt_parsing
  βœ… test_parse
  βœ… test_parse_should_skip_empty_lines
  βœ… test_with_no_data
  βœ… test_with_no_field_definition
tests.test_schema.TestQuotingSetting
  βœ… test_asymetrical_quote
  βœ… test_double_quote
  βœ… test_no_quote
  βœ… test_single_quote
tests.test_schema.TestRegister
  βœ… test_register
tests.test_schema.TestSteamParse
  βœ… test_stream_parse_errors_do_not_halt_parsing
  βœ… test_stream_parse_with_header_first_row_number_is_2
  βœ… test_stream_parse_without_header_first_row_number_is_1
tests.test_type_converters.TestBuild
  βœ… test_datetime
  βœ… test_decimal
  βœ… test_int
  βœ… test_no_type_provided
  βœ… test_str
  βœ… test_time
  βœ… test_unknown
tests.test_type_converters.TestStr
  βœ… test_apply
tests.test_type_converters.TestInt
  βœ… test_apply
  βœ… test_apply_failed
tests.test_type_converters.TestDecimal
  βœ… test_apply
  βœ… test_apply_failed
tests.test_type_converters.TestTime
  βœ… test_apply
  βœ… test_apply_failed
  βœ… test_apply_naive_time
tests.test_type_converters.TestDateTime
  βœ… test_apply
  βœ… test_apply_failed
  βœ… test_apply_naive_time
tests.test_type_converters.TestRegister
  βœ… test_register
tests.test_validators.TestBuild
  βœ… test_greater_than_params_are_correct
  βœ… test_no_name_provided
  βœ… test_regex_matches
  βœ… test_unknown
tests.test_validators.TestRegexMatches
  βœ… test_does_not_match
  βœ… test_match
tests.test_validators.TestRegister
  βœ… test_register
tests.test_validators.TestGreaterThanValidator
  βœ… test_it_raises_an_error_when_the_value_is_equal_to_threshold
  βœ… test_it_raises_an_error_when_the_value_is_lower_than_threshold
  βœ… test_it_successfully_returns_the_value_when_greater_than_decimal_threshold
  βœ… test_it_successfully_returns_the_value_when_greater_than_threshold