Ticket #352 (assigned enhancement)
Consistent unit test output
| Reported by: | thijs | Owned by: | nick |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.4 |
| Component: | Testing | Version: | 0.3.1 |
| Keywords: | Cc: |
Description
The test names in the output of the unit tests varies:
test_amf0.TypesTestCase.test_types ... [OK] test_amf0.ContextTestCase.test_add ... [OK] test_amf0.ContextTestCase.test_clear ... [OK] test_amf0.ContextTestCase.test_copy ... [OK] test_amf0.ContextTestCase.test_create ... [OK] test_amf0.ContextTestCase.test_get_by_reference ... [OK] test_amf0.ContextTestCase.test_get_reference ... [OK] test_amf0.EncoderTestCase.test_amf3 ... [OK] test_amf0.EncoderTestCase.test_anonymous ... [OK] test_amf0.EncoderTestCase.test_boolean ... [OK] test_amf0.EncoderTestCase.test_bytestring ... [OK] test_amf0.EncoderTestCase.test_complex_list ... [OK] test_amf0.EncoderTestCase.test_custom_type ... [OK] test_amf0.EncoderTestCase.test_date ... [OK] test_amf0.EncoderTestCase.test_dict ... [OK] test_amf0.EncoderTestCase.test_dynamic ... [OK] test_amf0.EncoderTestCase.test_elementtree_tag ... [OK] test_amf0.EncoderTestCase.test_force_amf3 ... [OK] test_amf0.EncoderTestCase.test_funcs ... [OK] test_amf0.EncoderTestCase.test_getstate ... [OK] test_amf0.EncoderTestCase.test_list ... [OK] test_amf0.EncoderTestCase.test_longstring ... [OK] test_amf0.EncoderTestCase.test_mixed_array ... [OK] test_amf0.EncoderTestCase.test_null ... [OK] test_amf0.EncoderTestCase.test_number ... [OK] test_amf0.EncoderTestCase.test_object ... [OK] test_amf0.EncoderTestCase.test_old_style_classes ... [OK] test_amf0.EncoderTestCase.test_string ... [OK] test_amf0.EncoderTestCase.test_typed_object ... [OK] test_amf0.EncoderTestCase.test_undefined ... [OK] test_amf0.EncoderTestCase.test_xml ... [OK] test_amf0.EncoderTestCase.test_xml_references ... [OK] test_amf0.DecoderTestCase.test_amf3 ... [OK] test_amf0.DecoderTestCase.test_boolean ... [OK] test_amf0.DecoderTestCase.test_classic_class ... [OK] test_amf0.DecoderTestCase.test_complex_list ... [OK] test_amf0.DecoderTestCase.test_date ... [OK] test_amf0.DecoderTestCase.test_dict ... [OK] test_amf0.DecoderTestCase.test_dynamic ... [OK] test_amf0.DecoderTestCase.test_infinites ... [OK] test_amf0.DecoderTestCase.test_list ... [OK] test_amf0.DecoderTestCase.test_longstring ... [OK] test_amf0.DecoderTestCase.test_mixed_array ... [OK] test_amf0.DecoderTestCase.test_null ... [OK] test_amf0.DecoderTestCase.test_number ... [OK] test_amf0.DecoderTestCase.test_number_types ... [OK] test_amf0.DecoderTestCase.test_object ... [OK] test_amf0.DecoderTestCase.test_registered_class ... [OK] test_amf0.DecoderTestCase.test_setstate_classic ... [OK] test_amf0.DecoderTestCase.test_setstate_newstyle ... [OK] test_amf0.DecoderTestCase.test_string ... [OK] test_amf0.DecoderTestCase.test_types ... [OK] test_amf0.DecoderTestCase.test_undefined ... [OK] test_amf0.DecoderTestCase.test_xml ... [OK] test_amf0.DecoderTestCase.test_xml_references ... [OK] test_amf0.RecordSetTestCase.test_create ... [OK] test_amf0.RecordSetTestCase.test_decode ... [OK] test_amf0.RecordSetTestCase.test_encode ... [OK] test_amf0.RecordSetTestCase.test_server_info ... [OK] test_amf0.HelperTestCase.test_decode ... [OK] test_amf0.HelperTestCase.test_decode_with_context ... [OK] test_amf0.HelperTestCase.test_encode ... [OK] test_amf0.HelperTestCase.test_encode_with_context ... [OK] test_amf0.ClassInheritanceTestCase.test_deep ... [OK] test_amf0.ClassInheritanceTestCase.test_simple ... [OK] test_amf3.TypesTestCase.test_types ... [OK] test_amf3.ClassDefinitionTestCase.test_create ... [OK] test_amf3.ClassDefinitionTestCase.test_get_alias ... [OK] test_amf3.ClassDefinitionTestCase.test_get_class ... [OK] test_amf3.ClassDefinitionTestCase.test_name ... [OK] test_amf3.ContextTestCase.test_add_class ... [OK] test_amf3.ContextTestCase.test_add_legacy_xml ... [OK] test_amf3.ContextTestCase.test_add_object ... [OK] test_amf3.ContextTestCase.test_add_string ... [OK] test_amf3.ContextTestCase.test_clear ... [OK] test_amf3.ContextTestCase.test_copy ... [OK] test_amf3.ContextTestCase.test_create ... [OK] test_amf3.ContextTestCase.test_empty_string ... [OK] test_amf3.ContextTestCase.test_get_by_reference ... [OK] test_amf3.ContextTestCase.test_get_reference ... [OK] test_amf3.EncoderTestCase.test_anonymous ... [OK] test_amf3.EncoderTestCase.test_boolean ... [OK] test_amf3.EncoderTestCase.test_byte_array ... [OK] test_amf3.EncoderTestCase.test_bytestring ... [OK] test_amf3.EncoderTestCase.test_custom_type ... [OK] test_amf3.EncoderTestCase.test_date ... [OK] test_amf3.EncoderTestCase.test_date_references ... [OK] test_amf3.EncoderTestCase.test_dict ... [OK] test_amf3.EncoderTestCase.test_elementtree_tag ... [OK] test_amf3.EncoderTestCase.test_empty_key_string ... [OK] test_amf3.EncoderTestCase.test_funcs ... [OK] test_amf3.EncoderTestCase.test_get_class_definition ... [OK] test_amf3.EncoderTestCase.test_get_class_definition_attrs ... [OK] test_amf3.EncoderTestCase.test_getstate ... [OK] test_amf3.EncoderTestCase.test_integer ... [OK] test_amf3.EncoderTestCase.test_list ... [OK] test_amf3.EncoderTestCase.test_list_references ... [OK] test_amf3.EncoderTestCase.test_mixed_array ... [OK] test_amf3.EncoderTestCase.test_null ... [OK] test_amf3.EncoderTestCase.test_number ... [OK] test_amf3.EncoderTestCase.test_object ... [OK] test_amf3.EncoderTestCase.test_old_style_classes ... [OK] test_amf3.EncoderTestCase.test_string ... [OK] test_amf3.EncoderTestCase.test_string_references ... [OK] test_amf3.EncoderTestCase.test_undefined ... [OK] test_amf3.EncoderTestCase.test_unknown_func ... [OK] test_amf3.EncoderTestCase.test_xml ... [OK] test_amf3.EncoderTestCase.test_xmlstring ... [OK] test_amf3.DecoderTestCase.test_boolean ... [OK] test_amf3.DecoderTestCase.test_byte_array ... [OK] test_amf3.DecoderTestCase.test_classic_class ... [OK] test_amf3.DecoderTestCase.test_date ... [OK] test_amf3.DecoderTestCase.test_dict ... [OK] test_amf3.DecoderTestCase.test_get_class_definition ... [OK] test_amf3.DecoderTestCase.test_infinites ... [OK] test_amf3.DecoderTestCase.test_integer ... [OK] test_amf3.DecoderTestCase.test_list ... [OK] test_amf3.DecoderTestCase.test_list_references ... [OK] test_amf3.DecoderTestCase.test_null ... [OK] test_amf3.DecoderTestCase.test_number ... [OK] test_amf3.DecoderTestCase.test_object ... [OK] test_amf3.DecoderTestCase.test_setstate_classic ... [OK] test_amf3.DecoderTestCase.test_setstate_newstyle ... [OK] test_amf3.DecoderTestCase.test_string ... [OK] test_amf3.DecoderTestCase.test_string_references ... [OK] test_amf3.DecoderTestCase.test_types ... [OK] test_amf3.DecoderTestCase.test_undefined ... [OK] test_amf3.DecoderTestCase.test_unsignedInteger ... [OK] test_amf3.DecoderTestCase.test_xml ... [OK] test_amf3.DecoderTestCase.test_xmlstring ... [OK] test_amf3.DecoderTestCase.test_xmlstring_references ... [OK] test_amf3.ObjectEncodingTestCase.test_class_references ... [OK] test_amf3.ObjectEncodingTestCase.test_combined ... [OK] test_amf3.ObjectEncodingTestCase.test_dynamic ... [OK] test_amf3.ObjectEncodingTestCase.test_external ... [OK] test_amf3.ObjectEncodingTestCase.test_object_references ... [OK] test_amf3.ObjectEncodingTestCase.test_static ... [OK] test_amf3.ObjectDecodingTestCase.test_combined ... [OK] test_amf3.ObjectDecodingTestCase.test_dynamic ... [OK] test_amf3.ObjectDecodingTestCase.test_external ... [OK] test_amf3.ObjectDecodingTestCase.test_object_references ... [OK] test_amf3.ObjectDecodingTestCase.test_static ... [OK] test_amf3.DataOutputTestCase.test_boolean ... [OK] test_amf3.DataOutputTestCase.test_byte ... [OK] test_amf3.DataOutputTestCase.test_create ... [OK] test_amf3.DataOutputTestCase.test_double ... [OK] test_amf3.DataOutputTestCase.test_float ... [OK] test_amf3.DataOutputTestCase.test_int ... [OK] test_amf3.DataOutputTestCase.test_multi_byte ... [OK] test_amf3.DataOutputTestCase.test_object ... [OK] test_amf3.DataOutputTestCase.test_short ... [OK] test_amf3.DataOutputTestCase.test_uint ... [OK] test_amf3.DataOutputTestCase.test_utf ... [OK] test_amf3.DataOutputTestCase.test_utf_bytes ... [OK] test_amf3.DataInputTestCase.test_boolean ... [OK] test_amf3.DataInputTestCase.test_byte ... [OK] test_amf3.DataInputTestCase.test_create ... [OK] test_amf3.DataInputTestCase.test_double ... [OK] test_amf3.DataInputTestCase.test_float ... [OK] test_amf3.DataInputTestCase.test_int ... [OK] test_amf3.DataInputTestCase.test_multi_byte ... [OK] test_amf3.DataInputTestCase.test_object ... [OK] test_amf3.DataInputTestCase.test_short ... [OK] test_amf3.DataInputTestCase.test_uint ... [OK] test_amf3.DataInputTestCase.test_utf ... [OK] test_amf3.DataInputTestCase.test_utf_bytes ... [OK] test_amf3.ClassInheritanceTestCase.test_deep ... [OK] test_amf3.ClassInheritanceTestCase.test_simple ... [OK] test_amf3.HelperTestCase.test_decode ... [OK] test_amf3.HelperTestCase.test_decode_with_context ... [OK] test_amf3.HelperTestCase.test_encode ... [OK] test_amf3.HelperTestCase.test_encode_with_context ... [OK] test_basic.ASObjectTestCase.test_delitem ... [OK] test_basic.ASObjectTestCase.test_eq ... [OK] test_basic.ASObjectTestCase.test_getitem ... [OK] test_basic.ASObjectTestCase.test_init ... [OK] test_basic.ASObjectTestCase.test_iter ... [OK] test_basic.ASObjectTestCase.test_setitem ... [OK] test_basic.ClassMetaDataTestCase.test_append ... [OK] test_basic.ClassMetaDataTestCase.test_contains ... [OK] test_basic.ClassMetaDataTestCase.test_create ... [OK] test_basic.ClassAliasTestCase.test_anonymous ... [OK] test_basic.ClassAliasTestCase.test_bad_class ... [OK] test_basic.ClassAliasTestCase.test_bad_read_func ... [OK] test_basic.ClassAliasTestCase.test_bad_write_func ... [OK] test_basic.ClassAliasTestCase.test_call ... [OK] test_basic.ClassAliasTestCase.test_eq ... [OK] test_basic.ClassAliasTestCase.test_external ... [OK] test_basic.ClassAliasTestCase.test_get_attrs ... [OK] test_basic.ClassAliasTestCase.test_get_class_alias ... [OK] test_basic.ClassAliasTestCase.test_init ... [OK] test_basic.ClassAliasTestCase.test_str ... [OK] test_basic.HelperTestCase.test_decode ... [OK] test_basic.HelperTestCase.test_encode ... [OK] test_basic.HelperTestCase.test_get_decoder ... [OK] test_basic.HelperTestCase.test_get_encoder ... [OK] test_basic.RegisterClassTestCase.test_anonymous ... [OK] test_basic.RegisterClassTestCase.test_attrs ... [OK] test_basic.RegisterClassTestCase.test_bad_attr_fun ... [OK] test_basic.RegisterClassTestCase.test_bad_metadata ... [OK] test_basic.RegisterClassTestCase.test_dynamic ... [OK] test_basic.RegisterClassTestCase.test_has_alias ... [OK] test_basic.RegisterClassTestCase.test_metadata ... [OK] test_basic.RegisterClassTestCase.test_required_arguments_invalid_1 ... [OK] test_basic.RegisterClassTestCase.test_required_arguments_valid ... [OK] test_basic.RegisterClassTestCase.test_required_argumnets_invalid_2 ... [OK] test_basic.RegisterClassTestCase.test_required_argumnets_kwargs ... [OK] test_basic.RegisterClassTestCase.test_simple ... [OK] test_basic.UnregisterClassTestCase.test_alias ... [OK] test_basic.UnregisterClassTestCase.test_klass ... [OK] test_basic.ClassLoaderTestCase.test_bad_register ... [OK] test_basic.ClassLoaderTestCase.test_load_class ... [OK] test_basic.ClassLoaderTestCase.test_load_class_bad_return ... [OK] test_basic.ClassLoaderTestCase.test_load_class_by_alias ... [OK] test_basic.ClassLoaderTestCase.test_load_class_by_module ... [OK] test_basic.ClassLoaderTestCase.test_load_class_by_module_bad ... [OK] test_basic.ClassLoaderTestCase.test_load_unknown_class ... [OK] test_basic.ClassLoaderTestCase.test_register ... [OK] test_basic.ClassLoaderTestCase.test_unregister ... [OK] test_basic.TypeMapTestCase.test_add_callable ... [OK] test_basic.TypeMapTestCase.test_add_class ... [OK] test_basic.TypeMapTestCase.test_add_invalid ... [OK] test_basic.TypeMapTestCase.test_add_multiple ... [OK] test_basic.TypeMapTestCase.test_add_same ... [OK] test_basic.TypeMapTestCase.test_get_type ... [OK] test_basic.TypeMapTestCase.test_remove ... [OK] test_basic.ErrorClassMapTestCase.test_add ... [OK] test_basic.ErrorClassMapTestCase.test_remove ... [OK] test_flex.ArrayCollectionTestCase.test_create ... [OK] test_flex.ArrayCollectionTestCase.test_decode ... [OK] test_flex.ArrayCollectionTestCase.test_encode ... [OK] test_flex.ObjectProxyTestCase.test_decode ... [OK] test_flex.ObjectProxyTestCase.test_encode ... [OK] test_flex.ObjectProxyTestCase.test_get_attrs ... [OK] test_flex_messaging.AbstractMessageTestCase.test_repr ... [OK] test_gateway.FaultTestCase.test_build ... [OK] test_gateway.FaultTestCase.test_create ... [OK] test_gateway.FaultTestCase.test_encode ... [OK] test_gateway.FaultTestCase.test_explicit_code ... [OK] test_gateway.ServiceWrapperTestCase.test_call ... [OK] test_gateway.ServiceWrapperTestCase.test_cmp ... [OK] test_gateway.ServiceWrapperTestCase.test_create ... [OK] test_gateway.ServiceWrapperTestCase.test_create_preprocessor ... [OK] test_gateway.ServiceRequestTestCase.test_call ... [OK] test_gateway.ServiceRequestTestCase.test_create ... [OK] test_gateway.ServiceCollectionTestCase.test_contains ... [OK] test_gateway.BaseGatewayTestCase.test_add_service ... [OK] test_gateway.BaseGatewayTestCase.test_authenticate ... [OK] test_gateway.BaseGatewayTestCase.test_create ... [OK] test_gateway.BaseGatewayTestCase.test_get_response ... [OK] test_gateway.BaseGatewayTestCase.test_long_service_name ... [OK] test_gateway.BaseGatewayTestCase.test_malformed_credentials_header ... [OK] test_gateway.BaseGatewayTestCase.test_process_request ... [OK] test_gateway.BaseGatewayTestCase.test_remove_service ... [OK] test_gateway.BaseGatewayTestCase.test_service_request ... [OK] test_gateway.QueryBrowserTestCase.test_request ... [OK] test_gateway.AuthenticatorTestCase.test_class_decorator ... [OK] test_gateway.AuthenticatorTestCase.test_expose_request_decorator ... [OK] test_gateway.AuthenticatorTestCase.test_expose_request_keyword ... [OK] test_gateway.AuthenticatorTestCase.test_func_decorator ... [OK] test_gateway.AuthenticatorTestCase.test_gateway ... [OK] test_gateway.AuthenticatorTestCase.test_service ... [OK] test_gateway.ExposeRequestTestCase.test_decorator ... [OK] test_gateway.ExposeRequestTestCase.test_default ... [OK] test_gateway.ExposeRequestTestCase.test_gateway ... [OK] test_gateway.ExposeRequestTestCase.test_service ... [OK] test_gateway.PreProcessingTestCase.test_call ... [OK] test_gateway.PreProcessingTestCase.test_decorator ... [OK] test_gateway.PreProcessingTestCase.test_default ... [OK] test_gateway.PreProcessingTestCase.test_fail ... [OK] test_gateway.PreProcessingTestCase.test_global ... [OK] test_gateway.PreProcessingTestCase.test_service ... [OK] pyamf.tests.gateway.test_wsgi.WSGIServerTestCase.test_bad_request ... [OK] pyamf.tests.gateway.test_wsgi.WSGIServerTestCase.test_request_method ... [OK] pyamf.tests.gateway.test_wsgi.WSGIServerTestCase.test_unknown_request ... [OK] pyamf.tests.gateway.test_twisted.TwistedServerTestCase.test_authenticate ... [OK] pyamf.tests.gateway.test_twisted.TwistedServerTestCase.test_bad_content ... [OK] pyamf.tests.gateway.test_twisted.TwistedServerTestCase.test_deferred_service ... [OK] pyamf.tests.gateway.test_twisted.TwistedServerTestCase.test_encoding_error ... [OK] pyamf.tests.gateway.test_twisted.TwistedServerTestCase.test_expose_request ... [OK] pyamf.tests.gateway.test_twisted.TwistedServerTestCase.test_exposed_authenticate ... [OK] pyamf.tests.gateway.test_twisted.TwistedServerTestCase.test_exposed_preprocessor ... [OK] pyamf.tests.gateway.test_twisted.TwistedServerTestCase.test_exposed_preprocessor_no_request ... [OK] pyamf.tests.gateway.test_twisted.TwistedServerTestCase.test_invalid_method ... [OK] pyamf.tests.gateway.test_twisted.TwistedServerTestCase.test_preprocessor ... [OK] pyamf.tests.gateway.test_twisted.TwistedServerTestCase.test_process_request ... [OK] pyamf.tests.gateway.test_twisted.TwistedServerTestCase.test_tuple ... [OK] pyamf.tests.gateway.test_twisted.TwistedServerTestCase.test_unknown_request ... [OK] pyamf.tests.gateway.test_twisted.TwistedGatewayTestCase.test_finalise_request ... [OK] pyamf.tests.gateway.test_twisted.TwistedGatewayTestCase.test_get_processor ... [OK] pyamf.tests.gateway.test_twisted.AMF0RequestProcessorTestCase.test_auth_fail ... [OK] pyamf.tests.gateway.test_twisted.AMF0RequestProcessorTestCase.test_deferred_auth ... [OK] pyamf.tests.gateway.test_twisted.AMF0RequestProcessorTestCase.test_deferred_preprocessor ... [OK] pyamf.tests.gateway.test_twisted.AMF0RequestProcessorTestCase.test_error_auth ... [OK] pyamf.tests.gateway.test_twisted.AMF0RequestProcessorTestCase.test_error_body ... [OK] pyamf.tests.gateway.test_twisted.AMF0RequestProcessorTestCase.test_error_deferred_body ... [OK] pyamf.tests.gateway.test_twisted.AMF0RequestProcessorTestCase.test_error_preprocessor ... [OK] pyamf.tests.gateway.test_twisted.AMF0RequestProcessorTestCase.test_exposed_preprocessor ... [OK] pyamf.tests.gateway.test_twisted.AMF0RequestProcessorTestCase.test_preprocessor ... [OK] pyamf.tests.gateway.test_twisted.AMF0RequestProcessorTestCase.test_unknown_service_request ... [OK] pyamf.tests.gateway.test_twisted.AMF3RequestProcessorTestCase.test_async ... [OK] pyamf.tests.gateway.test_twisted.AMF3RequestProcessorTestCase.test_deferred_preprocessor ... [OK] pyamf.tests.gateway.test_twisted.AMF3RequestProcessorTestCase.test_destination ... [OK] pyamf.tests.gateway.test_twisted.AMF3RequestProcessorTestCase.test_error_body ... [OK] pyamf.tests.gateway.test_twisted.AMF3RequestProcessorTestCase.test_error_deferred_body ... [OK] pyamf.tests.gateway.test_twisted.AMF3RequestProcessorTestCase.test_error_preprocessor ... [OK] pyamf.tests.gateway.test_twisted.AMF3RequestProcessorTestCase.test_exposed_preprocessor ... [OK] pyamf.tests.gateway.test_twisted.AMF3RequestProcessorTestCase.test_preprocessor ... [OK] pyamf.tests.gateway.test_twisted.AMF3RequestProcessorTestCase.test_unknown_service_request ... [OK] test_imports.JoinPathTestCase.test_cwd ... [OK] test_imports.JoinPathTestCase.test_empty ... [OK] test_imports.JoinPathTestCase.test_name ... [OK] test_imports.JoinPathTestCase.test_prev_dir ... [OK] test_imports.JoinPathTestCase.test_relative ... [OK] test_imports.JoinPathTestCase.test_root ... [OK] test_imports.GetModuleHooksTestCase.test_default ... [OK] test_imports.GetModuleHooksTestCase.test_existant ... [OK] test_imports.GetModuleHooksTestCase.test_none ... [OK] test_imports.LazyModuleTestCase.test_getattr ... [OK] test_imports.LazyModuleTestCase.test_init ... [OK] test_imports.LazyModuleTestCase.test_setattr ... [OK] test_imports.LazyModuleTestCase.test_slots ... [OK] test_imports.LazyModuleTestCase.test_type ... [OK] test_imports.IsLazyTestCase.test_lazy ... [OK] test_imports.IsLazyTestCase.test_loaded ... [OK] test_imports.WhenImportedTestCase.test_module ... [OK] test_imports.WhenImportedTestCase.test_multipleChildDeepParent ... [OK] test_imports.WhenImportedTestCase.test_submodule ... [OK] test_imports.FindModuleTestCase.test_error ... [OK] test_imports.FindModuleTestCase.test_package ... [OK] test_imports.FindModuleTestCase.test_root ... [OK] test_imports.FindModuleTestCase.test_subpackage ... [OK] test_remoting.DecoderTestCase.test_amf_version ... [OK] test_remoting.DecoderTestCase.test_client_version ... [OK] test_remoting.DecoderTestCase.test_invalid_body_data_length ... [OK] test_remoting.DecoderTestCase.test_invalid_header_data_length ... [OK] test_remoting.DecoderTestCase.test_message_order ... [OK] test_remoting.DecoderTestCase.test_multiple_headers ... [OK] test_remoting.DecoderTestCase.test_multiple_request_header_references ... [OK] test_remoting.DecoderTestCase.test_null_msg ... [OK] test_remoting.DecoderTestCase.test_required_header ... [OK] test_remoting.DecoderTestCase.test_simple_body ... [OK] test_remoting.DecoderTestCase.test_simple_header ... [OK] test_remoting.EncoderTestCase.test_basic ... [OK] test_remoting.EncoderTestCase.test_header ... [OK] test_remoting.EncoderTestCase.test_message_order ... [OK] test_remoting.EncoderTestCase.test_request ... [OK] test_remoting.EncoderTestCase.test_response ... [OK] test_remoting.StrictEncodingTestCase.test_request ... [OK] test_remoting.StrictEncodingTestCase.test_response ... [OK] test_remoting.FaultTestCase.test_exception ... [OK] test_remoting.FaultTestCase.test_kwargs ... [OK] test_remoting.ContextTextCase.test_body_references ... [OK] pyamf.tests.remoting.test_client.ServiceMethodProxyTestCase.test_call ... [OK] pyamf.tests.remoting.test_client.ServiceMethodProxyTestCase.test_create ... [OK] pyamf.tests.remoting.test_client.ServiceMethodProxyTestCase.test_str ... [OK] pyamf.tests.remoting.test_client.ServiceProxyTestCase.test_call ... [OK] pyamf.tests.remoting.test_client.ServiceProxyTestCase.test_create ... [OK] pyamf.tests.remoting.test_client.ServiceProxyTestCase.test_getattr ... [OK] pyamf.tests.remoting.test_client.ServiceProxyTestCase.test_pending_call ... [OK] pyamf.tests.remoting.test_client.ServiceProxyTestCase.test_service_call ... [OK] pyamf.tests.remoting.test_client.ServiceProxyTestCase.test_str ... [OK] pyamf.tests.remoting.test_client.RequestWrapperTestCase.test_create ... [OK] pyamf.tests.remoting.test_client.RequestWrapperTestCase.test_null_response ... [OK] pyamf.tests.remoting.test_client.RequestWrapperTestCase.test_set_response ... [OK] pyamf.tests.remoting.test_client.RequestWrapperTestCase.test_str ... [OK] pyamf.tests.remoting.test_client.RemotingServiceTestCase.test_add_http_header ... [OK] pyamf.tests.remoting.test_client.RemotingServiceTestCase.test_add_request ... [OK] pyamf.tests.remoting.test_client.RemotingServiceTestCase.test_append_url_header ... [OK] pyamf.tests.remoting.test_client.RemotingServiceTestCase.test_close_http_response ... [OK] pyamf.tests.remoting.test_client.RemotingServiceTestCase.test_create ... [OK] pyamf.tests.remoting.test_client.RemotingServiceTestCase.test_credentials ... [OK] pyamf.tests.remoting.test_client.RemotingServiceTestCase.test_execute ... [OK] pyamf.tests.remoting.test_client.RemotingServiceTestCase.test_execute_single ... [OK] pyamf.tests.remoting.test_client.RemotingServiceTestCase.test_get_amf_request ... [OK] pyamf.tests.remoting.test_client.RemotingServiceTestCase.test_get_request ... [OK] pyamf.tests.remoting.test_client.RemotingServiceTestCase.test_get_response ... [OK] pyamf.tests.remoting.test_client.RemotingServiceTestCase.test_get_service ... [OK] pyamf.tests.remoting.test_client.RemotingServiceTestCase.test_http_request_headers ... [OK] pyamf.tests.remoting.test_client.RemotingServiceTestCase.test_port ... [OK] pyamf.tests.remoting.test_client.RemotingServiceTestCase.test_remove_http_header ... [OK] pyamf.tests.remoting.test_client.RemotingServiceTestCase.test_remove_request ... [OK] pyamf.tests.remoting.test_client.RemotingServiceTestCase.test_replace_url_header ... [OK] pyamf.tests.remoting.test_client.RemotingServiceTestCase.test_schemes ... [OK] pyamf.tests.remoting.test_remoteobject.RandomIdGeneratorTestCase.test_generate ... [OK] pyamf.tests.remoting.test_remoteobject.AcknowlegdementGeneratorTestCase.test_generate ... [OK] pyamf.tests.remoting.test_remoteobject.AcknowlegdementGeneratorTestCase.test_request ... [OK] pyamf.tests.remoting.test_remoteobject.RequestProcessorTestCase.test_async ... [OK] pyamf.tests.remoting.test_remoteobject.RequestProcessorTestCase.test_create ... [OK] pyamf.tests.remoting.test_remoteobject.RequestProcessorTestCase.test_destination ... [OK] pyamf.tests.remoting.test_remoteobject.RequestProcessorTestCase.test_disconnect ... [OK] pyamf.tests.remoting.test_remoteobject.RequestProcessorTestCase.test_error ... [OK] pyamf.tests.remoting.test_remoteobject.RequestProcessorTestCase.test_fail_preprocess ... [OK] pyamf.tests.remoting.test_remoteobject.RequestProcessorTestCase.test_ping ... [OK] pyamf.tests.remoting.test_remoteobject.RequestProcessorTestCase.test_preprocess ... [OK] pyamf.tests.remoting.test_remoteobject.RequestProcessorTestCase.test_request ... [OK] pyamf.tests.remoting.test_remoteobject.RequestProcessorTestCase.test_too_many_args ... [OK] test_sol.EncoderTestCase.test_amf3 ... [OK] test_sol.EncoderTestCase.test_encode_header ... [OK] test_sol.EncoderTestCase.test_multiple_values ... [OK] test_sol.DecoderTestCase.test_amf3 ... [OK] test_sol.DecoderTestCase.test_header ... [OK] test_sol.DecoderTestCase.test_invalid_header ... [OK] test_sol.DecoderTestCase.test_invalid_header_length ... [OK] test_sol.DecoderTestCase.test_invalid_header_name_length ... [OK] test_sol.DecoderTestCase.test_invalid_header_padding ... [OK] test_sol.DecoderTestCase.test_invalid_signature ... [OK] test_sol.DecoderTestCase.test_strict_header_length ... [OK] test_sol.DecoderTestCase.test_unknown_encoding ... [OK] test_sol.HelperTestCase.test_load_file ... [OK] test_sol.HelperTestCase.test_load_name ... [OK] test_sol.HelperTestCase.test_save_file ... [OK] test_sol.HelperTestCase.test_save_name ... [OK] test_sol.SOLTestCase.test_create ... [OK] test_sol.SOLTestCase.test_save ... [OK] test_util.TimestampTestCase.test_get_datetime ... [OK] test_util.TimestampTestCase.test_get_timestamp ... [OK] test_util.StringIOProxyTestCase.test_close ... [OK] test_util.StringIOProxyTestCase.test_create ... [OK] test_util.StringIOProxyTestCase.test_flush ... [OK] test_util.StringIOProxyTestCase.test_getvalue ... [OK] test_util.StringIOProxyTestCase.test_len ... [OK] test_util.StringIOProxyTestCase.test_read ... [OK] test_util.StringIOProxyTestCase.test_readline ... [OK] test_util.StringIOProxyTestCase.test_readlines ... [OK] test_util.StringIOProxyTestCase.test_seek ... [OK] test_util.StringIOProxyTestCase.test_tell ... [OK] test_util.StringIOProxyTestCase.test_truncate ... [OK] test_util.StringIOProxyTestCase.test_write ... [OK] test_util.StringIOProxyTestCase.test_writelines ... [OK] test_util.cStringIOProxyTestCase.test_close ... [OK] test_util.cStringIOProxyTestCase.test_create ... [OK] test_util.cStringIOProxyTestCase.test_flush ... [OK] test_util.cStringIOProxyTestCase.test_getvalue ... [OK] test_util.cStringIOProxyTestCase.test_len ... [OK] test_util.cStringIOProxyTestCase.test_read ... [OK] test_util.cStringIOProxyTestCase.test_readline ... [OK] test_util.cStringIOProxyTestCase.test_readlines ... [OK] test_util.cStringIOProxyTestCase.test_seek ... [OK] test_util.cStringIOProxyTestCase.test_tell ... [OK] test_util.cStringIOProxyTestCase.test_truncate ... [OK] test_util.cStringIOProxyTestCase.test_write ... [OK] test_util.cStringIOProxyTestCase.test_writelines ... [OK] test_util.DataTypeMixInTestCase.test_nan ... [OK] test_util.DataTypeMixInTestCase.test_read_char ... [OK] test_util.DataTypeMixInTestCase.test_read_double ... [OK] test_util.DataTypeMixInTestCase.test_read_float ... [OK] test_util.DataTypeMixInTestCase.test_read_long ... [OK] test_util.DataTypeMixInTestCase.test_read_short ... [OK] test_util.DataTypeMixInTestCase.test_read_uchar ... [OK] test_util.DataTypeMixInTestCase.test_read_ulong ... [OK] test_util.DataTypeMixInTestCase.test_read_ushort ... [OK] test_util.DataTypeMixInTestCase.test_read_utf8_string ... [OK] test_util.DataTypeMixInTestCase.test_write_char ... [OK] test_util.DataTypeMixInTestCase.test_write_double ... [OK] test_util.DataTypeMixInTestCase.test_write_float ... [OK] test_util.DataTypeMixInTestCase.test_write_long ... [OK] test_util.DataTypeMixInTestCase.test_write_short ... [OK] test_util.DataTypeMixInTestCase.test_write_uchar ... [OK] test_util.DataTypeMixInTestCase.test_write_ulong ... [OK] test_util.DataTypeMixInTestCase.test_write_ushort ... [OK] test_util.DataTypeMixInTestCase.test_write_utf8_string ... [OK] test_util.BufferedByteStreamTestCase.test_add ... [OK] test_util.BufferedByteStreamTestCase.test_add_pos ... [OK] test_util.BufferedByteStreamTestCase.test_create ... [OK] test_util.BufferedByteStreamTestCase.test_eof ... [OK] test_util.BufferedByteStreamTestCase.test_peek ... [OK] test_util.BufferedByteStreamTestCase.test_read ... [OK] test_util.BufferedByteStreamTestCase.test_remaining ... [OK] ------------------------------------------------------------------------------- Ran 469 tests in 1.418s PASSED (successes=469)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
