$(@D)/selftest.py:48: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources Doctest: nose.plugins.errorclass ... ok Doctest: nose.plugins.plugintest ... ok Doctest: nose.plugins.plugintest.PluginTester.makeSuite ... ok Doctest: nose.plugins.xunit.nice_classname ... ok Doctest: nose.util.getpackage ... ok Doctest: nose.util.ispackage ... ok Doctest: nose.util.isproperty ... ok Doctest: nose.util.ln ... ok Doctest: nose.util.regex_last_key ... ok Doctest: nose.util.resolve_name ... ok Doctest: nose.util.tolist ... ok Doctest: nose.util.transplant_class ... ok Doctest: nose.util.transplant_func ... ok Doctest: test_addplugins.rst ... ok Doctest: test_allmodules.rst ... ok Doctest: doctest_fixtures.rst ... ok Doctest: init_plugin.rst ... ok Doctest: unwanted_package.rst ... ok Doctest: plugintest_environment.rst ... ok Doctest: plugin_exceptions.rst ... ok Doctest: empty_plugin.rst ... ok test_empty_zero_nine_does_not_crash (test_zeronine.TestEmptyPlugin) ... ok Doctest: errorclass_failure.rst ... ok Doctest: imported_tests.rst ... ok Doctest: multiprocess.rst ... ok Doctest: restricted_plugin_options.rst ... ok Doctest: selector_plugin.rst ... ok Doctest: test_skips.rst ... ok runTest (test_attribute_plugin.TestAttributeArray) ... ok runTest (test_attribute_plugin.TestAttributeArrayAnd) ... ok runTest (test_attribute_plugin.TestAttributeArrayOr) ... ok runTest (test_attribute_plugin.TestAttributeEval) ... ok runTest (test_attribute_plugin.TestAttributeValue) ... ok runTest (test_attribute_plugin.TestClassAndMethodAttrs) ... ok runTest (test_attribute_plugin.TestInheritance) ... ok runTest (test_attribute_plugin.TestNotSimpleAttribute) ... ok runTest (test_attribute_plugin.TestSimpleAttribute) ... ok runTest (test_attribute_plugin.TestStatic) ... ok runTest (test_attribute_plugin.TestStaticMethod) ... ok runTest (test_attribute_plugin.TestTopLevelNotSelected) ... ok test_run_buggy_generators (test_buggy_generators.TestBuggyGenerators) ... ok test_describe_test_called (test_cases.TestTestCasePluginCalls) ... ok test_skip_works_with_collector (test_collector.TestNoseTestCollector) ... ok test_setup_nosetests_command_works (test_commands.TestCommands) ... ok test_config_file_set_by_arg (test_config_files.TestConfigurationFromFile) ... ok test_load_config_file (test_config_files.TestConfigurationFromFile) ... ok runTest (test_coverage_plugin.TestCoverageMinPercentagePlugin) ... nose.plugins.cover: ERROR: TOTAL Coverage did not reach minimum required: 100% ok runTest (test_coverage_plugin.TestCoverageMinPercentageSinglePackagePlugin) ... nose.plugins.cover: ERROR: TOTAL Coverage did not reach minimum required: 100% ok runTest (test_coverage_plugin.TestCoverageMinPercentageSinglePackageWithBranchesPlugin) ... nose.plugins.cover: ERROR: TOTAL Coverage did not reach minimum required: 100% ok runTest (test_coverage_plugin.TestCoverageMinPercentageTOTALPlugin) ... nose.plugins.cover: ERROR: TOTAL Coverage did not reach minimum required: 100% ok runTest (test_coverage_plugin.TestCoverageMinPercentageWithBranchesTOTALPlugin) ... $(PYTHON_DIR)/vendor-packages/coverage/inorout.py:523: CoverageWarning: Module moo was previously imported, but not measured (module-not-measured) self.warn(msg, slug="module-not-measured") nose.plugins.cover: ERROR: TOTAL Coverage did not reach minimum required: 100% ok runTest (test_coverage_plugin.TestCoveragePlugin) ... ok test_extraplugins_override_builtins (test_defaultpluginmanager.TestDefaultPluginManager) ... ok runTest (test_doctest_plugin.TestDoctestFiles) ... ok runTest (test_doctest_plugin.TestDoctestPlugin) ... ok test_entrypoints.test_plugin_entrypoint_is_loadable ... ok test_correct_exception_raised (test_failure.TestPrintedTraceback) ... ok runTest (test_failuredetail_plugin.TestFailureDetail) ... ok runTest (test_failuredetail_plugin.TestFailureDetailWithCapture) ... ok runTest (test_failuredetail_plugin.TestFailureDetailWithUnicodeAndCapture) ... ok test_generator_fixtures.TestClass.test(0,) ... ok test_generator_fixtures.TestClass.test(1,) ... ok test_generator_fixtures.TestClass.test(2,) ... ok test_generator_fixtures.TestClass.test(3,) ... ok test_generator_fixtures.TestClass.test(4,) ... ok test_generator_fixtures.test_gen(0,) ... ok test_generator_fixtures.test_gen(1,) ... ok test_generator_fixtures.test_gen(2,) ... ok test_generator_fixtures.test_gen(3,) ... ok test_generator_fixtures.test_gen(4,) ... ok test_id_file_contains_ids_seen (test_id_plugin.TestDiscoveryMode) ... ok test_ids_added_to_output (test_id_plugin.TestDiscoveryMode) ... ok test_load_ids (test_id_plugin.TestLoadNamesMode) ... ok test_load_ids (test_id_plugin.TestLoadNamesMode_2) ... ok test_docfile_tests_get_ids (test_id_plugin.TestWithDoctestFileTests_1) ... ok test_load_from_name_id_docfile_test (test_id_plugin.TestWithDoctestFileTests_2) ... ok test_doctests_get_ids (test_id_plugin.TestWithDoctest_1) ... ok test_load_ids_doctest (test_id_plugin.TestWithDoctest_2) ... ok test_cached_no_reload (test_importer.TestImporter) ... ok test_cached_no_reload_dotted (test_importer.TestImporter) ... ok test_failed_import_raises_import_error (test_importer.TestImporter) ... ok test_import_from_dir (test_importer.TestImporter) ... ok test_import_from_dirlink (test_importer.TestImporter) ... ok test_import_from_path (test_importer.TestImporter) ... ok test_import_pkg_from_path_fpw (test_importer.TestImporter) ... ok test_import_sets_intermediate_modules (test_importer.TestImporter) ... ok test_import_sets_sys_modules (test_importer.TestImporter) ... ok test_sys_modules_same_path_no_reload (test_importer.TestImporter) ... ok test_sys_modules_symlinked_package_no_reload (test_importer.TestImporter) ... ok runTest (test_isolate_plugin.TestDiscovery) ... ok runTest (test_isolate_plugin.TestLoadFromNames) ... ok Doctest: test_named_test_with_doctest.rst ... ok test_assert_info_in_output (test_issue_072.TestFailureDetailWorks) ... ok test_assert_info_and_capt_stdout_in_output (test_issue_072.TestFailureDetailWorksWhenChained) ... ok test_assert_info_in_output (test_issue_082.TestExcludeUnderscoreFilesByDefault) ... ok test_assert_info_in_output (test_issue_082.TestIncludeUnderscoreFiles) ... ok test_no_failure (test_issue_408.TestIssue408) ... ok runTest (test_issue_649.TestIssue649) ... ok runTest (test_load_tests_from_test_case.TestLoadTestsFromTestCaseHook) ... ok test_failed_import (test_loader.TestNoseTestLoader) ... ok test_failed_import_module_name (test_loader.TestNoseTestLoader) ... ok test_fixture_context (test_loader.TestNoseTestLoader) ... ok test_fixture_context_multiple_names (test_loader.TestNoseTestLoader) ... ok test_fixture_context_multiple_names_no_common_ancestors (test_loader.TestNoseTestLoader) ... ok test_fixture_context_multiple_names_some_common_ancestors (test_loader.TestNoseTestLoader) ... ok test_fixture_context_name_is_module (test_loader.TestNoseTestLoader) ... ok test_fixture_context_name_is_test_class (test_loader.TestNoseTestLoader) ... ok test_fixture_context_name_is_test_class_test (test_loader.TestNoseTestLoader) ... ok test_fixture_context_name_is_test_function (test_loader.TestNoseTestLoader) ... ok Test that a generator test can employ a closure ... ok Test classes that raise exceptions in __init__ do not stop test run ... ok test_load_from_file (test_loader.TestNoseTestLoader) ... ok test_load_from_name_dot (test_loader.TestNoseTestLoader) ... ok test_load_from_name_file (test_loader.TestNoseTestLoader) ... ok test_load_from_name_file_callable (test_loader.TestNoseTestLoader) ... ok test_load_from_sub_package (test_loader.TestNoseTestLoader) ... ok test_load_nonsense_name (test_loader.TestNoseTestLoader) ... ok test_mod_import_skip_one_test_no_errors (test_loader.TestNoseTestLoader) ... ok test_mod_setup_fails_no_tests_run (test_loader.TestNoseTestLoader) ... ok test_mod_setup_skip_no_tests_run_no_errors (test_loader.TestNoseTestLoader) ... ok runTest (test_multiprocessing.test_class.TestClassFixture) ... ok test_multiprocessing.test_keyboardinterrupt.test_keyboardinterrupt ... ok test_multiprocessing.test_keyboardinterrupt.test_keyboardinterrupt_twice ... ok runTest (test_multiprocessing.test_nameerror.TestMPNameError) ... ok runTest (test_multiprocessing.test_process_timeout.TestMPTimeout) ... ok runTest (test_multiprocessing.test_process_timeout.TestMPTimeoutPass) ... ok Ensure namespace packages work/can import from each other ... ok Ensure the --traverse-namespace option tests the other ... ok runTest (test_plugin_api.TestPrepareTestCase_MakeAllFail) ... ok test_plugin_calls_package1 (test_plugins.TestPluginCalls) ... ok test_plugin_calls_package1_verbose (test_plugins.TestPluginCalls) ... ok testPluginTesterExecsPlugin (test_plugintest.TestPluginTester) ... ok test_defaultTest_list (test_program.TestTestProgram) ... ok test_illegal_packages_not_selected (test_program.TestTestProgram) ... ok Collect and run tests in support/issue130 without error. ... ok Collect and run tests in functional_tests/support/ctx ... ok Collect and run tests in functional_tests/support/package2 ... ok Collect and run tests in functional_tests/support/package3 ... ok Collect and run tests in functional/support/twist ... ok test_with_todo_plugin (test_result.TestResultSummary) ... ok test_module_filename (test_selector.TestTestAddress) ... ok test_skip_prevents_pdb_call (test_skip_pdb_interaction.TestSkipPdbInteraction) ... ok test_string_exception_works (test_string_exception.TestStringException) ... SKIP: String exceptions are not supported in this version of Python test_single_test_pass (test_success.TestSingleTestPass) ... ok test_zero_tests_pass (test_success.TestZeroTestsPass) ... ok test_ancestry (test_suite.TestContextSuiteFactory) ... ok test_find_context (test_suite.TestContextSuiteFactory) ... ok Doctest: test_withid_failures.rst ... ok runTest (test_xunit.TestIssue134) ... ok runTest (test_xunit.TestIssue279) ... ok runTest (test_xunit.TestIssue680) ... ok runTest (test_xunit.TestIssue700) ... ok runTest (test_xunit.TestIssue859) ... ok runTest (test_xunit.TestXUnitPlugin) ... ok test_attribute_plugin.test_flags ... ok test_attribute_plugin.test_values ... ok test_attribute_plugin.test_mixed ... ok test_attribute_plugin.test_class_attrs ... ok test_load_in_def_order (test_bug105.TestBug105) ... ok test_can_be_disabled (test_capture_plugin.TestCapturePlugin) ... ok test_captures_nonascii_stdout (test_capture_plugin.TestCapturePlugin) ... ok test_captures_stdout (test_capture_plugin.TestCapturePlugin) ... ok test_enabled_by_default (test_capture_plugin.TestCapturePlugin) ... ok test_format_error (test_capture_plugin.TestCapturePlugin) ... ok test_format_nonascii_error (test_capture_plugin.TestCapturePlugin) ... ok test_failure_case (test_cases.TestNoseCases) ... ok test_function_test_case (test_cases.TestNoseCases) ... ok test_function_test_case_fixtures (test_cases.TestNoseCases) ... ok test_method_test_case (test_cases.TestNoseCases) ... ok test_method_test_case_fixtures (test_cases.TestNoseCases) ... ok test_method_test_case_with_metaclass (test_cases.TestNoseCases) ... ok test_address (test_cases.TestNoseTestWrapper) ... ok Instance fixtures are properly called for wrapped tests ... ok test_context (test_cases.TestNoseTestWrapper) ... ok A result proxy is used to wrap the result for all tests ... ok test_short_description (test_cases.TestNoseTestWrapper) ... ok test_unrepresentable_shortDescription (test_cases.TestNoseTestWrapper) ... ok test_defaults (test_config.TestNoseConfig) ... ok The default configuration should have several ignore file settings. ... ok Multiple ignore-files flags should be appended together, overriding ... ok A single ignore-files flag should override the default settings. ... ok test_multiple_include (test_config.TestNoseConfig) ... ok test_pickle_configured (test_config.TestNoseConfig) ... ok test_pickle_empty (test_config.TestNoseConfig) ... ok test_plugins (test_config.TestNoseConfig) ... ok test_progname_looks_like_option (test_config.TestNoseConfig) ... ok test_reset (test_config.TestNoseConfig) ... ok test_single_include (test_config.TestNoseConfig) ... ok test_testnames (test_config.TestNoseConfig) ... ok test_update (test_config.TestNoseConfig) ... ok test_where (test_config.TestNoseConfig) ... ok Doctest: test_config_defaults.rst ... ok test_restore_stdout (test_core.TestAPI_run) ... ok test_getAllConfigFiles (test_core.TestProgramConfigs) ... ok test_getAllConfigFiles_ignore_configs (test_core.TestProgramConfigs) ... ok test_makeConfig (test_core.TestProgramConfigs) ... ok test_from_directory (test_core.TestUsage) ... ok test_from_zip (test_core.TestUsage) ... ok test_cover_plugin.TestCoveragePlugin.test_cover_packages_option ... ok test_api_present (test_deprecated_plugin.TestDeprecatedPlugin) ... ok test_can_be_disabled (test_deprecated_plugin.TestDeprecatedPlugin) ... ok test_deprecated_output (test_deprecated_plugin.TestDeprecatedPlugin) ... ok test_deprecated_output_verbose (test_deprecated_plugin.TestDeprecatedPlugin) ... ok test_enabled_by_default (test_deprecated_plugin.TestDeprecatedPlugin) ... ok test_patched_result_handles_deprecated (test_deprecated_plugin.TestDeprecatedPlugin) ... ok test_patches_only_when_needed (test_deprecated_plugin.TestDeprecatedPlugin) ... ok test_prepare_patches_result (test_deprecated_plugin.TestDeprecatedPlugin) ... ok test_err_doctests_raises_exception (test_doctest_error_handling.TestDoctestErrorHandling) ... ok test_no_doctests_in_file (test_doctest_error_handling.TestDoctestErrorHandling) ... ok Doctest: test_doctest_munging.rst ... ok test_no_name (test_doctest_no_name.TestDoctestErrorHandling) ... ok test_default_id_file_is_in_working_dir (test_id_plugin.TestTestIdPlugin) ... ok test_add_paths (test_importer.TestImporter) ... ok test_import (test_importer.TestImporter) ... ok test_module_init_prefix (test_importer.TestImporter) ... ok test_module_no_file (test_importer.TestImporter) ... ok Test that inspector can handle multi-line docstrings ... ok test_get_tb_source_func (test_inspector.TestExpander) ... ok test_get_tb_source_simple (test_inspector.TestExpander) ... ok test_inspect_traceback_continued (test_inspector.TestExpander) ... ok test_pick_tb_lines (test_inspector.TestExpander) ... ok test_simple_inspect_frame (test_inspector.TestExpander) ... ok test_isolation_plugin.test_lint ... ok test_issue135 (test_issue135.TestIssue135) ... ok Doctest: test_issue155.rst ... ok Doctest: test_issue270.rst ... ok test_load_nested_generator (test_issue_006.TestIssue006) ... ok test_issue_064.test_is_generator_alias ... ok test_dict_wrapper_instance_not_loaded (test_issue_065.TestIssue065) ... ok Doctest: test_issue_100.rst ... ok test_string_exception_not_masked (test_issue_101.TestErrorClassWithStringException) ... SKIP: Python 3.x does not support string exceptions Doctest: test_issue_159.rst ... ok test_issue_227.test_unicode ... ok test_generator_yield_value (test_issue_230.TestIssue230) ... ok test_issue_786.Test.test_evens ... ok test_issue_786.test_evens ... ok test_basic_iteration (test_lazy_suite.TestLazySuite) ... ok test_cases_from_testcase_are_wrapped (test_loader.TestTestLoader) ... ok Test that main API functions exist ... ok test_load_from_name_dir_abs (test_loader.TestTestLoader) ... Exception ignored in: .generate at $(POINTER)> Traceback (most recent call last): File "$(@D)/build/tests/unit_tests/test_loader.py", line 14, in safepath return p.replace('/', os.sep) RuntimeError: generator ignored GeneratorExit ok test_load_from_name_method (test_loader.TestTestLoader) ... ok test_load_from_name_missing_module (test_loader.TestTestLoader) ... ok test_load_from_name_module (test_loader.TestTestLoader) ... ok test_load_from_name_module_class (test_loader.TestTestLoader) ... ok test_load_from_name_module_filename (test_loader.TestTestLoader) ... ok test_load_from_name_module_func (test_loader.TestTestLoader) ... ok test_load_from_name_module_method (test_loader.TestTestLoader) ... ok test_load_from_name_module_missing_class (test_loader.TestTestLoader) ... ok test_load_from_name_module_missing_func (test_loader.TestTestLoader) ... ok test_load_from_name_module_missing_method (test_loader.TestTestLoader) ... ok test_load_from_name_module_transplanted_class_missing_method (test_loader.TestTestLoader) ... ok test_load_from_name_nontest_module (test_loader.TestTestLoader) ... ok test_load_from_name_package_root_path (test_loader.TestTestLoader) ... ok test_load_from_name_subpackage_safepath (test_loader.TestTestLoader) ... ok test_load_generators (test_loader.TestTestLoader) ... ok test_load_metaclass_customized_classes (test_loader.TestTestLoader) ... ok test_load_test_func (test_loader.TestTestLoader) ... ok test_load_transplanted_generator (test_loader.TestTestLoader) ... ok test_logcapture_plugin.TestLogCapturePlugin.test_builtin_logging_filtering ... ok test_logcapture_plugin.TestLogCapturePlugin.test_captures_logging ... ok test_logcapture_plugin.TestLogCapturePlugin.test_clears_all_existing_log_handlers ... ok test_logcapture_plugin.TestLogCapturePlugin.test_consistent_mutables ... ok test_logcapture_plugin.TestLogCapturePlugin.test_custom_formatter ... ok test_logcapture_plugin.TestLogCapturePlugin.test_default_options ... ok test_logcapture_plugin.TestLogCapturePlugin.test_disable_option ... ok test_logcapture_plugin.TestLogCapturePlugin.test_enabled_by_default ... ok test_logcapture_plugin.TestLogCapturePlugin.test_logging_datefmt_option ... ok test_logcapture_plugin.TestLogCapturePlugin.test_logging_filter ... ok test_logcapture_plugin.TestLogCapturePlugin.test_logging_filter_exclude ... ok test_logcapture_plugin.TestLogCapturePlugin.test_logging_filter_exclude_and_include ... ok test_logcapture_plugin.TestLogCapturePlugin.test_logging_format_option ... ok test_logcapture_plugin.TestLogCapturePlugin.test_loglevel ... ok test_logcapture_plugin.TestLogCapturePlugin.test_unicode_messages_handled ... ok root logger settings ignored ... ok Doctest: test_ls_tree.rst ... ok test_multiprocess.test_mp_process_args_pickleable ... ok test_next_batch_can_split_set (test_multiprocess_runner.TestMultiProcessTestRunner) ... ok test_next_batch_with_classes (test_multiprocess_runner.TestMultiProcessTestRunner) ... ok test_next_batch_with_generator_method (test_multiprocess_runner.TestMultiProcessTestRunner) ... ok test_next_batch_with_module (test_multiprocess_runner.TestMultiProcessTestRunner) ... ok test_next_batch_with_module_fixt (test_multiprocess_runner.TestMultiProcessTestRunner) ... ok test_command_line_options_enable (test_pdb_plugin.TestPdbPlugin) ... ok test_disabled_by_default (test_pdb_plugin.TestPdbPlugin) ... ok test_env_settings_enable (test_pdb_plugin.TestPdbPlugin) ... ok test_plugin_api (test_pdb_plugin.TestPdbPlugin) ... ok test_plugin_calls_pdb (test_pdb_plugin.TestPdbPlugin) ... ok test_real_stdout_restored_before_call (test_pdb_plugin.TestPdbPlugin) ... ok test_enable_plugin (test_plugin.OptionProcessingTests) ... ok test_api_methods_present (test_plugin_interfaces.TestPluginInterfaces) ... ok test_no_instantiate (test_plugin_interfaces.TestPluginInterfaces) ... ok test_iter (test_plugin_manager.TestPluginManager) ... ok test_plugin_generative_method_errors_not_hidden (test_plugin_manager.TestPluginManager) ... ok test_plugin_override (test_plugin_manager.TestPluginManager) ... ok test_proxy_to_plugins (test_plugin_manager.TestPluginManager) ... ok test_add_options (test_plugins.TestAttribPlugin) ... ok test_attr_a_b (test_plugins.TestAttribPlugin) ... ok test_basic_attr (test_plugins.TestAttribPlugin) ... ok test_class_attr (test_plugins.TestAttribPlugin) ... ok test_eval_attr (test_plugins.TestAttribPlugin) ... ok test_add_options (test_plugins.TestBuiltinPlugins) ... ok test_add_options (test_plugins.TestDoctestPlugin) ... ok test_addresses (test_plugins.TestDoctestPlugin) ... ok test_collect_no_collect (test_plugins.TestDoctestPlugin) ... ok test_collect_pymodule (test_plugins.TestDoctestPlugin) ... ok test_collect_txtfile (test_plugins.TestDoctestPlugin) ... ok test_config (test_plugins.TestDoctestPlugin) ... ok test_matches (test_plugins.TestDoctestPlugin) ... ok test_want_file (test_plugins.TestDoctestPlugin) ... ok test_formatFailure (test_plugins.TestFailureDetailPlugin) ... ok test_begin (test_plugins.TestProfPlugin) ... SKIP: profile plugin not available; skipping test_finalize (test_plugins.TestProfPlugin) ... SKIP: profile plugin not available; skipping test_options (test_plugins.TestProfPlugin) ... SKIP: profile plugin not available; skipping test_prepare_test (test_plugins.TestProfPlugin) ... SKIP: profile plugin not available; skipping test_attributes_are_proxied (test_result_proxy.TestResultProxy) ... ok test_coercion_of_custom_exception (test_result_proxy.TestResultProxy) ... ok test_proxy_calls_plugins (test_result_proxy.TestResultProxy) ... ok test_proxy_handles_missing_methods (test_result_proxy.TestResultProxy) ... ok test_proxy_has_basic_methods (test_result_proxy.TestResultProxy) ... ok test_proxy_has_nose_methods (test_result_proxy.TestResultProxy) ... ok test_proxy_proxies (test_result_proxy.TestResultProxy) ... ok test_stop_on_error (test_result_proxy.TestResultProxy) ... ok test_test_cases_can_access_result_attributes (test_result_proxy.TestResultProxy) ... ok test_exclude (test_selector.TestSelector) ... ok A default configuration should always skip some 'hidden' files. ... ok Override the configuration to skip only specified files. ... ok test_include (test_selector.TestSelector) ... ok test_want_class (test_selector.TestSelector) ... ok test_want_directory (test_selector.TestSelector) ... ok test_want_file (test_selector.TestSelector) ... ok test_want_function (test_selector.TestSelector) ... ok test_want_method (test_selector.TestSelector) ... ok test_want_module (test_selector.TestSelector) ... ok test_rejection (test_selector_plugins.TestSelectorPlugins) ... ok test_api_present (test_skip_plugin.TestSkipPlugin) ... ok test_can_be_disabled (test_skip_plugin.TestSkipPlugin) ... ok test_enabled_by_default (test_skip_plugin.TestSkipPlugin) ... ok test_patched_result_handles_skip (test_skip_plugin.TestSkipPlugin) ... ok test_patches_only_when_needed (test_skip_plugin.TestSkipPlugin) ... ok test_prepare_patches_result (test_skip_plugin.TestSkipPlugin) ... ok test_skip_output (test_skip_plugin.TestSkipPlugin) ... ok test_skip_output_verbose (test_skip_plugin.TestSkipPlugin) ... ok test_context_fixtures_called (test_suite.TestContextSuite) ... ok test_context_fixtures_for_ancestors (test_suite.TestContextSuite) ... ok test_context_fixtures_no_tests_no_setup (test_suite.TestContextSuite) ... ok test_context_fixtures_setup_fails (test_suite.TestContextSuite) ... ok Nested suites don't re-wrap ... ok test_result_proxy_used (test_suite.TestContextSuite) ... ok Tests in a context suite are wrapped ... ok test_ancestry (test_suite.TestContextSuiteFactory) ... ok test_lazy_and_nonlazy (test_suite.TestLazySuite) ... ok __nonzero__ works correctly for lazy suites ... ok test_test_generator (test_suite.TestLazySuite) ... ok test_decorator_func_sorting (test_tools.TestTools) ... ok test_eq (test_tools.TestTools) ... ok Make sure eq_() is in a namespace that has __unittest = 1. ... ok Make sure istest() is not in a namespace that has __unittest = 1. ... ok test_make_decorator (test_tools.TestTools) ... ok test_multiple_with_setup (test_tools.TestTools) ... ok test_nested_decorators (test_tools.TestTools) ... ok test_ok (test_tools.TestTools) ... ok test_raises (test_tools.TestTools) ... ok test_testcase_funcs (test_tools.TestTools) ... ok test_timed (test_tools.TestTools) ... ok test_twisted.test_resolve ... ok test_twisted.test_raises_bad_return ... ok test_twisted.test_raises_twisted_error ... ok test_twisted.test_raises_callback_error ... ok test_twisted.test_raises_plain_error ... ok test_twisted.test_timeout_ok ... ok test_twisted.test_timeout_expired ... ok test ... ok test_file_like (test_utils.TestUtils) ... ok test_isclass_detects_classes (test_utils.TestUtils) ... ok test_isclass_ignores_nonclass_things (test_utils.TestUtils) ... ok test_split_test_name (test_utils.TestUtils) ... ok test_split_test_name_windows (test_utils.TestUtils) ... ok test_test_address (test_utils.TestUtils) ... ok test_tolist (test_utils.TestUtils) ... ok test_try_run (test_utils.TestUtils) ... ok test_defaults (test_xunit.TestOptions) ... ok test_file_from_environ (test_xunit.TestOptions) ... ok test_file_from_opt (test_xunit.TestOptions) ... ok test_dot_in_args (test_xunit.TestSplitId) ... ok test_grandchild_has_dot_in_args (test_xunit.TestSplitId) ... ok test_no_dot_in_args (test_xunit.TestSplitId) ... ok test_no_parenthesis (test_xunit.TestSplitId) ... ok test_addError (test_xunit.TestXMLOutputWithXML) ... ok test_addError_early (test_xunit.TestXMLOutputWithXML) ... ok test_addFailure (test_xunit.TestXMLOutputWithXML) ... ok test_addFailure_early (test_xunit.TestXMLOutputWithXML) ... ok test_addSuccess (test_xunit.TestXMLOutputWithXML) ... ok test_addSuccess_early (test_xunit.TestXMLOutputWithXML) ... ok test_non_utf8_error (test_xunit.TestXMLOutputWithXML) ... ok ---------------------------------------------------------------------- Ran 393 tests OK (SKIP=6)