py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) py$(PYV): commands[0]> python -m pytest ============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python cachedir: .tox/py$(PYV)/.pytest_cache rootdir: $(@D) configfile: setup.cfg testpaths: tests collecting ... collected 92 items tests/test_configupdater.py::test_add_before_after_comment PASSED tests/test_configupdater.py::test_add_before_after_option PASSED tests/test_configupdater.py::test_add_before_after_section PASSED tests/test_configupdater.py::test_add_before_after_space PASSED tests/test_configupdater.py::test_add_before_then_add_after_option PASSED tests/test_configupdater.py::test_add_detached_section_option_objects PASSED tests/test_configupdater.py::test_add_section PASSED tests/test_configupdater.py::test_append_to_comma_separated_value PASSED tests/test_configupdater.py::test_append_to_multi_line_value PASSED tests/test_configupdater.py::test_append_to_no_multi_line_value PASSED tests/test_configupdater.py::test_as_list_comma_separated PASSED tests/test_configupdater.py::test_as_list_multi_line PASSED tests/test_configupdater.py::test_assure_no_duplicate_options PASSED tests/test_configupdater.py::test_comments_in_multiline_options PASSED tests/test_configupdater.py::test_comments_in_multiline_values PASSED tests/test_configupdater.py::test_constructor PASSED tests/test_configupdater.py::test_contains_options PASSED tests/test_configupdater.py::test_contains_section PASSED tests/test_configupdater.py::test_deepcopy PASSED tests/test_configupdater.py::test_del_option PASSED tests/test_configupdater.py::test_del_section PASSED tests/test_configupdater.py::test_duplicate_option_error PASSED tests/test_configupdater.py::test_duplicate_section_error PASSED tests/test_configupdater.py::test_empty_lines_in_values_support PASSED tests/test_configupdater.py::test_eq PASSED tests/test_configupdater.py::test_get_method PASSED tests/test_configupdater.py::test_get_option PASSED tests/test_configupdater.py::test_get_options PASSED tests/test_configupdater.py::test_get_section PASSED tests/test_configupdater.py::test_handle_error PASSED tests/test_configupdater.py::test_has_option PASSED tests/test_configupdater.py::test_has_section PASSED tests/test_configupdater.py::test_indented_comment PASSED tests/test_configupdater.py::test_indented_section PASSED tests/test_configupdater.py::test_inline_comments PASSED tests/test_configupdater.py::test_insert_at PASSED tests/test_configupdater.py::test_items PASSED tests/test_configupdater.py::test_iter_consistency_with_configparser PASSED tests/test_configupdater.py::test_iter_items_section PASSED tests/test_configupdater.py::test_iter_option PASSED tests/test_configupdater.py::test_iter_section PASSED tests/test_configupdater.py::test_len_option PASSED tests/test_configupdater.py::test_len_section PASSED tests/test_configupdater.py::test_len_updater PASSED tests/test_configupdater.py::test_missing_section_error PASSED tests/test_configupdater.py::test_modify_multiline_value PASSED tests/test_configupdater.py::test_navigation_and_remove PASSED tests/test_configupdater.py::test_no_duplicate_blocks_with_blockbuilder PASSED tests/test_configupdater.py::test_no_space_around_delim PASSED tests/test_configupdater.py::test_no_value PASSED tests/test_configupdater.py::test_parsing_of_brackets_in_section_names PASSED tests/test_configupdater.py::test_parsing_of_brackets_in_section_names_comments PASSED tests/test_configupdater.py::test_read_file_like PASSED tests/test_configupdater.py::test_read_file_with_string PASSED tests/test_configupdater.py::test_read_mixed_case_options PASSED tests/test_configupdater.py::test_read_write_no_changes PASSED tests/test_configupdater.py::test_remove_option PASSED tests/test_configupdater.py::test_rename_option_key PASSED tests/test_configupdater.py::test_section_comment PASSED tests/test_configupdater.py::test_section_set_option PASSED tests/test_configupdater.py::test_section_to_dict PASSED tests/test_configupdater.py::test_section_without_end_of_line PASSED tests/test_configupdater.py::test_sections PASSED tests/test_configupdater.py::test_set_item_section PASSED tests/test_configupdater.py::test_set_option PASSED tests/test_configupdater.py::test_set_optionxform PASSED tests/test_configupdater.py::test_set_values_for_existing_multiline_value PASSED tests/test_configupdater.py::test_setitem_detached_option PASSED tests/test_configupdater.py::test_str PASSED tests/test_configupdater.py::test_transfering_sections_and_manipulating_options PASSED tests/test_configupdater.py::test_transfering_sections_and_manipulating_options_with_deepcopy PASSED tests/test_configupdater.py::test_transferring_blocks_between_elements PASSED tests/test_configupdater.py::test_update_file_issue_68 PASSED tests/test_configupdater.py::test_update_mixed_case_options PASSED tests/test_configupdater.py::test_update_no_cfg PASSED tests/test_configupdater.py::test_update_no_changes PASSED tests/test_configupdater.py::test_updater_to_dict PASSED tests/test_configupdater.py::test_validate_format PASSED tests/test_configupdater.py::test_validate_format_propagates_kwargs PASSED tests/test_configupdater.py::test_value_change PASSED tests/test_option.py::test_deepcopy PASSED tests/test_option.py::test_str_for_none_value PASSED tests/test_option.py::test_str_for_set_values PASSED tests/test_optionxform.py::test_custom PASSED tests/test_optionxform.py::test_section_contains PASSED tests/test_optionxform.py::test_section_setitem PASSED tests/test_optionxform.py::test_stdlib_docs_compatibility PASSED tests/test_parser.py::test_syntax_options PASSED tests/test_parser.py::test_syntax_options_read_only PASSED tests/test_section.py::test_clear_error_message PASSED tests/test_section.py::test_deepcopy PASSED tests/test_section.py::test_set PASSED ======== 92 passed ======== py$(PYV): OK congratulations :)