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) ... ok
test_rst2html_help (test_CLI.CliTests) ... ok
test_rst2latex_help (test_CLI.CliTests) ... ok
test_message (test__init__.ApplicationErrorTests) ... ok
test_non_ASCII_message (test__init__.ApplicationErrorTests) ... ok
test_VersionInfo (test__init__.VersionInfoTests) ... ok
test_VersionInfo_value_check (test__init__.VersionInfoTests) ... ok
test__version__ (test__init__.VersionInfoTests)
Test that __version__ is equivalent to __version_info__. ... ok
test__version_info__ (test__init__.VersionInfoTests)
Ensure that the current __version_info__ is valid. ... ok
test_version_info_comparing (test__init__.VersionInfoTests)
Test comparing of __version_info__ instances. ... ok
test_version_info_tuple_comparing (test__init__.VersionInfoTests)
Test comparing of __version_info__ instances to tuples. ... ok
test_csv_dependencies (test_dependencies.RecordDependenciesTests) ... ok
test_dependencies_html (test_dependencies.RecordDependenciesTests) ... ok
test_dependencies_latex (test_dependencies.RecordDependenciesTests) ... ok
test_dependencies_xml (test_dependencies.RecordDependenciesTests) ... ok
test_stylesheet_dependencies (test_dependencies.RecordDependenciesTests) ... ok
test_bbuf (test_error_reporting.ErrorOutputTests) ... ok
test_defaults (test_error_reporting.ErrorOutputTests) ... ok
test_ubuf (test_error_reporting.ErrorOutputTests) ... ok
test_csv_table (test_error_reporting.ErrorReportingTests) ... ok
test_include (test_error_reporting.ErrorReportingTests) ... ok
test_raw_file (test_error_reporting.ErrorReportingTests) ... ok
test_str (test_error_reporting.ErrorStringTests) ... ok
test_unicode (test_error_reporting.ErrorStringTests) ... ok
test_7bit (test_error_reporting.SafeStringTests) ... ok
test_str (test_error_reporting.SafeStringTests)
Test conversion to a string ... ok
test_ustr (test_error_reporting.SafeStringTests)
Test conversion to a unicode-string. ... ok
test_str (test_error_reporting.SafeStringTests_locale)
Test conversion to a string ... ok
test_ustr (test_error_reporting.SafeStringTests_locale)
Test conversion to a unicode-string. ... ok
test_functional (test_functional.FunctionalTests)
Process test file. ... ok
test_bbuf (test_io.ErrorOutputTests) ... ok
test_defaults (test_io.ErrorOutputTests) ... ok
test_ubuf (test_io.ErrorOutputTests) ... ok
test_bom_utf_16 (test_io.FileInputTests)
Drop BOM from utf-16 encoded files, use correct encoding. ... ok
test_bom_utf_8 (test_io.FileInputTests)
Drop optional BOM from utf-8 encoded files. ... ok
test_coding_slug (test_io.FileInputTests)
Use self-declared encoding. ... ok
test_fallback_no_utf8 (test_io.FileInputTests) ... skipped 'locale encoding not set or UTF-8'
test_fallback_utf8 (test_io.FileInputTests)
Try 'utf-8', if encoding is not specified in the source. ... ok
test_readlines (test_io.FileInputTests) ... ok
test_check_encoding_false (test_io.HelperTests)
Return `False` if lookup returns different codecs ... ok
test_check_encoding_none (test_io.HelperTests)
Cases where the comparison fails. ... ok
test_check_encoding_true (test_io.HelperTests)
Return `True` if lookup returns the same codec ... ok
test_error_string (test_io.HelperTests) ... ok
test_bom_handling (test_io.InputTests) ... ok
test_decode_unicode (test_io.InputTests) ... ok
test_encoding_declaration (test_io.InputTests) ... ok
test_FileOutput_hande_io_errors_deprection_warning (test_io.OutputTests) ... ok
test_encoding_clash_nonresolvable (test_io.OutputTests) ... ok
test_encoding_clash_resolved (test_io.OutputTests) ... ok
test_write_bytes (test_io.OutputTests) ... ok
test_write_bytes_to_stdout (test_io.OutputTests) ... ok
test_write_unicode (test_io.OutputTests) ... ok
test_write_utf8 (test_io.OutputTests) ... ok
test_bibliographic_fields (test_language.LanguageTestCase) ... ok
test_directives (test_language.LanguageTestCase) ... ok
test_labels (test_language.LanguageTestCase) ... ok
test_roles (test_language.LanguageTestCase) ... ok
test_clear (test_nodes.ElementTests) ... ok
test_default_attributes (test_nodes.ElementTests) ... ok
test_empty (test_nodes.ElementTests) ... ok
test_index (test_nodes.ElementTests) ... ok
test_normal_attributes (test_nodes.ElementTests) ... ok
test_previous_sibling (test_nodes.ElementTests) ... ok
test_replace_self (test_nodes.ElementTests) ... ok
test_set_class_deprecation_warning (test_nodes.ElementTests) ... ok
test_unicode (test_nodes.ElementTests) ... ok
test_update_all_atts (test_nodes.ElementTests) ... ok
test_update_basic_atts (test_nodes.ElementTests) ... ok
test_withtext (test_nodes.ElementTests) ... ok
test_normalize_name (test_nodes.MiscFunctionTests) ... ok
test_copy (test_nodes.MiscTests) ... ok
test_findall (test_nodes.MiscTests) ... ok
test_findall_duplicate_texts (test_nodes.MiscTests) ... ok
test_make_id (test_nodes.MiscTests) ... ok
test_next_node (test_nodes.MiscTests) ... ok
test_node_class_names (test_nodes.MiscTests) ... ok
test_system_message_copy (test_nodes.MiscTests) ... ok
test_dispatch_visit_optional (test_nodes.NodeVisitorTests) ... ok
test_dispatch_visit_unknown (test_nodes.NodeVisitorTests) ... ok
test_set_id_custom (test_nodes.SetIdTests) ... ok
test_set_id_custom_descriptive_auto_id (test_nodes.SetIdTests) ... ok
test_set_id_default (test_nodes.SetIdTests) ... ok
test_set_id_descriptive_auto_id (test_nodes.SetIdTests) ... ok
test_Text_rawsource_deprection_warning (test_nodes.TextTests) ... ok
test_asciirestriction (test_nodes.TextTests) ... ok
test_astext (test_nodes.TextTests) ... ok
test_comparison (test_nodes.TextTests) ... ok
test_longrepr (test_nodes.TextTests) ... ok
test_pformat (test_nodes.TextTests) ... ok
test_repr (test_nodes.TextTests) ... ok
test_str (test_nodes.TextTests) ... ok
test_strip (test_nodes.TextTests) ... ok
test_unicode (test_nodes.TextTests) ... ok
test_copy_whole (test_nodes.TreeCopyVisitorTests) ... ok
test_bogus_parser (test_parsers.test_get_parser_class.GetParserClassTestCase) ... ok
test_local_parser (test_parsers.test_get_parser_class.GetParserClassTestCase) ... ok
test_registered_parser (test_parsers.test_get_parser_class.GetParserClassTestCase) ... ok
test_missing_parser_message (test_parsers.test_get_parser_class.RecommonmarkMissingTests) ... ok
test_parsers.test_recommonmark (unittest.loader.ModuleSkipped) ... skipped 'Parsing "recommonmark" Markdown flavour requires the\n  package https://pypi.org/project/recommonmark.'
test_parse (test_parsers.test_rst.test_SimpleTableParser.SimpleTableParserTestCase) ... ok
test_parse (test_parsers.test_rst.test_TableParser.GridTableParserTestCase) ... ok
test_parse_table (test_parsers.test_rst.test_TableParser.GridTableParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_block_quotes.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_bullet_lists.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_character_level_inline_markup.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_citations.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_comments.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_definition_lists.ParserTestCase) ... ok
test_flag (test_parsers.test_rst.test_directives.test__init__.DirectiveOptionConversionTestCase) ... ok
test_parser_name (test_parsers.test_rst.test_directives.test__init__.DirectiveOptionConversionTestCase) ... ok
test_unchanged (test_parsers.test_rst.test_directives.test__init__.DirectiveOptionConversionTestCase) ... ok
test_unchanged_required (test_parsers.test_rst.test_directives.test__init__.DirectiveOptionConversionTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_admonitions.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_admonitions_de.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_admonitions_dummy_lang.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_block_quotes.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_class.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_code.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_code_long.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_code_none.ParserTestCase) ... ok
test_lexer_error (test_parsers.test_rst.test_directives.test_code_parsing.CodeParsingTests) ... ok
test_lexer_error_workaround (test_parsers.test_rst.test_directives.test_code_parsing.CodeParsingTests) ... ok
test_parser (test_parsers.test_rst.test_directives.test_compound.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_container.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_contents.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_date.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_decorations.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_default_role.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_figures.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_images.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_include.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_line_blocks.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_math.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_meta.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_parsed_literals.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_raw.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_replace.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_replace_fr.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_role.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_rubrics.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_sectnum.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_sidebars.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_tables.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_target_notes.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_test_directives.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_title.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_topics.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_unicode.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_directives.test_unknown.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_doctest_blocks.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_east_asian_text.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_enumerated_lists.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_field_lists.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_footnotes.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_inline_markup.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_interpreted.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_interpreted_fr.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_line_blocks.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_line_length_limit.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_line_length_limit_default.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_literal_blocks.ParserTestCase) ... ok
test_inputrestrictions (test_parsers.test_rst.test_misc.RstParserTests) ... ok
test_parser (test_parsers.test_rst.test_option_lists.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_outdenting.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_paragraphs.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_root_prefix.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_section_headers.ParserTestCase) ... ok
test_transforms (test_parsers.test_rst.test_source_line.TransformTestCase) ... ok
test_parser (test_parsers.test_rst.test_substitutions.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_tables.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_targets.ParserTestCase) ... ok
test_parser (test_parsers.test_rst.test_transitions.ParserTestCase) ... ok
test_pickle (test_pickle.PickleTests) ... ok
test_publish_doctree (test_publisher.PublishDoctreeTestCase) ... ok
test_publish_pickle (test_publisher.PublishDoctreeTestCase) ... ok
test_destination_output_conflict (test_publisher.PublisherTests) ... ok
test_input_error_handling (test_publisher.PublisherTests) ... ok
test_output_error_handling (test_publisher.PublisherTests) ... ok
test_publish_string_input_encoding (test_publisher.PublisherTests)
Test handling of encoded input. ... ok
test_publish_string_output_encoding (test_publisher.PublisherTests) ... ok
test_publish_string_output_encoding_odt (test_publisher.PublisherTests)
The ODT writer generates a zip archive, not a `str`. ... ok
test_set_destination (test_publisher.PublisherTests) ... ok
test_bogus_reader (test_readers.test_get_reader_class.GetReaderClassTestCase) ... ok
test_local_reader (test_readers.test_get_reader_class.GetReaderClassTestCase) ... ok
test_registered_reader (test_readers.test_get_reader_class.GetReaderClassTestCase) ... ok
test_parser (test_readers.test_pep.test_inline_markup.PEPParserTestCase) ... ok
test_parser (test_readers.test_pep.test_rfc2822.PEPParserTestCase) ... ok
test_encoding_error_handler (test_settings.ConfigEnvVarFileTests) ... ok
test_encoding_error_handler2 (test_settings.ConfigEnvVarFileTests) ... ok
test_get_standard_config_files (test_settings.ConfigEnvVarFileTests) ... ok
test_list (test_settings.ConfigEnvVarFileTests) ... ok
test_list2 (test_settings.ConfigEnvVarFileTests) ... ok
test_multiple (test_settings.ConfigEnvVarFileTests) ... ok
test_multiple_with_html5_writer (test_settings.ConfigEnvVarFileTests) ... ok
test_nofiles (test_settings.ConfigEnvVarFileTests) ... ok
test_old (test_settings.ConfigEnvVarFileTests) ... ok
test_old_and_new (test_settings.ConfigEnvVarFileTests) ... ok
test_one (test_settings.ConfigEnvVarFileTests) ... ok
test_syntax_error (test_settings.ConfigEnvVarFileTests) ... ok
test_encoding_error_handler (test_settings.ConfigFileTests) ... ok
test_encoding_error_handler2 (test_settings.ConfigFileTests) ... ok
test_list (test_settings.ConfigFileTests) ... ok
test_list2 (test_settings.ConfigFileTests) ... ok
test_multiple (test_settings.ConfigFileTests) ... ok
test_multiple_with_html5_writer (test_settings.ConfigFileTests) ... ok
test_nofiles (test_settings.ConfigFileTests) ... ok
test_old (test_settings.ConfigFileTests) ... ok
test_old_and_new (test_settings.ConfigFileTests) ... ok
test_one (test_settings.ConfigFileTests) ... ok
test_syntax_error (test_settings.ConfigFileTests) ... ok
test_make_paths_absolute (test_settings.HelperFunctionsTests) ... ok
test_make_paths_absolute_cwd (test_settings.HelperFunctionsTests) ... ok
test_set_conditions_deprecation_warning (test_settings.HelperFunctionsTests) ... ok
test_validate_boolean (test_settings.HelperFunctionsTests) ... ok
test_validate_colon_separated_string_list (test_settings.HelperFunctionsTests) ... ok
test_validate_comma_separated_list (test_settings.HelperFunctionsTests) ... ok
test_validate_math_output (test_settings.HelperFunctionsTests) ... ok
test_validate_math_output_errors (test_settings.HelperFunctionsTests) ... ok
test_validate_smartquotes_locales (test_settings.HelperFunctionsTests) ... ok
test_validate_ternary (test_settings.HelperFunctionsTests) ... ok
test_validate_threshold (test_settings.HelperFunctionsTests) ... ok
test_validate_url_trailing_slash (test_settings.HelperFunctionsTests) ... ok
test_add_state (test_statemachine.EmptySMTests) ... ok
test_add_states (test_statemachine.EmptySMTests) ... ok
test_get_state (test_statemachine.EmptySMTests) ... ok
test_add_state (test_statemachine.EmptySMWSTests) ... ok
test_add_states (test_statemachine.EmptySMWSTests) ... ok
test_get_state (test_statemachine.EmptySMWSTests) ... ok
test_add_transition (test_statemachine.EmptyStateTests) ... ok
test_add_transitions (test_statemachine.EmptyStateTests) ... ok
test_make_transition (test_statemachine.EmptyStateTests) ... ok
test_make_transitions (test_statemachine.EmptyStateTests) ... ok
test_remove_transition (test_statemachine.EmptyStateTests) ... ok
test_string2lines (test_statemachine.MiscTests) ... ok
test___init__ (test_statemachine.SMWSTests) ... ok
test_get_indented (test_statemachine.SMWSTests) ... ok
test_get_text_block (test_statemachine.SMWSTests) ... ok
test_get_text_block_flush_left (test_statemachine.SMWSTests) ... ok
test_run (test_statemachine.SMWSTests) ... ok
test_kwargs (test_transforms.test__init__.KwargsTestCase) ... ok
test_transforms (test_transforms.test_class.TransformTestCase) ... ok
test_transforms (test_transforms.test_contents.TransformTestCase) ... ok
test_transforms (test_transforms.test_docinfo.TransformTestCase) ... ok
test_transforms_de (test_transforms.test_docinfo.TransformTestCase) ... ok
test_transforms_ru (test_transforms.test_docinfo.TransformTestCase) ... ok
test_transforms (test_transforms.test_doctitle.TransformTestCase) ... ok
test_transforms (test_transforms.test_expose_internals.TransformTestCase) ... ok
test_transforms (test_transforms.test_filter.TransformTestCase) ... ok
test_transforms (test_transforms.test_filter_messages.TransformTestCase) ... ok
test_transforms (test_transforms.test_footnotes.TransformTestCase) ... ok
test_transforms (test_transforms.test_hyperlinks.TransformTestCase) ... ok
test_transforms (test_transforms.test_hyperlinks_de.TransformTestCase) ... ok
test_transforms (test_transforms.test_messages.TransformTestCase) ... ok
test_transforms (test_transforms.test_peps.TransformTestCase) ... ok
test_transforms (test_transforms.test_sectnum.TransformTestCase) ... ok
test_transforms (test_transforms.test_smartquotes.TransformTestCase) ... ok
test_transforms (test_transforms.test_strip_comments.TransformTestCase) ... ok
test_transforms (test_transforms.test_strip_elements_with_class.TransformTestCase) ... ok
test_transforms (test_transforms.test_substitution_expansion_length_limit.TransformTestCase) ... ok
test_transforms (test_transforms.test_substitutions.TransformTestCase) ... ok
test_transforms (test_transforms.test_target_notes.TransformTestCase) ... ok
test_transforms (test_transforms.test_transitions.TransformTestCase) ... ok
test_transforms (test_transforms.test_writer_aux.TransformTestCase) ... ok
test_stop_traversal (test_traversals.StopTraversalTests) ... ok
test_assemble_option_dict (test_utils.test__init__.ExtensionOptionTests) ... ok
test_extract_extension_options (test_utils.test__init__.ExtensionOptionTests) ... ok
test_column_width (test_utils.test__init__.HelperFunctionTests) ... ok
test_decode_path (test_utils.test__init__.HelperFunctionTests) ... ok
test_escape2null (test_utils.test__init__.HelperFunctionTests) ... ok
test_find_file_in_dirs (test_utils.test__init__.HelperFunctionTests) ... ok
test_implicit_version_identifier (test_utils.test__init__.HelperFunctionTests) ... ok
test_normalize_language_tag (test_utils.test__init__.HelperFunctionTests) ... ok
test_relative_path (test_utils.test__init__.HelperFunctionTests) ... ok
test_unescape (test_utils.test__init__.HelperFunctionTests) ... ok
test_version_identifier (test_utils.test__init__.HelperFunctionTests) ... ok
test_xml_declaration (test_utils.test__init__.HelperFunctionTests) ... ok
test_extract_name_value (test_utils.test__init__.NameValueTests) ... ok
test_debug (test_utils.test__init__.QuietReporterTests) ... ok
test_error (test_utils.test__init__.QuietReporterTests) ... ok
test_info (test_utils.test__init__.QuietReporterTests) ... ok
test_severe (test_utils.test__init__.QuietReporterTests) ... ok
test_warning (test_utils.test__init__.QuietReporterTests) ... ok
test_level0 (test_utils.test__init__.ReporterTests) ... ok
test_level1 (test_utils.test__init__.ReporterTests) ... ok
test_level2 (test_utils.test__init__.ReporterTests) ... ok
test_level3 (test_utils.test__init__.ReporterTests) ... ok
test_level4 (test_utils.test__init__.ReporterTests) ... ok
test_unicode_message (test_utils.test__init__.ReporterTests) ... ok
test_unicode_message_from_exception (test_utils.test__init__.ReporterTests)
Workaround for Python < 2.6 bug: ... ok
test_get_stylesheet_list_conflict (test_utils.test__init__.StylesheetFunctionTests) ... ok
test_get_stylesheet_list_stylesheet (test_utils.test__init__.StylesheetFunctionTests) ... ok
test_get_stylesheet_list_stylesheet_path (test_utils.test__init__.StylesheetFunctionTests) ... ok
test_pick_math_environment (test_utils.test_math.test__init__.MathTests) ... ok
test_wrap_math_code (test_utils.test_math.test__init__.MathTests) ... ok
test__init__ (test_utils.test_math.test_mathml_elements.MathElementTests)
Instantiate a MathElement object and test its properties. ... ok
test__repr__ (test_utils.test_math.test_mathml_elements.MathElementTests)
The representation should match the code to instantiate. ... ok
test__setitem__ (test_utils.test_math.test_mathml_elements.MathElementTests)
Setting an item also sets the `parent` attribute on the child. ... ok
test__str__ (test_utils.test_math.test_mathml_elements.MathElementTests)
Informal string representation for debugging and error reports. ... ok
test_a_str (test_utils.test_math.test_mathml_elements.MathElementTests) ... ok
test_append (test_utils.test_math.test_mathml_elements.MathElementTests)
Test special features of the "append()" method. ... ok
test_children (test_utils.test_math.test_mathml_elements.MathElementTests) ... ok
test_close (test_utils.test_math.test_mathml_elements.MathElementTests)
Closing an element returns first non-closed anchestor or None. ... ok
test_extend (test_utils.test_math.test_mathml_elements.MathElementTests) ... ok
test_in_block (test_utils.test_math.test_mathml_elements.MathElementTests) ... ok
test_indent_xml (test_utils.test_math.test_mathml_elements.MathElementTests)
Modify `text` and `tail` to get indented XML output. ... ok
test_is_full (test_utils.test_math.test_mathml_elements.MathElementTests) ... ok
test_pop (test_utils.test_math.test_mathml_elements.MathElementTests) ... ok
test_toxml (test_utils.test_math.test_mathml_elements.MathElementTests)
XML representation of the element/subtree as `str`. ... ok
test_unindent_xml (test_utils.test_math.test_mathml_elements.MathElementTests) ... ok
test_mathml_elements (test_utils.test_math.test_mathml_elements.MathMLElementTests) ... ok
test__init__ (test_utils.test_math.test_mathml_elements.MathSchemaTests) ... ok
test__init__full (test_utils.test_math.test_mathml_elements.MathSchemaTests) ... ok
test_append (test_utils.test_math.test_mathml_elements.MathSchemaTests) ... ok
test__init__ (test_utils.test_math.test_mathml_elements.MathTokenTests) ... ok
test_append (test_utils.test_math.test_mathml_elements.MathTokenTests) ... ok
test_close_only_child (test_utils.test_math.test_mathml_elements.mrowTests) ... ok
test_transfer_attributes (test_utils.test_math.test_mathml_elements.mrowTests) ... ok
test_utils.test_math.test_tex2mathml_extern (unittest.loader.ModuleSkipped) ... skipped 'run stand-alone to test external math converters'
test_get_indented (test_viewlist.StringList) ... ok
test_trim_left (test_viewlist.StringList) ... ok
test_append (test_viewlist.ViewListTests) ... ok
test_del_slice (test_viewlist.ViewListTests) ... ok
test_extend (test_viewlist.ViewListTests) ... ok
test_get_slice (test_viewlist.ViewListTests) ... ok
test_info (test_viewlist.ViewListTests) ... ok
test_insert (test_viewlist.ViewListTests) ... ok
test_lists (test_viewlist.ViewListTests) ... ok
test_reverse (test_viewlist.ViewListTests) ... ok
test_set_slice (test_viewlist.ViewListTests) ... ok
test_sort (test_viewlist.ViewListTests) ... ok
test_special_class_methods (test_viewlist.ViewListTests) ... ok
test_trim (test_viewlist.ViewListTests) ... ok
test_view (test_viewlist.ViewListTests) ... ok
test_xitems (test_viewlist.ViewListTests) ... ok
test_invalid_raw_xml (test_writers.test_docutils_xml.DocutilsXMLTestCase) ... ok
test_publish (test_writers.test_docutils_xml.DocutilsXMLTestCase) ... ok
test_publish_indents (test_writers.test_docutils_xml.DocutilsXMLTestCase) ... ok
test_publish_newlines (test_writers.test_docutils_xml.DocutilsXMLTestCase) ... ok
test_raw_xml (test_writers.test_docutils_xml.DocutilsXMLTestCase) ... ok
test_bogus_writer (test_writers.test_get_writer_class.GetWriterClassTestCase) ... ok
test_local_writer (test_writers.test_get_writer_class.GetWriterClassTestCase) ... ok
test_registered_writer (test_writers.test_get_writer_class.GetWriterClassTestCase) ... ok
test_xmlcharrefreplace (test_writers.test_html4css1_misc.EncodingTestCase) ... ok
test_math_output_default (test_writers.test_html4css1_misc.MathTestCase) ... ok
test_math_output_html (test_writers.test_html4css1_misc.MathTestCase) ... ok
test_math_output_html_stylesheet (test_writers.test_html4css1_misc.MathTestCase) ... ok
test_math_output_mathjax (test_writers.test_html4css1_misc.MathTestCase) ... ok
test_math_output_mathjax_custom (test_writers.test_html4css1_misc.MathTestCase) ... ok
test_math_output_mathjax_no_math (test_writers.test_html4css1_misc.MathTestCase) ... ok
test_definition_list_item_classes (test_writers.test_html4css1_misc.MovingArgsTestCase) ... ok
test_definition_list_item_name (test_writers.test_html4css1_misc.MovingArgsTestCase) ... ok
test_custom_stylesheet_dir (test_writers.test_html4css1_misc.SettingsTestCase) ... ok
test_custom_stylesheet_dir_embedded (test_writers.test_html4css1_misc.SettingsTestCase) ... ok
test_custom_stylesheet_linked (test_writers.test_html4css1_misc.SettingsTestCase) ... ok
test_default_stylesheet (test_writers.test_html4css1_misc.SettingsTestCase) ... ok
test_default_stylesheet_linked (test_writers.test_html4css1_misc.SettingsTestCase) ... ok
test_math_stylesheet_linked (test_writers.test_html4css1_misc.SettingsTestCase) ... ok
test_publish (test_writers.test_html4css1_parts.Html4WriterPublishPartsTestCase) ... ok
test_publish (test_writers.test_html4css1_template.WriterPublishTestCase) ... ok
test_xmlcharrefreplace (test_writers.test_html5_polyglot_misc.EncodingTestCase) ... ok
test_math_output_default (test_writers.test_html5_polyglot_misc.MathTestCase) ... ok
test_math_output_html (test_writers.test_html5_polyglot_misc.MathTestCase) ... ok
test_math_output_html_stylesheet (test_writers.test_html5_polyglot_misc.MathTestCase) ... ok
test_math_output_mathjax (test_writers.test_html5_polyglot_misc.MathTestCase) ... ok
test_math_output_mathjax_custom (test_writers.test_html5_polyglot_misc.MathTestCase) ... ok
test_math_output_mathjax_no_math (test_writers.test_html5_polyglot_misc.MathTestCase) ... ok
test_definition_list_item_classes (test_writers.test_html5_polyglot_misc.MovingArgsTestCase) ... ok
test_definition_list_item_name (test_writers.test_html5_polyglot_misc.MovingArgsTestCase) ... ok
test_custom_stylesheet_dir (test_writers.test_html5_polyglot_misc.SettingsTestCase) ... ok
test_custom_stylesheet_dir_embedded (test_writers.test_html5_polyglot_misc.SettingsTestCase) ... ok
test_custom_stylesheet_linked (test_writers.test_html5_polyglot_misc.SettingsTestCase) ... ok
test_default_stylesheet (test_writers.test_html5_polyglot_misc.SettingsTestCase) ... ok
test_default_stylesheet_linked (test_writers.test_html5_polyglot_misc.SettingsTestCase) ... ok
test_future_warnings (test_writers.test_html5_polyglot_misc.SettingsTestCase)
Warn about deprecated setting name. ... ok
test_math_stylesheet_linked (test_writers.test_html5_polyglot_misc.SettingsTestCase) ... ok
test_publish (test_writers.test_html5_polyglot_parts.Html5WriterPublishPartsTestCase) ... ok
test_publish (test_writers.test_html5_template.WriterPublishTestCase) ... ok
test_bibtex (test_writers.test_latex2e.WriterPublishTestCase) ... ok
test_book (test_writers.test_latex2e.WriterPublishTestCase) ... ok
test_booktabs (test_writers.test_latex2e.WriterPublishTestCase) ... ok
test_defaults (test_writers.test_latex2e.WriterPublishTestCase) ... ok
test_docutils_toc (test_writers.test_latex2e.WriterPublishTestCase) ... ok
test_embed_embed_stylesheet (test_writers.test_latex2e.WriterPublishTestCase) ... ok
test_latex_citations (test_writers.test_latex2e.WriterPublishTestCase) ... ok
test_latex_sectnum (test_writers.test_latex2e.WriterPublishTestCase) ... ok
test_link_stylesheet (test_writers.test_latex2e.WriterPublishTestCase) ... ok
test_table_style_auto (test_writers.test_latex2e.WriterPublishTestCase) ... ok
test_publish_from_doctree (test_writers.test_latex2e_misc.PublishTestCase)
Ignore the Docutils-generated ToC when ``use_latex_toc`` is True. ... ok
test_publish_parts (test_writers.test_latex2e_misc.PublishTestCase)
Check for the presence of documented parts. ... ok
test_future_warnings (test_writers.test_latex2e_misc.WarningsTestCase)
Warn about changing defaults. ... ok
test_publish (test_writers.test_manpage.WriterPublishTestCase) ... ok
test_publish (test_writers.test_null.WriterPublishTestCase) ... ok
test_odt_basic (test_writers.test_odt.DocutilsOdtTestCase) ... ok
test_odt_classifier (test_writers.test_odt.DocutilsOdtTestCase) ... ok
test_odt_contents (test_writers.test_odt.DocutilsOdtTestCase) ... ok
test_odt_custom_headfoot (test_writers.test_odt.DocutilsOdtTestCase) ... ok
test_odt_footnotes (test_writers.test_odt.DocutilsOdtTestCase) ... ok
test_odt_header_footer (test_writers.test_odt.DocutilsOdtTestCase) ... ok
test_odt_image (test_writers.test_odt.DocutilsOdtTestCase) ... ok
test_odt_literal_block (test_writers.test_odt.DocutilsOdtTestCase) ... ok
test_odt_nested_class (test_writers.test_odt.DocutilsOdtTestCase) ... ok
test_odt_raw (test_writers.test_odt.DocutilsOdtTestCase) ... ok
test_odt_tables1 (test_writers.test_odt.DocutilsOdtTestCase) ... ok
test_publish (test_writers.test_pseudoxml.WriterPublishTestCase) ... ok
test_publish (test_writers.test_s5.WriterPublishTestCase) ... ok

----------------------------------------------------------------------
Ran 1689 tests

OK (skipped=3)
  py$(PYV): OK
  congratulations :)