py$(PYV): commands[0]> python -m zope.testrunner --test-path=src -vv Running tests at level 1 Running zope.testrunner.layer.UnitTests tests: Set up zope.testrunner.layer.UnitTests. Running: test_it (zope.location.tests.test_configure.Test_ZCML_loads.test_it) test_fetched_from_class (zope.location.tests.test_location.ClassAndInstanceDescrTests.test_fetched_from_class) test_fetched_from_instance (zope.location.tests.test_location.ClassAndInstanceDescrTests.test_fetched_from_instance) test___doc___from_derived_class (zope.location.tests.test_location.LocationProxyTests.test___doc___from_derived_class) test___doc___from_target_class (zope.location.tests.test_location.LocationProxyTests.test___doc___from_target_class) test___doc___from_target_instance (zope.location.tests.test_location.LocationProxyTests.test___doc___from_target_instance) test___getattribute___wrapped (zope.location.tests.test_location.LocationProxyTests.test___getattribute___wrapped) test___reduce__ (zope.location.tests.test_location.LocationProxyTests.test___reduce__) test___reduce___via_pickling (zope.location.tests.test_location.LocationProxyTests.test___reduce___via_pickling) test___reduce_ex__ (zope.location.tests.test_location.LocationProxyTests.test___reduce_ex__) test___setattr___wrapped (zope.location.tests.test_location.LocationProxyTests.test___setattr___wrapped) test__providedBy___class (zope.location.tests.test_location.LocationProxyTests.test__providedBy___class) test__providedBy___instance (zope.location.tests.test_location.LocationProxyTests.test__providedBy___instance) test_class_conforms_to_ILocation (zope.location.tests.test_location.LocationProxyTests.test_class_conforms_to_ILocation) test_ctor_defaults (zope.location.tests.test_location.LocationProxyTests.test_ctor_defaults) test_ctor_explicit (zope.location.tests.test_location.LocationProxyTests.test_ctor_explicit) test_instance_conforms_to_ILocation (zope.location.tests.test_location.LocationProxyTests.test_instance_conforms_to_ILocation) test___doc___from_derived_class (zope.location.tests.test_location.LocationPyProxyTests.test___doc___from_derived_class) test___doc___from_target_class (zope.location.tests.test_location.LocationPyProxyTests.test___doc___from_target_class) test___doc___from_target_instance (zope.location.tests.test_location.LocationPyProxyTests.test___doc___from_target_instance) test___getattribute___wrapped (zope.location.tests.test_location.LocationPyProxyTests.test___getattribute___wrapped) test___reduce__ (zope.location.tests.test_location.LocationPyProxyTests.test___reduce__) test___reduce___via_pickling (zope.location.tests.test_location.LocationPyProxyTests.test___reduce___via_pickling) test___reduce_ex__ (zope.location.tests.test_location.LocationPyProxyTests.test___reduce_ex__) test___setattr___wrapped (zope.location.tests.test_location.LocationPyProxyTests.test___setattr___wrapped) test__providedBy___class (zope.location.tests.test_location.LocationPyProxyTests.test__providedBy___class) test__providedBy___instance (zope.location.tests.test_location.LocationPyProxyTests.test__providedBy___instance) test_class_conforms_to_ILocation (zope.location.tests.test_location.LocationPyProxyTests.test_class_conforms_to_ILocation) test_ctor_defaults (zope.location.tests.test_location.LocationPyProxyTests.test_ctor_defaults) test_ctor_explicit (zope.location.tests.test_location.LocationPyProxyTests.test_ctor_explicit) test_instance_conforms_to_ILocation (zope.location.tests.test_location.LocationPyProxyTests.test_instance_conforms_to_ILocation) test_class_conforms_to_ILocation (zope.location.tests.test_location.LocationTests.test_class_conforms_to_ILocation) test_ctor (zope.location.tests.test_location.LocationTests.test_ctor) test_instance_conforms_to_ILocation (zope.location.tests.test_location.LocationTests.test_instance_conforms_to_ILocation) test_w_None (zope.location.tests.test_location.Test_LocationIterator.test_w_None) test_w_isolated_location_object (zope.location.tests.test_location.Test_LocationIterator.test_w_isolated_location_object) test_w_nested_location_object (zope.location.tests.test_location.Test_LocationIterator.test_w_nested_location_object) test_w_non_location_object (zope.location.tests.test_location.Test_LocationIterator.test_w_non_location_object) test_w_isolated_location_objects (zope.location.tests.test_location.Test_inside.test_w_isolated_location_objects) test_w_nested_location_object (zope.location.tests.test_location.Test_inside.test_w_nested_location_object) test_w_non_location_objects (zope.location.tests.test_location.Test_inside.test_w_non_location_objects) test_w_name (zope.location.tests.test_location.Test_locate.test_w_name) test_wo_name (zope.location.tests.test_location.Test_locate.test_wo_name) test_w_name_adaptable_to_ILocation (zope.location.tests.test_location.Test_located.test_w_name_adaptable_to_ILocation) test_wo_name_not_adaptable_to_ILocation (zope.location.tests.test_location.Test_located.test_wo_name_not_adaptable_to_ILocation) test_wo_name_obj_implements_ILocation (zope.location.tests.test_location.Test_located.test_wo_name_obj_implements_ILocation) test___call___w_context_inside_toplevel (zope.location.tests.test_pickling.LocationCopyHookTests.test___call___w_context_inside_toplevel) test___call___w_context_outside_toplevel (zope.location.tests.test_pickling.LocationCopyHookTests.test___call___w_context_outside_toplevel) test_class_conforms_to_ICopyHook (zope.location.tests.test_pickling.LocationCopyHookTests.test_class_conforms_to_ICopyHook) test_instance_conforms_to_ICopyHook (zope.location.tests.test_pickling.LocationCopyHookTests.test_instance_conforms_to_ICopyHook) test_class_conforms_to_ILocationInfo (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_class_conforms_to_ILocationInfo) test_getName_location (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_getName_location) test_getName_location_w_name (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_getName_location_w_name) test_getName_not_location_aware (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_getName_not_location_aware) test_getNearestSite_ancestor_is_site (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_getNearestSite_ancestor_is_site) test_getNearestSite_context_is_site (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_getNearestSite_context_is_site) test_getNearestSite_no_site (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_getNearestSite_no_site) test_getParent_at_root (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_getParent_at_root) test_getParent_location_but_no_IRoot (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_getParent_location_but_no_IRoot) test_getParent_not_location_aware (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_getParent_not_location_aware) test_getParent_wo_cycle (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_getParent_wo_cycle) test_getParents_at_root (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_getParents_at_root) test_getParents_location_but_no_IRoot (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_getParents_location_but_no_IRoot) test_getParents_not_location_aware (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_getParents_not_location_aware) test_getParents_wo_cycle (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_getParents_wo_cycle) test_getPath_at_root (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_getPath_at_root) test_getPath_location_but_no_IRoot (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_getPath_location_but_no_IRoot) test_getPath_not_location_aware (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_getPath_not_location_aware) test_getPath_w_cycle (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_getPath_w_cycle) test_getPath_wo_cycle (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_getPath_wo_cycle) test_getRoot_location_but_no_IRoot (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_getRoot_location_but_no_IRoot) test_getRoot_not_location_aware (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_getRoot_not_location_aware) test_getRoot_w_cycle (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_getRoot_w_cycle) test_getRoot_wo_cycle (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_getRoot_wo_cycle) test_instance_conforms_to_ILocationInfo (zope.location.tests.test_traversing.LocationPhysicallyLocatableTests.test_instance_conforms_to_ILocationInfo) test_class_conforms_to_ILocationInfo (zope.location.tests.test_traversing.RootPhysicallyLocatableTests.test_class_conforms_to_ILocationInfo) test_getName (zope.location.tests.test_traversing.RootPhysicallyLocatableTests.test_getName) test_getNearestSite (zope.location.tests.test_traversing.RootPhysicallyLocatableTests.test_getNearestSite) test_getParent (zope.location.tests.test_traversing.RootPhysicallyLocatableTests.test_getParent) test_getParents (zope.location.tests.test_traversing.RootPhysicallyLocatableTests.test_getParents) test_getPath (zope.location.tests.test_traversing.RootPhysicallyLocatableTests.test_getPath) test_getRoot (zope.location.tests.test_traversing.RootPhysicallyLocatableTests.test_getRoot) test_instance_conforms_to_ILocationInfo (zope.location.tests.test_traversing.RootPhysicallyLocatableTests.test_instance_conforms_to_ILocationInfo) Ran 83 tests with 0 failures, 0 errors and 0 skipped. Tearing down left over layers: Tear down zope.testrunner.layer.UnitTests. py$(PYV): OK congratulations :)