py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) py$(PYV): commands[0] $(@D)/test> find . -type f -name '*.pyc' -delete py$(PYV): commands[1] $(@D)/test> python alltests.py Working directory: $(@D)/test Docutils package: $(@D)/docutils test_main_help (test_CLI.CliTests.test_main_help) ... ok test_rst2html_help (test_CLI.CliTests.test_rst2html_help) ... ok test_rst2latex_help (test_CLI.CliTests.test_rst2latex_help) ... ok test_message (test__init__.ApplicationErrorTests.test_message) ... ok test_non_ASCII_message (test__init__.ApplicationErrorTests.test_non_ASCII_message) ... ok test_VersionInfo (test__init__.VersionInfoTests.test_VersionInfo) ... ok test_VersionInfo_value_check (test__init__.VersionInfoTests.test_VersionInfo_value_check) ... ok test__version__ (test__init__.VersionInfoTests.test__version__) Test that __version__ is equivalent to __version_info__. ... ok test__version_info__ (test__init__.VersionInfoTests.test__version_info__) Ensure that the current __version_info__ is valid. ... ok test_version_info_comparing (test__init__.VersionInfoTests.test_version_info_comparing) Test comparing of __version_info__ instances. ... ok test_version_info_tuple_comparing (test__init__.VersionInfoTests.test_version_info_tuple_comparing) Test comparing of __version_info__ instances to tuples. ... ok test_csv_dependencies (test_dependencies.RecordDependenciesTests.test_csv_dependencies) ... ok test_dependencies_html (test_dependencies.RecordDependenciesTests.test_dependencies_html) ... ok test_dependencies_latex (test_dependencies.RecordDependenciesTests.test_dependencies_latex) ... ok test_dependencies_xml (test_dependencies.RecordDependenciesTests.test_dependencies_xml) ... ok test_stylesheet_dependencies (test_dependencies.RecordDependenciesTests.test_stylesheet_dependencies) ... ok test_functional (test_functional.FunctionalTests.test_functional) Process test file. ... test_functional (test_functional.FunctionalTests.test_functional) (test_file='functional/tests/length_units_html5.py') Process test file. ... skipped 'requires PIL' test_bbuf (test_io.ErrorOutputTests.test_bbuf) ... ok test_defaults (test_io.ErrorOutputTests.test_defaults) ... ok test_ubuf (test_io.ErrorOutputTests.test_ubuf) ... ok test_bom_utf_16 (test_io.FileInputTests.test_bom_utf_16) Drop BOM from utf-16 encoded files, use correct encoding. ... ok test_bom_utf_8 (test_io.FileInputTests.test_bom_utf_8) Drop optional BOM from utf-8 encoded files. ... ok test_coding_slug (test_io.FileInputTests.test_coding_slug) Use self-declared encoding. ... ok test_fallback_utf8 (test_io.FileInputTests.test_fallback_utf8) Try 'utf-8', if encoding is not specified in the source. ... ok test_readlines (test_io.FileInputTests.test_readlines) ... ok test_check_encoding_false (test_io.HelperTests.test_check_encoding_false) Return `False` if lookup returns different codecs ... ok test_check_encoding_none (test_io.HelperTests.test_check_encoding_none) Cases where the comparison fails. ... ok test_check_encoding_true (test_io.HelperTests.test_check_encoding_true) Return `True` if lookup returns the same codec ... ok test_error_string (test_io.HelperTests.test_error_string) ... ok test_bom_handling (test_io.InputTests.test_bom_handling) ... ok test_decode_unicode (test_io.InputTests.test_decode_unicode) ... ok test_encoding_declaration (test_io.InputTests.test_encoding_declaration) ... ok test_FileOutput_hande_io_errors_deprection_warning (test_io.OutputTests.test_FileOutput_hande_io_errors_deprection_warning) ... ok test_encoding_clash_nonresolvable (test_io.OutputTests.test_encoding_clash_nonresolvable) ... ok test_encoding_clash_resolved (test_io.OutputTests.test_encoding_clash_resolved) ... ok test_write_bytes (test_io.OutputTests.test_write_bytes) ... ok test_write_bytes_to_stdout (test_io.OutputTests.test_write_bytes_to_stdout) ... ok test_write_unicode (test_io.OutputTests.test_write_unicode) ... ok test_write_utf8 (test_io.OutputTests.test_write_utf8) ... ok test_bibliographic_fields (test_language.LanguageTestCase.test_bibliographic_fields) ... ok test_directives (test_language.LanguageTestCase.test_directives) ... ok test_labels (test_language.LanguageTestCase.test_labels) ... ok test_roles (test_language.LanguageTestCase.test_roles) ... ok test_create_keyword_validator (test_nodes.AttributeTypeTests.test_create_keyword_validator) ... ok test_validate_NMTOKEN (test_nodes.AttributeTypeTests.test_validate_NMTOKEN) ... ok test_validate_NMTOKENS (test_nodes.AttributeTypeTests.test_validate_NMTOKENS) ... ok test_validate_identifier (test_nodes.AttributeTypeTests.test_validate_identifier) ... ok test_validate_identifier_list (test_nodes.AttributeTypeTests.test_validate_identifier_list) ... ok test_validate_measure (test_nodes.AttributeTypeTests.test_validate_measure) ... ok test_validate_refname_list (test_nodes.AttributeTypeTests.test_validate_refname_list) ... ok test_validate_yesorno (test_nodes.AttributeTypeTests.test_validate_yesorno) ... ok test_propwidth (test_nodes.ColspecTests.test_propwidth) ... ok test_clear (test_nodes.ElementTests.test_clear) ... ok test_copy (test_nodes.ElementTests.test_copy) ... ok test_deepcopy (test_nodes.ElementTests.test_deepcopy) ... ok test_default_attributes (test_nodes.ElementTests.test_default_attributes) ... ok test_empty (test_nodes.ElementTests.test_empty) ... ok test_get_language_code (test_nodes.ElementTests.test_get_language_code) ... ok test_index (test_nodes.ElementTests.test_index) ... ok test_normal_attributes (test_nodes.ElementTests.test_normal_attributes) ... ok test_previous_sibling (test_nodes.ElementTests.test_previous_sibling) ... ok test_replace_self (test_nodes.ElementTests.test_replace_self) ... ok test_section_hierarchy (test_nodes.ElementTests.test_section_hierarchy) ... ok test_system_message_copy (test_nodes.ElementTests.test_system_message_copy) ... ok test_update_all_atts (test_nodes.ElementTests.test_update_all_atts) ... ok test_update_basic_atts (test_nodes.ElementTests.test_update_basic_atts) ... ok test_withtext (test_nodes.ElementTests.test_withtext) ... ok test_validate (test_nodes.ElementValidationTests.test_validate) Valid node: validation should simply pass. ... ok test_validate_attributes (test_nodes.ElementValidationTests.test_validate_attributes) ... ok test_validate_content (test_nodes.ElementValidationTests.test_validate_content) Check, whether an element's children fit into its content model. ... ok test_validate_content_authors (test_nodes.ElementValidationTests.test_validate_content_authors) Return empty list for valid elements, raise ValidationError else. ... ok test_validate_content_subtitle (test_nodes.ElementValidationTests.test_validate_content_subtitle) must follow a . ... ok test_validate_content_transition (test_nodes.ElementValidationTests.test_validate_content_transition) Test additional constraints on <transition> placement: ... ok test_validate_invalid_descendent (test_nodes.ElementValidationTests.test_validate_invalid_descendent) ... ok test_validate_spurious_element (test_nodes.ElementValidationTests.test_validate_spurious_element) ... ok test_validate_wrong_attribute (test_nodes.ElementValidationTests.test_validate_wrong_attribute) ... ok test_validate_wrong_attribute_value (test_nodes.ElementValidationTests.test_validate_wrong_attribute_value) ... ok test_fully_normalize_name (test_nodes.MiscFunctionTests.test_fully_normalize_name) ... ok test_make_id (test_nodes.MiscFunctionTests.test_make_id) ... ok test_parse_measure (test_nodes.MiscFunctionTests.test_parse_measure) ... ok test_split_name_list (test_nodes.MiscFunctionTests.test_split_name_list) ... ok test_whitespace_normalize_name (test_nodes.MiscFunctionTests.test_whitespace_normalize_name) ... ok test_node_class_names (test_nodes.MiscTests.test_node_class_names) ... ok test_findall (test_nodes.NodeTests.test_findall) ... ok test_findall_duplicate_texts (test_nodes.NodeTests.test_findall_duplicate_texts) ... ok test_next_node (test_nodes.NodeTests.test_next_node) ... ok test_dispatch_visit_optional (test_nodes.NodeVisitorTests.test_dispatch_visit_optional) ... ok test_dispatch_visit_unknown (test_nodes.NodeVisitorTests.test_dispatch_visit_unknown) ... ok test_set_id_custom (test_nodes.SetIdTests.test_set_id_custom) ... ok test_set_id_custom_descriptive_auto_id (test_nodes.SetIdTests.test_set_id_custom_descriptive_auto_id) ... ok test_set_id_default (test_nodes.SetIdTests.test_set_id_default) ... ok test_set_id_descriptive_auto_id (test_nodes.SetIdTests.test_set_id_descriptive_auto_id) ... ok test_Text_rawsource_deprection_warning (test_nodes.TextTests.test_Text_rawsource_deprection_warning) ... ok test_astext (test_nodes.TextTests.test_astext) ... ok test_comparison (test_nodes.TextTests.test_comparison) ... ok test_pformat (test_nodes.TextTests.test_pformat) ... ok test_repr (test_nodes.TextTests.test_repr) ... ok test_repr_long_text (test_nodes.TextTests.test_repr_long_text) ... ok test_str (test_nodes.TextTests.test_str) ... ok test_strip (test_nodes.TextTests.test_strip) ... ok test_value_type_check (test_nodes.TextTests.test_value_type_check) ... ok test_copy_whole (test_nodes.TreeCopyVisitorTests.test_copy_whole) ... ok test_publish (test_parsers.test_docutils_xml.test_misc.XMLParserTests.test_publish) ... ok test_parse (test_parsers.test_docutils_xml.test_parse.XmlParserTestCase.test_parse) ... ok test_element_with_attributes (test_parsers.test_docutils_xml.test_parse_element.ParseElementTestCase.test_element_with_attributes) ... ok test_element_with_child_with_text (test_parsers.test_docutils_xml.test_parse_element.ParseElementTestCase.test_element_with_child_with_text) ... ok test_element_with_invalid_attributes (test_parsers.test_docutils_xml.test_parse_element.ParseElementTestCase.test_element_with_invalid_attributes) Silently accept invalid attribute names and values. ... ok test_junk_text (test_parsers.test_docutils_xml.test_parse_element.ParseElementTestCase.test_junk_text) ... ok test_nonexistent_element_type (test_parsers.test_docutils_xml.test_parse_element.ParseElementTestCase.test_nonexistent_element_type) ... ok test_nothing_but_junk_text (test_parsers.test_docutils_xml.test_parse_element.ParseElementTestCase.test_nothing_but_junk_text) ... ok test_tailing_junk_text (test_parsers.test_docutils_xml.test_parse_element.ParseElementTestCase.test_tailing_junk_text) ... ok test_tailing_text_after_root (test_parsers.test_docutils_xml.test_parse_element.ParseElementTestCase.test_tailing_text_after_root) etree.ElementTree does not accept tailing text in the input. ... ok test_alt (test_parsers.test_docutils_xml.test_parse_element.XmlAttributesTestCase.test_alt) ... ok test_anonymous (test_parsers.test_docutils_xml.test_parse_element.XmlAttributesTestCase.test_anonymous) ... ok test_auto (test_parsers.test_docutils_xml.test_parse_element.XmlAttributesTestCase.test_auto) ... ok test_bullet (test_parsers.test_docutils_xml.test_parse_element.XmlAttributesTestCase.test_bullet) ... ok test_colwidth (test_parsers.test_docutils_xml.test_parse_element.XmlAttributesTestCase.test_colwidth) ... ok test_delimiter (test_parsers.test_docutils_xml.test_parse_element.XmlAttributesTestCase.test_delimiter) ... ok test_dupnames (test_parsers.test_docutils_xml.test_parse_element.XmlAttributesTestCase.test_dupnames) ... ok test_enumtype (test_parsers.test_docutils_xml.test_parse_element.XmlAttributesTestCase.test_enumtype) ... ok test_format (test_parsers.test_docutils_xml.test_parse_element.XmlAttributesTestCase.test_format) ... ok test_level (test_parsers.test_docutils_xml.test_parse_element.XmlAttributesTestCase.test_level) ... ok test_ltrim (test_parsers.test_docutils_xml.test_parse_element.XmlAttributesTestCase.test_ltrim) ... ok test_morecols (test_parsers.test_docutils_xml.test_parse_element.XmlAttributesTestCase.test_morecols) ... ok test_names (test_parsers.test_docutils_xml.test_parse_element.XmlAttributesTestCase.test_names) ... ok test_refid (test_parsers.test_docutils_xml.test_parse_element.XmlAttributesTestCase.test_refid) ... ok test_refname (test_parsers.test_docutils_xml.test_parse_element.XmlAttributesTestCase.test_refname) ... ok test_rtrim (test_parsers.test_docutils_xml.test_parse_element.XmlAttributesTestCase.test_rtrim) ... ok test_title (test_parsers.test_docutils_xml.test_parse_element.XmlAttributesTestCase.test_title) ... ok test_bogus_parser (test_parsers.test_get_parser_class.GetParserClassTestCase.test_bogus_parser) ... ok test_local_parser (test_parsers.test_get_parser_class.GetParserClassTestCase.test_local_parser) ... ok test_registered_parsers (test_parsers.test_get_parser_class.GetParserClassTestCase.test_registered_parsers) ... ok test_registered_parsers_case_folding (test_parsers.test_get_parser_class.GetParserClassTestCase.test_registered_parsers_case_folding) ... ok test_missing_parser_message (test_parsers.test_get_parser_class.RecommonmarkMissingTests.test_missing_parser_message) ... ok test_parsers.test_recommonmark (unittest.loader.ModuleSkipped.test_parsers.test_recommonmark) ... skipped 'Parsing "recommonmark" Markdown flavour requires the\n package https://pypi.org/project/recommonmark.' test_parse (test_parsers.test_rst.test_SimpleTableParser.SimpleTableParserTestCase.test_parse) ... ok test_parse (test_parsers.test_rst.test_TableParser.GridTableParserTestCase.test_parse) ... ok test_parse_table (test_parsers.test_rst.test_TableParser.GridTableParserTestCase.test_parse_table) ... ok test_parser (test_parsers.test_rst.test_block_quotes.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_bullet_lists.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_character_level_inline_markup.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_citations.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_comments.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_definition_lists.ParserTestCase.test_parser) ... ok test_flag (test_parsers.test_rst.test_directives.test__init__.DirectiveOptionConversionTestCase.test_flag) ... ok test_parser_name (test_parsers.test_rst.test_directives.test__init__.DirectiveOptionConversionTestCase.test_parser_name) ... ok test_unchanged (test_parsers.test_rst.test_directives.test__init__.DirectiveOptionConversionTestCase.test_unchanged) ... ok test_unchanged_required (test_parsers.test_rst.test_directives.test__init__.DirectiveOptionConversionTestCase.test_unchanged_required) ... ok test_parser (test_parsers.test_rst.test_directives.test_admonitions.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_admonitions_de.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_admonitions_dummy_lang.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_block_quotes.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_class.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_code.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_code_long.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_code_none.ParserTestCase.test_parser) ... ok test_lexer_error (test_parsers.test_rst.test_directives.test_code_parsing.CodeParsingTests.test_lexer_error) ... ok test_lexer_error_workaround (test_parsers.test_rst.test_directives.test_code_parsing.CodeParsingTests.test_lexer_error_workaround) ... ok test_parser (test_parsers.test_rst.test_directives.test_compound.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_container.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_contents.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_date.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_decorations.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_default_role.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_figures.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_images.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_include.ParserTestCase.test_parser) ... test_parser (test_parsers.test_rst.test_directives.test_include.ParserTestCase.test_parser) (id="totest['include_markdown'][0]") ... skipped 'no markdown parser available' test_publish (test_parsers.test_rst.test_directives.test_include.ParserTestCase.test_publish) ... ok test_parser (test_parsers.test_rst.test_directives.test_line_blocks.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_math.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_meta.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_parsed_literals.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_raw.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_replace.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_replace_fr.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_role.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_rubrics.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_sectnum.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_sidebars.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_tables.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_target_notes.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_test_directives.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_title.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_topics.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_unicode.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_directives.test_unknown.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_doctest_blocks.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_east_asian_text.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_enumerated_lists.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_field_lists.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_footnotes.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_inline_markup.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_interpreted.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_interpreted_fr.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_line_blocks.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_line_length_limit.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_line_length_limit_default.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_literal_blocks.ParserTestCase.test_parser) ... ok test_inputrestrictions (test_parsers.test_rst.test_misc.RstParserTests.test_inputrestrictions) ... ok test_parser (test_parsers.test_rst.test_nested_parsing.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_option_lists.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_outdenting.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_paragraphs.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_root_prefix.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_section_headers.ParserTestCase.test_parser) ... ok test_transforms (test_parsers.test_rst.test_source_line.TransformTestCase.test_transforms) ... ok test_parser (test_parsers.test_rst.test_substitutions.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_tables.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_targets.ParserTestCase.test_parser) ... ok test_parser (test_parsers.test_rst.test_transitions.ParserTestCase.test_parser) ... ok test_pickle (test_pickle.PickleTests.test_pickle) ... ok test_destination_output_conflict (test_publisher.ConvenienceFunctionTests.test_destination_output_conflict) ... ok test_input_error_handling (test_publisher.ConvenienceFunctionTests.test_input_error_handling) ... ok test_output_error_handling (test_publisher.ConvenienceFunctionTests.test_output_error_handling) ... ok test_publish_cmdline (test_publisher.ConvenienceFunctionTests.test_publish_cmdline) ... ok test_publish_string_deprecation_warning (test_publisher.ConvenienceFunctionTests.test_publish_string_deprecation_warning) The "*_name" arguments are deprecated. ... ok test_publish_string_input_encoding (test_publisher.ConvenienceFunctionTests.test_publish_string_input_encoding) Test handling of encoded input. ... ok test_publish_string_output_encoding (test_publisher.ConvenienceFunctionTests.test_publish_string_output_encoding) ... ok test_publish_string_output_encoding_odt (test_publisher.ConvenienceFunctionTests.test_publish_string_output_encoding_odt) The ODT writer generates a zip archive, not a `str`. ... ok test_publish_doctree (test_publisher.PublishDoctreeTestCase.test_publish_doctree) ... ok test_publish_pickle (test_publisher.PublishDoctreeTestCase.test_publish_pickle) ... ok test__init__ (test_publisher.PublisherTests.test__init__) ... ok test_set_components (test_publisher.PublisherTests.test_set_components) ... ok test_set_destination (test_publisher.PublisherTests.test_set_destination) ... ok test_set_reader (test_publisher.PublisherTests.test_set_reader) ... ok test_bogus_reader (test_readers.test__init__.GetReaderClassTestCase.test_bogus_reader) ... ok test_local_reader (test_readers.test__init__.GetReaderClassTestCase.test_local_reader) ... ok test_registered_reader (test_readers.test__init__.GetReaderClassTestCase.test_registered_reader) ... ok test__init__ (test_readers.test__init__.ReaderTests.test__init__) ... ok test_parser (test_readers.test_pep.test_inline_markup.PEPParserTestCase.test_parser) ... ok test_parser (test_readers.test_pep.test_rfc2822.PEPParserTestCase.test_parser) ... ok test_encoding_error_handler (test_settings.ConfigEnvVarFileTests.test_encoding_error_handler) ... ok test_encoding_error_handler2 (test_settings.ConfigEnvVarFileTests.test_encoding_error_handler2) ... ok test_get_standard_config_files (test_settings.ConfigEnvVarFileTests.test_get_standard_config_files) ... ok test_list (test_settings.ConfigEnvVarFileTests.test_list) ... ok test_list2 (test_settings.ConfigEnvVarFileTests.test_list2) ... ok test_multiple (test_settings.ConfigEnvVarFileTests.test_multiple) ... ok test_multiple_with_html5_writer (test_settings.ConfigEnvVarFileTests.test_multiple_with_html5_writer) ... ok test_nofiles (test_settings.ConfigEnvVarFileTests.test_nofiles) ... ok test_old (test_settings.ConfigEnvVarFileTests.test_old) ... ok test_old_and_new (test_settings.ConfigEnvVarFileTests.test_old_and_new) ... ok test_one (test_settings.ConfigEnvVarFileTests.test_one) ... ok test_syntax_error (test_settings.ConfigEnvVarFileTests.test_syntax_error) ... ok test_encoding_error_handler (test_settings.ConfigFileTests.test_encoding_error_handler) ... ok test_encoding_error_handler2 (test_settings.ConfigFileTests.test_encoding_error_handler2) ... ok test_list (test_settings.ConfigFileTests.test_list) ... ok test_list2 (test_settings.ConfigFileTests.test_list2) ... ok test_multiple (test_settings.ConfigFileTests.test_multiple) ... ok test_multiple_with_html5_writer (test_settings.ConfigFileTests.test_multiple_with_html5_writer) ... ok test_nofiles (test_settings.ConfigFileTests.test_nofiles) ... ok test_old (test_settings.ConfigFileTests.test_old) ... ok test_old_and_new (test_settings.ConfigFileTests.test_old_and_new) ... ok test_one (test_settings.ConfigFileTests.test_one) ... ok test_syntax_error (test_settings.ConfigFileTests.test_syntax_error) ... ok test_make_paths_absolute (test_settings.HelperFunctionsTests.test_make_paths_absolute) ... ok test_make_paths_absolute_cwd (test_settings.HelperFunctionsTests.test_make_paths_absolute_cwd) ... ok test_validate_boolean (test_settings.HelperFunctionsTests.test_validate_boolean) ... ok test_validate_colon_separated_string_list (test_settings.HelperFunctionsTests.test_validate_colon_separated_string_list) ... ok test_validate_comma_separated_list (test_settings.HelperFunctionsTests.test_validate_comma_separated_list) ... ok test_validate_math_output (test_settings.HelperFunctionsTests.test_validate_math_output) ... ok test_validate_math_output_errors (test_settings.HelperFunctionsTests.test_validate_math_output_errors) ... ok test_validate_smartquotes_locales (test_settings.HelperFunctionsTests.test_validate_smartquotes_locales) ... ok test_validate_ternary (test_settings.HelperFunctionsTests.test_validate_ternary) ... ok test_validate_threshold (test_settings.HelperFunctionsTests.test_validate_threshold) ... ok test_validate_url_trailing_slash (test_settings.HelperFunctionsTests.test_validate_url_trailing_slash) ... ok test_add_state (test_statemachine.EmptySMTests.test_add_state) ... ok test_add_states (test_statemachine.EmptySMTests.test_add_states) ... ok test_get_state (test_statemachine.EmptySMTests.test_get_state) ... ok test_add_state (test_statemachine.EmptySMWSTests.test_add_state) ... ok test_add_states (test_statemachine.EmptySMWSTests.test_add_states) ... ok test_get_state (test_statemachine.EmptySMWSTests.test_get_state) ... ok test_add_transition (test_statemachine.EmptyStateTests.test_add_transition) ... ok test_add_transitions (test_statemachine.EmptyStateTests.test_add_transitions) ... ok test_make_transition (test_statemachine.EmptyStateTests.test_make_transition) ... ok test_make_transitions (test_statemachine.EmptyStateTests.test_make_transitions) ... ok test_remove_transition (test_statemachine.EmptyStateTests.test_remove_transition) ... ok test_string2lines (test_statemachine.MiscTests.test_string2lines) ... ok test___init__ (test_statemachine.SMWSTests.test___init__) ... ok test_get_indented (test_statemachine.SMWSTests.test_get_indented) ... ok test_get_text_block (test_statemachine.SMWSTests.test_get_text_block) ... ok test_get_text_block_flush_left (test_statemachine.SMWSTests.test_get_text_block_flush_left) ... ok test_run (test_statemachine.SMWSTests.test_run) ... ok test_kwargs (test_transforms.test__init__.KwargsTestCase.test_kwargs) ... ok test_deprecation_warnings (test_transforms.test__init__.TransformerWarningsTestCase.test_deprecation_warnings) ... ok test_transforms (test_transforms.test_class.TransformTestCase.test_transforms) ... ok test_transforms (test_transforms.test_contents.TransformTestCase.test_transforms) ... ok test_transforms (test_transforms.test_docinfo.TransformTestCase.test_transforms) ... ok test_transforms_de (test_transforms.test_docinfo.TransformTestCase.test_transforms_de) ... ok test_transforms_ru (test_transforms.test_docinfo.TransformTestCase.test_transforms_ru) ... ok test_transforms (test_transforms.test_doctitle.TransformTestCase.test_transforms) ... ok test_transforms (test_transforms.test_expose_internals.TransformTestCase.test_transforms) ... ok test_transforms (test_transforms.test_filter.TransformTestCase.test_transforms) ... ok test_transforms (test_transforms.test_filter_messages.TransformTestCase.test_transforms) ... ok test_transforms (test_transforms.test_footnotes.TransformTestCase.test_transforms) ... ok test_transforms (test_transforms.test_hyperlinks.TransformTestCase.test_transforms) ... ok test_transforms (test_transforms.test_hyperlinks_de.TransformTestCase.test_transforms) ... ok test_transforms (test_transforms.test_messages.TransformTestCase.test_transforms) ... ok test_transforms (test_transforms.test_peps.TransformTestCase.test_transforms) ... ok test_transforms (test_transforms.test_sectnum.TransformTestCase.test_transforms) ... ok test_transforms (test_transforms.test_smartquotes.TransformTestCase.test_transforms) ... ok test_transforms (test_transforms.test_strip_comments.TransformTestCase.test_transforms) ... ok test_transforms (test_transforms.test_strip_elements_with_class.TransformTestCase.test_transforms) ... ok test_transforms (test_transforms.test_substitution_expansion_length_limit.TransformTestCase.test_transforms) ... ok test_transforms (test_transforms.test_substitutions.TransformTestCase.test_transforms) ... ok test_transforms (test_transforms.test_target_notes.TransformTestCase.test_transforms) ... ok test_transforms (test_transforms.test_transitions.TransformTestCase.test_transforms) ... ok test_transfroms_x (test_transforms.test_transitions.TransformTestCase.test_transfroms_x) ... ok test_transforms (test_transforms.test_writer_aux.TransformTestCase.test_transforms) ... ok test_stop_traversal (test_traversals.StopTraversalTests.test_stop_traversal) ... ok test_assemble_option_dict (test_utils.test__init__.ExtensionOptionTests.test_assemble_option_dict) ... ok test_extract_extension_options (test_utils.test__init__.ExtensionOptionTests.test_extract_extension_options) ... ok test_column_width (test_utils.test__init__.HelperFunctionTests.test_column_width) ... ok test_decode_path (test_utils.test__init__.HelperFunctionTests.test_decode_path) ... ok test_escape2null (test_utils.test__init__.HelperFunctionTests.test_escape2null) ... ok test_find_file_in_dirs (test_utils.test__init__.HelperFunctionTests.test_find_file_in_dirs) ... ok test_normalize_language_tag (test_utils.test__init__.HelperFunctionTests.test_normalize_language_tag) ... ok test_relative_path (test_utils.test__init__.HelperFunctionTests.test_relative_path) ... ok test_unescape (test_utils.test__init__.HelperFunctionTests.test_unescape) ... ok test_xml_declaration (test_utils.test__init__.HelperFunctionTests.test_xml_declaration) ... ok test_extract_name_value (test_utils.test__init__.NameValueTests.test_extract_name_value) ... ok test_debug (test_utils.test__init__.QuietReporterTests.test_debug) ... ok test_error (test_utils.test__init__.QuietReporterTests.test_error) ... ok test_info (test_utils.test__init__.QuietReporterTests.test_info) ... ok test_severe (test_utils.test__init__.QuietReporterTests.test_severe) ... ok test_warning (test_utils.test__init__.QuietReporterTests.test_warning) ... ok test_level0 (test_utils.test__init__.ReporterTests.test_level0) ... ok test_level1 (test_utils.test__init__.ReporterTests.test_level1) ... ok test_level2 (test_utils.test__init__.ReporterTests.test_level2) ... ok test_level3 (test_utils.test__init__.ReporterTests.test_level3) ... ok test_level4 (test_utils.test__init__.ReporterTests.test_level4) ... ok test_unicode_message (test_utils.test__init__.ReporterTests.test_unicode_message) ... ok test_unicode_message_from_exception (test_utils.test__init__.ReporterTests.test_unicode_message_from_exception) Workaround for Python < 2.6 bug: ... ok test_get_stylesheet_list_conflict (test_utils.test__init__.StylesheetFunctionTests.test_get_stylesheet_list_conflict) ... ok test_get_stylesheet_list_stylesheet (test_utils.test__init__.StylesheetFunctionTests.test_get_stylesheet_list_stylesheet) ... ok test_get_stylesheet_list_stylesheet_path (test_utils.test__init__.StylesheetFunctionTests.test_get_stylesheet_list_stylesheet_path) ... ok test_invalid (test_utils.test__roman_numerals.FromStringTestCase.test_invalid) ... ok test_lowercase (test_utils.test__roman_numerals.FromStringTestCase.test_lowercase) ... ok test_mixed_case (test_utils.test__roman_numerals.FromStringTestCase.test_mixed_case) ... ok test_special (test_utils.test__roman_numerals.FromStringTestCase.test_special) ... ok test_uppercase (test_utils.test__roman_numerals.FromStringTestCase.test_uppercase) ... ok test_MAX (test_utils.test__roman_numerals.NewRomanNumeralTestCase.test_MAX) ... ok test_MIN (test_utils.test__roman_numerals.NewRomanNumeralTestCase.test_MIN) ... ok test_five_thousand (test_utils.test__roman_numerals.NewRomanNumeralTestCase.test_five_thousand) ... ok test_float (test_utils.test__roman_numerals.NewRomanNumeralTestCase.test_float) ... ok test_forty_two (test_utils.test__roman_numerals.NewRomanNumeralTestCase.test_forty_two) ... ok test_four_thousand_nine_hundred_and_ninety_nine (test_utils.test__roman_numerals.NewRomanNumeralTestCase.test_four_thousand_nine_hundred_and_ninety_nine) ... ok test_minus_one (test_utils.test__roman_numerals.NewRomanNumeralTestCase.test_minus_one) ... ok test_one (test_utils.test__roman_numerals.NewRomanNumeralTestCase.test_one) ... ok test_zero (test_utils.test__roman_numerals.NewRomanNumeralTestCase.test_zero) ... ok test_round_trip (test_utils.test__roman_numerals.RoundTripTestCase.test_round_trip) ... ok test_lowercase (test_utils.test__roman_numerals.ToStringTestCase.test_lowercase) ... ok test_minitrue (test_utils.test__roman_numerals.ToStringTestCase.test_minitrue) ... ok test_str (test_utils.test__roman_numerals.ToStringTestCase.test_str) ... ok test_uppercase (test_utils.test__roman_numerals.ToStringTestCase.test_uppercase) ... ok test_pick_math_environment (test_utils.test_math.test__init__.MathTests.test_pick_math_environment) ... ok test_wrap_math_code (test_utils.test_math.test__init__.MathTests.test_wrap_math_code) ... ok test__init__ (test_utils.test_math.test_mathml_elements.MathElementTests.test__init__) Instantiate a MathElement object and test its properties. ... ok test__repr__ (test_utils.test_math.test_mathml_elements.MathElementTests.test__repr__) The representation should match the code to instantiate. ... ok test__setitem__ (test_utils.test_math.test_mathml_elements.MathElementTests.test__setitem__) Setting an item also sets the `parent` attribute on the child. ... ok test__str__ (test_utils.test_math.test_mathml_elements.MathElementTests.test__str__) Informal string representation for debugging and error reports. ... ok test_a_str (test_utils.test_math.test_mathml_elements.MathElementTests.test_a_str) ... ok test_append (test_utils.test_math.test_mathml_elements.MathElementTests.test_append) Test special features of the "append()" method. ... ok test_children (test_utils.test_math.test_mathml_elements.MathElementTests.test_children) ... ok test_close (test_utils.test_math.test_mathml_elements.MathElementTests.test_close) Closing an element returns first non-closed anchestor or None. ... ok test_extend (test_utils.test_math.test_mathml_elements.MathElementTests.test_extend) ... ok test_in_block (test_utils.test_math.test_mathml_elements.MathElementTests.test_in_block) ... ok test_indent_xml (test_utils.test_math.test_mathml_elements.MathElementTests.test_indent_xml) Modify `text` and `tail` to get indented XML output. ... ok test_is_full (test_utils.test_math.test_mathml_elements.MathElementTests.test_is_full) ... ok test_pop (test_utils.test_math.test_mathml_elements.MathElementTests.test_pop) ... ok test_toxml (test_utils.test_math.test_mathml_elements.MathElementTests.test_toxml) XML representation of the element/subtree as `str`. ... ok test_unindent_xml (test_utils.test_math.test_mathml_elements.MathElementTests.test_unindent_xml) ... ok test_mathml_elements (test_utils.test_math.test_mathml_elements.MathMLElementTests.test_mathml_elements) ... ok test__init__ (test_utils.test_math.test_mathml_elements.MathSchemaTests.test__init__) ... ok test__init__full (test_utils.test_math.test_mathml_elements.MathSchemaTests.test__init__full) ... ok test_append (test_utils.test_math.test_mathml_elements.MathSchemaTests.test_append) ... ok test__init__ (test_utils.test_math.test_mathml_elements.MathTokenTests.test__init__) ... ok test_append (test_utils.test_math.test_mathml_elements.MathTokenTests.test_append) ... ok test_close_only_child (test_utils.test_math.test_mathml_elements.mrowTests.test_close_only_child) ... ok test_transfer_attributes (test_utils.test_math.test_mathml_elements.mrowTests.test_transfer_attributes) ... ok test_utils.test_math.test_tex2mathml_extern (unittest.loader.ModuleSkipped.test_utils.test_math.test_tex2mathml_extern) ... skipped 'run stand-alone to test external math converters' test_get_indented (test_viewlist.StringList.test_get_indented) ... ok test_trim_left (test_viewlist.StringList.test_trim_left) ... ok test_append (test_viewlist.ViewListTests.test_append) ... ok test_del_slice (test_viewlist.ViewListTests.test_del_slice) ... ok test_extend (test_viewlist.ViewListTests.test_extend) ... ok test_get_slice (test_viewlist.ViewListTests.test_get_slice) ... ok test_info (test_viewlist.ViewListTests.test_info) ... ok test_insert (test_viewlist.ViewListTests.test_insert) ... ok test_lists (test_viewlist.ViewListTests.test_lists) ... ok test_reverse (test_viewlist.ViewListTests.test_reverse) ... ok test_set_slice (test_viewlist.ViewListTests.test_set_slice) ... ok test_sort (test_viewlist.ViewListTests.test_sort) ... ok test_special_class_methods (test_viewlist.ViewListTests.test_special_class_methods) ... ok test_trim (test_viewlist.ViewListTests.test_trim) ... ok test_view (test_viewlist.ViewListTests.test_view) ... ok test_xitems (test_viewlist.ViewListTests.test_xitems) ... ok test_invalid_raw_xml (test_writers.test_docutils_xml.DocutilsXMLTestCase.test_invalid_raw_xml) ... ok test_publish (test_writers.test_docutils_xml.DocutilsXMLTestCase.test_publish) ... ok test_publish_indents (test_writers.test_docutils_xml.DocutilsXMLTestCase.test_publish_indents) ... ok test_publish_newlines (test_writers.test_docutils_xml.DocutilsXMLTestCase.test_publish_newlines) ... ok test_raw_xml (test_writers.test_docutils_xml.DocutilsXMLTestCase.test_raw_xml) ... ok test_bogus_writer (test_writers.test_get_writer_class.GetWriterClassTestCase.test_bogus_writer) ... ok test_local_writer (test_writers.test_get_writer_class.GetWriterClassTestCase.test_local_writer) ... ok test_registered_writer (test_writers.test_get_writer_class.GetWriterClassTestCase.test_registered_writer) ... ok test_publish (test_writers.test_html4css1.Html4WriterPublishPartsTestCase.test_publish) ... skipped 'syntax highlight requires pygments' test_xmlcharrefreplace (test_writers.test_html4css1_misc.EncodingTestCase.test_xmlcharrefreplace) ... ok test_math_output_default (test_writers.test_html4css1_misc.MathTestCase.test_math_output_default) ... ok test_math_output_html (test_writers.test_html4css1_misc.MathTestCase.test_math_output_html) ... ok test_math_output_html_stylesheet (test_writers.test_html4css1_misc.MathTestCase.test_math_output_html_stylesheet) ... ok test_math_output_mathjax (test_writers.test_html4css1_misc.MathTestCase.test_math_output_mathjax) ... ok test_math_output_mathjax_custom (test_writers.test_html4css1_misc.MathTestCase.test_math_output_mathjax_custom) ... ok test_math_output_mathjax_no_math (test_writers.test_html4css1_misc.MathTestCase.test_math_output_mathjax_no_math) ... ok test_definition_list_item_classes (test_writers.test_html4css1_misc.MovingArgsTestCase.test_definition_list_item_classes) ... ok test_definition_list_item_name (test_writers.test_html4css1_misc.MovingArgsTestCase.test_definition_list_item_name) ... ok test_custom_stylesheet_dir (test_writers.test_html4css1_misc.SettingsTestCase.test_custom_stylesheet_dir) ... ok test_custom_stylesheet_dir_embedded (test_writers.test_html4css1_misc.SettingsTestCase.test_custom_stylesheet_dir_embedded) ... ok test_custom_stylesheet_linked (test_writers.test_html4css1_misc.SettingsTestCase.test_custom_stylesheet_linked) ... ok test_default_stylesheet (test_writers.test_html4css1_misc.SettingsTestCase.test_default_stylesheet) ... ok test_default_stylesheet_linked (test_writers.test_html4css1_misc.SettingsTestCase.test_default_stylesheet_linked) ... ok test_math_stylesheet_linked (test_writers.test_html4css1_misc.SettingsTestCase.test_math_stylesheet_linked) ... ok test_publish_parts (test_writers.test_html4css1_parts.Html4WriterPublishPartsTestCase.test_publish_parts) ... ok test_publish (test_writers.test_html4css1_template.WriterPublishTestCase.test_publish) ... ok test_publish (test_writers.test_html5_polyglot.Html5WriterPublishPartsTestCase.test_publish) ... ok test_xmlcharrefreplace (test_writers.test_html5_polyglot_misc.EncodingTestCase.test_xmlcharrefreplace) ... ok test_image_size (test_writers.test_html5_polyglot_misc.ImagesTestCase.test_image_size) ... ok test_prepare_svg (test_writers.test_html5_polyglot_misc.ImagesTestCase.test_prepare_svg) ... ok test_prepare_svg_syntax_variants (test_writers.test_html5_polyglot_misc.ImagesTestCase.test_prepare_svg_syntax_variants) ... ok test_math_output_default (test_writers.test_html5_polyglot_misc.MathTestCase.test_math_output_default) ... ok test_math_output_html (test_writers.test_html5_polyglot_misc.MathTestCase.test_math_output_html) ... ok test_math_output_html_stylesheet (test_writers.test_html5_polyglot_misc.MathTestCase.test_math_output_html_stylesheet) ... ok test_math_output_mathjax (test_writers.test_html5_polyglot_misc.MathTestCase.test_math_output_mathjax) ... ok test_math_output_mathjax_custom (test_writers.test_html5_polyglot_misc.MathTestCase.test_math_output_mathjax_custom) ... ok test_math_output_mathjax_no_math (test_writers.test_html5_polyglot_misc.MathTestCase.test_math_output_mathjax_no_math) ... ok test_definition_list_item_classes (test_writers.test_html5_polyglot_misc.MovingArgsTestCase.test_definition_list_item_classes) ... ok test_definition_list_item_name (test_writers.test_html5_polyglot_misc.MovingArgsTestCase.test_definition_list_item_name) ... ok test_custom_stylesheet_dir (test_writers.test_html5_polyglot_misc.SettingsTestCase.test_custom_stylesheet_dir) ... ok test_custom_stylesheet_dir_embedded (test_writers.test_html5_polyglot_misc.SettingsTestCase.test_custom_stylesheet_dir_embedded) ... ok test_custom_stylesheet_linked (test_writers.test_html5_polyglot_misc.SettingsTestCase.test_custom_stylesheet_linked) ... ok test_default_stylesheet (test_writers.test_html5_polyglot_misc.SettingsTestCase.test_default_stylesheet) ... ok test_default_stylesheet_linked (test_writers.test_html5_polyglot_misc.SettingsTestCase.test_default_stylesheet_linked) ... ok test_future_warnings (test_writers.test_html5_polyglot_misc.SettingsTestCase.test_future_warnings) Warn about deprecated setting name. ... ok test_math_stylesheet_linked (test_writers.test_html5_polyglot_misc.SettingsTestCase.test_math_stylesheet_linked) ... ok test_publish_parts (test_writers.test_html5_polyglot_parts.Html5WriterPublishPartsTestCase.test_publish_parts) ... ok test_publish (test_writers.test_html5_template.WriterPublishTestCase.test_publish) ... ok test_body (test_writers.test_latex2e.WriterPublishTestCase.test_body) ... ok test_publish_from_doctree (test_writers.test_latex2e_misc.PublishTestCase.test_publish_from_doctree) Ignore the Docutils-generated ToC when ``use_latex_toc`` is True. ... ok test_deprecation_warnings (test_writers.test_latex2e_misc.WarningsTestCase.test_deprecation_warnings) ... ok test_future_warnings (test_writers.test_latex2e_misc.WarningsTestCase.test_future_warnings) Warn about changing defaults. ... ok test_publish_parts (test_writers.test_latex2e_parts.LaTeXWriterPublishPartsTestCase.test_publish_parts) ... ok test_insert (test_writers.test_manpage.URIBreakpointsTestCase.test_insert) ... ok test_publish (test_writers.test_manpage.WriterPublishTestCase.test_publish) ... ok test_reference_macros (test_writers.test_manpage.WriterPublishTestCase.test_reference_macros) ... ok test_system_msgs (test_writers.test_manpage.WriterPublishTestCase.test_system_msgs) ... ok test_publish (test_writers.test_null.WriterPublishTestCase.test_publish) ... ok test_odt_basic (test_writers.test_odt.DocutilsOdtTestCase.test_odt_basic) ... ok test_odt_classifier (test_writers.test_odt.DocutilsOdtTestCase.test_odt_classifier) ... ok test_odt_contents (test_writers.test_odt.DocutilsOdtTestCase.test_odt_contents) ... ok test_odt_custom_headfoot (test_writers.test_odt.DocutilsOdtTestCase.test_odt_custom_headfoot) ... ok test_odt_footnotes (test_writers.test_odt.DocutilsOdtTestCase.test_odt_footnotes) ... ok test_odt_header_footer (test_writers.test_odt.DocutilsOdtTestCase.test_odt_header_footer) ... ok test_odt_image (test_writers.test_odt.DocutilsOdtTestCase.test_odt_image) ... ok test_odt_literal_block (test_writers.test_odt.DocutilsOdtTestCase.test_odt_literal_block) ... ok test_odt_nested_class (test_writers.test_odt.DocutilsOdtTestCase.test_odt_nested_class) ... ok test_odt_raw (test_writers.test_odt.DocutilsOdtTestCase.test_odt_raw) ... ok test_odt_tables1 (test_writers.test_odt.DocutilsOdtTestCase.test_odt_tables1) ... ok test_publish (test_writers.test_pseudoxml.WriterPublishTestCase.test_publish) ... ok test_publish (test_writers.test_s5.WriterPublishTestCase.test_publish) ... ok test_px_workaround (test_writers.test_xetex_misc.PublishTestCase.test_px_workaround) Check the workaround for length unit 'px' missing in XeTeX. ... ok ---------------------------------------------------------------------- Ran 2330 tests OK (skipped=5) py$(PYV): OK congratulations :)