PythonMigrationStatus

Not logged in - Log In / Register

Revision 95 as of 2009-10-23 20:30:22

Clear message

Moving to newer Python versions

The ultimate goal is to migrate Launchpad to Python 2.6. Rather than go straight to Python 2.6, we are focusing on Python 2.5 first as a stepping stone. People involved in this effort: maxb, gary, salgado, barry, simono. We are treating this work as a sprint; come join us on #launchpad-sprint on freenode.

Relevant tagged bugs: https://bugs.launchpad.net/launchpad-foundations/+bugs?field.tag=python-upgrade

Branches

In general, we'll merge from devel -> python-migration -> ztk-2.5 -> python-migration2.6, but we're keeping them separate in case something prevents us from making it all the way to 2.6.

Things you'll need to do

Current status of the Python 2.5 effort

It passes all of its tests!

Known/Open issues

Bustimications

Cleanup potential


Python 2.5 w/Zope Toolkit

This is a branch off of python-migration which uses Python 2.5 and the Zope Toolkit.

test failures

Python 2.6

This is the ztk-2.5 branch, converted to use Python 2.6.

Also, a multitude of modules of modules (sha, md5, sets, ...) are deprecated in Python 2.6, and many tests will fail merely because of unexpected DeprecationWarnings (but see below).

Getting started

make run failures

Test-module import failures:

Module: canonical.launchpad.scripts.ftests.test_checkwatches

Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/scripts/utilities/importfascist.py", line 163, in import_fascist
    module = original_import(name, globals, locals, fromlist, level)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/launchpad/scripts/ftests/test_checkwatches.py", line 16, in <module>
    from lp.bugs.tests.externalbugtracker import new_bugtracker
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/scripts/utilities/importfascist.py", line 163, in import_fascist
    module = original_import(name, globals, locals, fromlist, level)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/bugs/tests/externalbugtracker.py", line 26, in <module>
    from lp.bugs.externalbugtracker import (
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/scripts/utilities/importfascist.py", line 163, in import_fascist
    module = original_import(name, globals, locals, fromlist, level)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/bugs/externalbugtracker/__init__.py", line 36, in <module>
    from lp.bugs.externalbugtracker.bugzilla import *
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/scripts/utilities/importfascist.py", line 163, in import_fascist
    module = original_import(name, globals, locals, fromlist, level)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/bugs/externalbugtracker/bugzilla.py", line 36, in <module>
    from lp.bugs.externalbugtracker.xmlrpc import (
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/scripts/utilities/importfascist.py", line 163, in import_fascist
    module = original_import(name, globals, locals, fromlist, level)
SyntaxWarning: assertion is always true, perhaps remove parentheses?


Module: lp.bugs.scripts.tests.test_bugimport

Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/scripts/utilities/importfascist.py", line 163, in import_fascist
    module = original_import(name, globals, locals, fromlist, level)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/bugs/scripts/tests/test_bugimport.py", line 19, in <module>
    from lp.bugs.externalbugtracker import (
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/scripts/utilities/importfascist.py", line 163, in import_fascist
    module = original_import(name, globals, locals, fromlist, level)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/bugs/externalbugtracker/__init__.py", line 36, in <module>
    from lp.bugs.externalbugtracker.bugzilla import *
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/scripts/utilities/importfascist.py", line 163, in import_fascist
    module = original_import(name, globals, locals, fromlist, level)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/bugs/externalbugtracker/bugzilla.py", line 36, in <module>
    from lp.bugs.externalbugtracker.xmlrpc import (
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/scripts/utilities/importfascist.py", line 163, in import_fascist
    module = original_import(name, globals, locals, fromlist, level)
SyntaxWarning: assertion is always true, perhaps remove parentheses?


Running tests at level 1
Running canonical.testing.layers.BaseLayer tests:
  Set up canonical.testing.layers.BaseLayer in 0.001 seconds.
  Running:
 lib/canonical/launchpad/ftests/../doc/autodecorate.txt
 testAliases (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testBooleanPropertyTypes (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckConsistentUdevDeviceData (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckConsistentUdevDeviceData_invalid_dmi_data (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckConsistentUdevDeviceData_invalid_path_data (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckConsistentUdevDeviceData_invalid_pci_data (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckConsistentUdevDeviceData_invalid_scsi_data (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckConsistentUdevDeviceData_invalid_usb_data (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckUdevDictsHavePathKey (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckUdevPciProperties (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckUdevPciPropertiesNonPciDeviceWithPciProperties (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckUdevPciPropertiesPciDeviceWithInvalidDeviceID (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckUdevPciPropertiesPciDeviceWithInvalidPciClassValue (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckUdevPciPropertiesPciDeviceWithInvalidSubsystemID (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckUdevPciPropertiesPciDeviceWithNonIntegerPciClass (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckUdevPciPropertiesPciDeviceWithoutRequiredProperties (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckUdevScsiProperties (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckUdevScsiProperties_missing_devtype (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckUdevScsiProperties_missing_sysfs_attributes (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckUdevScsiProperties_no_sysfs_data (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckUdevUsbProperties (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckUdevUsbProperties_interface_invalid_interface_property (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckUdevUsbProperties_interface_without_interface_property (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckUdevUsbProperties_missing_required_property (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckUdevUsbProperties_with_invalid_devtype (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckUdevUsbProperties_with_invalid_product_id (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testCheckUdevUsbProperties_with_invalid_type_data (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testConsistencyCheck (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testConsistencyCheckChildUDIWithoutParent (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testConsistencyCheckCircularParentChildRelation (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testConsistencyCheckValidUdevData (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testConsistencyCheckWithDuplicateIDs (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testConsistencyCheckWithDuplicateUDI (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testConsistencyCheckWithInvalidIDReferences (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testConsistencyCheck_invalid_udev_data (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testContext (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testDevice (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testDictPropertyTypes (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testDmi (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testDmiInvalidData (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testDuplicatePackage (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testDuplicateXorgDriver (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testFindDuplicateIDs (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testFindDuplicateIDsDuplicateUdevNode (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testFindDuplicateIDsUdev (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testFindDuplicates (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testFloatPropertyTypes (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testHal (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testHardware (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testIDMap (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testIDMapUdev (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testIDUDIMaps (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testIntegerPropertyTypes (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testInvalidIDReferencesUdev (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testListPropertyTypes (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testLsbRelease (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testMainParser (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testMeasurementQuestion (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testMultipleChoiceQuestion (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testPackages (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testParentChildInconsistency (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testProcessors (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testProperties (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testStringPropertyEncoding (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testStringPropertyTypes (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testSubmissionParser (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testSummary (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testSummaryNodeWithKernelRelease (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testSysfsAttributes (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testSysfsAttributesDuplicatePLine (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testSysfsAttributesInvalidMainKey (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testSysfsAttributesLineWithoutKeyValueData (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testSysfsAttributesNoAttributeKeyValue (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testSysfsAttributesNoPLineAtDeviceStart (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testTimeConversion (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testUDIChildren (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testUDIDeviceMap (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testUDIDeviceMapInvalidRootNode (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testUDIDeviceMapMissingRootNode (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testUdev (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testUdevDataWithDuplicateKey (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testUdevLineWithoutColon (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testUdevPropertyLineWithoutEqualSign (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testXorg (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 test_parseSoftware (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 test_parseSoftware_without_packages_node (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 test_parseSoftware_without_xorg_node (canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser)
 testUSBDeviceRegularCase (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHALDeviceUSBDevices)
 testUSBHostController (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHALDeviceUSBDevices)
 testUSBHostControllerInvalidParentClass (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHALDeviceUSBDevices)
 testUSBHostControllerInvalidParentSubClass (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHALDeviceUSBDevices)
 testUSBHostControllerUnexpectedParentBus (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHALDeviceUSBDevices)
 testBuildDeviceList (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceConstructor (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceDeviceId (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceDriverName (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceGetProperty (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceGetRealBus (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceGetRealBusPci (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceGetRealBusScsiDeviceWithBogusPciGrandparent (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceGetRealBusScsiDeviceWithoutGrandparent (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceGetRealBusScsiDeviceWithoutParent (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceGetRealBusScsiPci (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceGetRealBusScsiUsb (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceGetRealBusSystem (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceGetRealBusUnknown (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceParentUDI (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDevicePciClass (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDevicePciSubClass (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceProductFromBusProduct (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceProductFromInfoProduct (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceProductId (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceProductIdScsi (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceProductIdScsiAta (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceProductIdSystem (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceProductScsi (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceProductScsiAta (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceProductSystem (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceRealChildren (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceRealDeviceHALBusValueIgnored (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceRealDeviceNoBus (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceRealDeviceRegularBus (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceRealDeviceRootDevice (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceRealDeviceScsiDeviceUsbStorage (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceRealDeviceScsiDevicesPciController (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceSCSIVendorModelNameATADiskLongModelName (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceSCSIVendorModelNameATADiskShortModelName (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceSCSIVendorModelNameRegularCase (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceScsiModel (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceScsiVendor (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceUsbProductId (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceUsbVendorId (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceVendorFromBusVendor (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceVendorFromInfoVendor (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceVendorId (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceVendorIdScsi (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceVendorIdScsiAta (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceVendorIdSystem (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceVendorScsi (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceVendorScsiAta (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHALDeviceVendorSystem (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHalDeviceRawBus (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHasReliableDataForInsuffientData (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHasReliableDataIDEDevice (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHasReliableDataNotProcessible (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHasReliableDataRegularCase (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testHasReliableDataRootDevice (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testKernelPackageName (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testKernelPackageNameInconsistent (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testKernelPackageNameNoHALData (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testKernelPackageNameNoPackageData (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testProductIDForDB (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testProductIDForDBSystem (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testVendorIDForDB (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 testVendorIDForDBSystem (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 test_HALDevice_is_root_device_for_non_root_device (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 test_HALDevice_is_root_device_for_root_device (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 test_HALDevice_scsi_controller_no_grandparent (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 test_HALDevice_scsi_controller_no_parent (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 test_HALDevice_scsi_controller_non_scsi_device (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 test_HALDevice_scsi_controller_pci_controller (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 test_HALDevice_scsi_controller_usb_storage_device (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing)
 test_device_id (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_driver_name (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_getVendorOrProduct (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_getVendorOrProductID (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_is_pci (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_is_real_device_ata_device_related_nodes (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_is_real_device_ide_device_related_nodes (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_is_real_device_pci_device (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_is_real_device_root_device (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_is_real_device_scsi_device_related_nodes (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_is_real_device_usb_storage_device_related_nodes (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_is_root_device (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_is_scsi_device (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_is_usb (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_pci_class (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_pci_class_info (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_pci_ids (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_pci_subclass (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_product (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_product_id (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_product_id_for_db (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_raw_bus (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_real_bus_pci (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_real_bus_scsi (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_real_bus_system (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_real_bus_usb_device (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_real_bus_usb_interface (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_root_device_ids (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_scsi_controller (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_scsi_controller_insufficient_anchestors (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_scsi_controller_no_scsi_device (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_scsi_model (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_scsi_vendor (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_translatePciBus (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_translateScsiBus_ide_device (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_translateScsiBus_non_scsi_device (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_translateScsiBus_real_scsi_device (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_translateScsiBus_usb_device (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_usb_ids (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_usb_product_id (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_usb_vendor_id (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_vendor (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_vendor_id (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 test_vendor_id_for_db (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice)
 testAdditionalSummaryTags (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testAliasModelTag (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testAliasTagAttributes (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testAliasTagContent (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testAliasVendorTag (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testAliasesTag (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testAllowedSubtagsOfSoftware (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testAnswerChoicesTagAttributes (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testAnswerChoicesTagCData (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testAnswerChoicesTagSubTags (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testAnswerCommandTag (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testAnswerTagAttributes (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testAnswerTagContent (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testAsciiEncoding (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testAssertErrorMessage (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testBooleanProperties (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testClientPluginAttributes (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testClientTagAttributes (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testCommentTag (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testContextNodeAttributes (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testContextNodeCData (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testContextSubnodes (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testDateCreatedParsing (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testDecimalProperties (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testDeviceAttributes (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testDeviceContent (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testEmptyPackagesTag (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testHalAttributes (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testHalSubtags (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testHardwareOtherSubTags (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testHardwareSubTagHalMixedWithUdev (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testHardwareSubTagHalOrUdev (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testHardwareSubTagUdevIncomplete (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testISO8859_1_Encoding (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testInfoNodeAttributes (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testInfoNodeSubnodes (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testIntegerProperties (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testInvalidContentOfSoftwareTag (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testInvalidFormatVersion (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testInvalidRootNode (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testListAndDictProperties (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testLsbreleaseTagAttributes (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testLsbreleaseTagInvalidContent (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testLsbreleaseTagValidSubtag (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testMissingContextNode (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testMissingFormatVersion (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testNoXMLData (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testPackageTagAttributes (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testPackageTagCData (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testPackageTagSubtags (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testPackagesTagAttributes (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testPackagesTagWithInvalidContent (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testProcessorTag (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testProcessorsTag (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testQuestionTagInValidSubtags (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testQuestionTagInvalidAttributes (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testQuestionTagValidAttributes (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testQuestionTagValidSubtags (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testQuestionsTagAttributes (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testQuestionsTagAttributesSubTags (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testQuestionsTagCData (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testSoftwareTagAttributes (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testStringProperties (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testSubTagsOfClient (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testSubtagsOfSystem (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testSummaryRequiredTags (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testSummaryValidationOfBooleanSubtags (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testTargetDriverTag (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testTargetTagAttributes (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testTargetTagCData (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testTargetTagInvalidSubtag (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testTargetTagValidSubtag (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testUTF8Encoding (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testXorgDriverTagCData (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testXorgDriverTagInvalidAttributes (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testXorgDriverTagOptionalAttributes (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testXorgDriverTagRequiredAttributes (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testXorgDriverTagSubtags (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testXorgTagAttributes (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testXorgTagCData (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 testXorgTagSubTags (canonical.launchpad.scripts.tests.test_hwdb_submission_validation.TestHWDBSubmissionRelaxNGValidation)
 lib/canonical/launchpad/scripts/tests/test_logger.txt
 testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.BaseTestCase)
 testComponentArchitecture (canonical.testing.ftests.test_layers.BaseTestCase)
 testFunctionalIsSetUp (canonical.testing.ftests.test_layers.BaseTestCase)
 testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.BaseTestCase)
 testLibrarianRunning (canonical.testing.ftests.test_layers.BaseTestCase)
 testLibrarianWorking (canonical.testing.ftests.test_layers.BaseTestCase)
 testZopelessIsSetUp (canonical.testing.ftests.test_layers.BaseTestCase)
 testTestName (canonical.testing.ftests.test_layers.TestNameTestCase)
 test_checkout (lp.codehosting.codeimport.tests.test_foreigntree.TestCVSWorkingTree)
 test_commit (lp.codehosting.codeimport.tests.test_foreigntree.TestCVSWorkingTree)
 test_module (lp.codehosting.codeimport.tests.test_foreigntree.TestCVSWorkingTree)
 test_path (lp.codehosting.codeimport.tests.test_foreigntree.TestCVSWorkingTree)
 test_root (lp.codehosting.codeimport.tests.test_foreigntree.TestCVSWorkingTree)
 test_update (lp.codehosting.codeimport.tests.test_foreigntree.TestCVSWorkingTree)
 test_checkout (lp.codehosting.codeimport.tests.test_foreigntree.TestSubversionWorkingTree)
 test_path (lp.codehosting.codeimport.tests.test_foreigntree.TestSubversionWorkingTree)
 test_update (lp.codehosting.codeimport.tests.test_foreigntree.TestSubversionWorkingTree)
 test_update_ignores_externals (lp.codehosting.codeimport.tests.test_foreigntree.TestSubversionWorkingTree)
 test_url (lp.codehosting.codeimport.tests.test_foreigntree.TestSubversionWorkingTree)
 test_defaultStore (lp.codehosting.codeimport.tests.test_worker.TestBazaarBranchStore)
 test_getNewBranch (lp.codehosting.codeimport.tests.test_worker.TestBazaarBranchStore)
 test_makesDirectories (lp.codehosting.codeimport.tests.test_worker.TestBazaarBranchStore)
 test_pushBranchThenPull (lp.codehosting.codeimport.tests.test_worker.TestBazaarBranchStore)
 test_pushTwiceThenPull (lp.codehosting.codeimport.tests.test_worker.TestBazaarBranchStore)
 test_push_divergant_branches (lp.codehosting.codeimport.tests.test_worker.TestBazaarBranchStore)
 test_sftpPrefix (lp.codehosting.codeimport.tests.test_worker.TestBazaarBranchStore)
 test_sftpPrefixNoSlash (lp.codehosting.codeimport.tests.test_worker.TestBazaarBranchStore)
 test_storedLocation (lp.codehosting.codeimport.tests.test_worker.TestBazaarBranchStore)
 test_getForeignTree (lp.codehosting.codeimport.tests.test_worker.TestCSCVSWorker)
 test_import (lp.codehosting.codeimport.tests.test_worker.TestCVSImport)
 test_import_script (lp.codehosting.codeimport.tests.test_worker.TestCVSImport)
 test_sync (lp.codehosting.codeimport.tests.test_worker.TestCVSImport)
 test_archiveTree (lp.codehosting.codeimport.tests.test_worker.TestForeignTreeStore)
 test_fetchFromArchive (lp.codehosting.codeimport.tests.test_worker.TestForeignTreeStore)
 test_fetchFromArchiveFailure (lp.codehosting.codeimport.tests.test_worker.TestForeignTreeStore)
 test_fetchFromArchiveUpdates (lp.codehosting.codeimport.tests.test_worker.TestForeignTreeStore)
 test_getForeignTreeCVS (lp.codehosting.codeimport.tests.test_worker.TestForeignTreeStore)
 test_getForeignTreeSubversion (lp.codehosting.codeimport.tests.test_worker.TestForeignTreeStore)
 test_getNewWorkingTree (lp.codehosting.codeimport.tests.test_worker.TestForeignTreeStore)
 test_import (lp.codehosting.codeimport.tests.test_worker.TestGitImport)

Error in test test_import (lp.codehosting.codeimport.tests.test_worker.TestGitImport)
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/eggs/bzr-2.0.0_lp_1-py2.6-linux-x86_64.egg/bzrlib/tests/__init__.py", line 1470, in run
    testMethod()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/codehosting/codeimport/tests/test_worker.py", line 641, in test_import
    worker.run()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/codehosting/codeimport/worker.py", line 398, in run
    self._doImport()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/codehosting/codeimport/worker.py", line 495, in _doImport
    self.pushBazaarWorkingTree(bazaar_tree)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/codehosting/codeimport/worker.py", line 525, in pushBazaarWorkingTree
    'git.db', bazaar_tree.branch.repository._transport)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/codehosting/codeimport/worker.py", line 254, in put
    local_file = source_transport.get(filename)
  File "/home/barry/projects/launchpad/eggs/bzr-2.0.0_lp_1-py2.6-linux-x86_64.egg/bzrlib/transport/local.py", line 167, in get
    self._translate_error(e, path)
  File "/home/barry/projects/launchpad/eggs/bzr-2.0.0_lp_1-py2.6-linux-x86_64.egg/bzrlib/transport/__init__.py", line 306, in _translate_error
    raise errors.NoSuchFile(path, extra=e)
NoSuchFile: No such file: u'/var/tmp/codeimport/data/worker-for-branch-1/bzr_working_tree/.bzr/repository/git.db': [Errno 2] No such file or directory: u'/var/tmp/codeimport/data/worker-for-branch-1/bzr_working_tree/.bzr/repository/git.db'


 test_import_script (lp.codehosting.codeimport.tests.test_worker.TestGitImport)

Failure in test test_import_script (lp.codehosting.codeimport.tests.test_worker.TestGitImport)
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/eggs/bzr-2.0.0_lp_1-py2.6-linux-x86_64.egg/bzrlib/tests/__init__.py", line 1470, in run
    testMethod()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/codehosting/codeimport/tests/test_worker.py", line 688, in test_import_script
    self.assertEqual(retcode, 0)
  File "/home/barry/projects/launchpad/eggs/bzr-2.0.0_lp_1-py2.6-linux-x86_64.egg/bzrlib/tests/__init__.py", line 958, in assertEqual
    pformat(a), pformat(b)))
AssertionError: not equal:
a = 1
b = 0



 test_sync (lp.codehosting.codeimport.tests.test_worker.TestGitImport)

Error in test test_sync (lp.codehosting.codeimport.tests.test_worker.TestGitImport)
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/eggs/bzr-2.0.0_lp_1-py2.6-linux-x86_64.egg/bzrlib/tests/__init__.py", line 1470, in run
    testMethod()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/codehosting/codeimport/tests/test_worker.py", line 649, in test_sync
    worker.run()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/codehosting/codeimport/worker.py", line 398, in run
    self._doImport()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/codehosting/codeimport/worker.py", line 495, in _doImport
    self.pushBazaarWorkingTree(bazaar_tree)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/codehosting/codeimport/worker.py", line 525, in pushBazaarWorkingTree
    'git.db', bazaar_tree.branch.repository._transport)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/codehosting/codeimport/worker.py", line 254, in put
    local_file = source_transport.get(filename)
  File "/home/barry/projects/launchpad/eggs/bzr-2.0.0_lp_1-py2.6-linux-x86_64.egg/bzrlib/transport/local.py", line 167, in get
    self._translate_error(e, path)
  File "/home/barry/projects/launchpad/eggs/bzr-2.0.0_lp_1-py2.6-linux-x86_64.egg/bzrlib/transport/__init__.py", line 306, in _translate_error
    raise errors.NoSuchFile(path, extra=e)
NoSuchFile: No such file: u'/var/tmp/codeimport/data/worker-for-branch-1/bzr_working_tree/.bzr/repository/git.db': [Errno 2] No such file or directory: u'/var/tmp/codeimport/data/worker-for-branch-1/bzr_working_tree/.bzr/repository/git.db'


 test_getBazaarWorkingTree_fetches_git_db (lp.codehosting.codeimport.tests.test_worker.TestGitImportWorker)
 test_pushBazaarWorkingTree_saves_git_db (lp.codehosting.codeimport.tests.test_worker.TestGitImportWorker)
 test_fetch_doesntCreateFileIfNotFound (lp.codehosting.codeimport.tests.test_worker.TestImportDataStore)
 test_fetch_retrievesFileIfFound (lp.codehosting.codeimport.tests.test_worker.TestImportDataStore)
 test_fetch_returnsFalseIfNotFound (lp.codehosting.codeimport.tests.test_worker.TestImportDataStore)
 test_fetch_returnsTrueIfFound (lp.codehosting.codeimport.tests.test_worker.TestImportDataStore)
 test_fetch_with_dest_transport (lp.codehosting.codeimport.tests.test_worker.TestImportDataStore)
 test_put_copiesFileToTransport (lp.codehosting.codeimport.tests.test_worker.TestImportDataStore)
 test_put_ensures_base (lp.codehosting.codeimport.tests.test_worker.TestImportDataStore)
 test_put_with_source_transport (lp.codehosting.codeimport.tests.test_worker.TestImportDataStore)
 test_import (lp.codehosting.codeimport.tests.test_worker.TestSubversionImport)
 test_import_script (lp.codehosting.codeimport.tests.test_worker.TestSubversionImport)
 test_sync (lp.codehosting.codeimport.tests.test_worker.TestSubversionImport)
 test_bazaarWorkingTreeLocation (lp.codehosting.codeimport.tests.test_worker.TestWorkerCore)
 test_construct (lp.codehosting.codeimport.tests.test_worker.TestWorkerCore)
 test_getBazaarWorkingTreeMakesEmptyTree (lp.codehosting.codeimport.tests.test_worker.TestWorkerCore)
  Ran 354 tests with 1 failures and 2 errors in 53.737 seconds.
Running canonical.testing.layers.LibrarianLayer tests:
  Set up canonical.testing.layers.LibrarianLayer in 4.801 seconds.
  Running:
 testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.LibrarianTestCase)
 testComponentArchitecture (canonical.testing.ftests.test_layers.LibrarianTestCase)
 testFunctionalIsSetUp (canonical.testing.ftests.test_layers.LibrarianTestCase)
 testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.LibrarianTestCase)
 testLibrarianRunning (canonical.testing.ftests.test_layers.LibrarianTestCase)
 testLibrarianWorking (canonical.testing.ftests.test_layers.LibrarianTestCase)
 testUploadsFail (canonical.testing.ftests.test_layers.LibrarianTestCase)
 testZopelessIsSetUp (canonical.testing.ftests.test_layers.LibrarianTestCase)
  Ran 8 tests with 0 failures and 0 errors in 0.044 seconds.
Running canonical.testing.layers.DatabaseLayer tests:
  Tear down canonical.testing.layers.LibrarianLayer in 0.231 seconds.
  Set up canonical.testing.layers.DatabaseLayer in 0.236 seconds.
  Running:
 test_scriptfound (canonical.launchpad.scripts.tests.test_scriptmonitor.CheckScriptTestCase)
 test_scriptnotfound_hostname (canonical.launchpad.scripts.tests.test_scriptmonitor.CheckScriptTestCase)
 test_scriptnotfound_timing (canonical.launchpad.scripts.tests.test_scriptmonitor.CheckScriptTestCase)
 canonical.launchpad.tests.test_sampledata.SampleDataTestCase.test_testSampledata
 testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.DatabaseTestCase)
 testComponentArchitecture (canonical.testing.ftests.test_layers.DatabaseTestCase)
 testConnect (canonical.testing.ftests.test_layers.DatabaseTestCase)
 testFunctionalIsSetUp (canonical.testing.ftests.test_layers.DatabaseTestCase)
 testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.DatabaseTestCase)
 testLibrarianRunning (canonical.testing.ftests.test_layers.DatabaseTestCase)
 testLibrarianWorking (canonical.testing.ftests.test_layers.DatabaseTestCase)
 testNoReset1 (canonical.testing.ftests.test_layers.DatabaseTestCase)
 testNoReset2 (canonical.testing.ftests.test_layers.DatabaseTestCase)
 testNoReset3 (canonical.testing.ftests.test_layers.DatabaseTestCase)
 testZopelessIsSetUp (canonical.testing.ftests.test_layers.DatabaseTestCase)
 test_postTestInvariants (canonical.testing.ftests.test_layers.LayerProcessControllerTestCase)
 test_postTestInvariants_dbIsReset (canonical.testing.ftests.test_layers.LayerProcessControllerTestCase)
 test_stopAppServer (canonical.testing.ftests.test_layers.LayerProcessControllerTestCase)
 testClose (canonical.testing.ftests.test_mockdb.MockDbTestCase)
 testCommit (canonical.testing.ftests.test_mockdb.MockDbTestCase)
 testCursorClose (canonical.testing.ftests.test_mockdb.MockDbTestCase)
 testCursorDescription (canonical.testing.ftests.test_mockdb.MockDbTestCase)
 testCursorIteration (canonical.testing.ftests.test_mockdb.MockDbTestCase)
 testCursorRowcount (canonical.testing.ftests.test_mockdb.MockDbTestCase)
 testExceptions (canonical.testing.ftests.test_mockdb.MockDbTestCase)
 testFailedCommit (canonical.testing.ftests.test_mockdb.MockDbTestCase)
 testFailedConnection (canonical.testing.ftests.test_mockdb.MockDbTestCase)
 testFailedRollback (canonical.testing.ftests.test_mockdb.MockDbTestCase)
 testFailedSetIsolationLevel (canonical.testing.ftests.test_mockdb.MockDbTestCase)
 testFetchAll (canonical.testing.ftests.test_mockdb.MockDbTestCase)
 testFetchOne (canonical.testing.ftests.test_mockdb.MockDbTestCase)
 testNoopSession (canonical.testing.ftests.test_mockdb.MockDbTestCase)
 testRollback (canonical.testing.ftests.test_mockdb.MockDbTestCase)
 testSimpleQuery (canonical.testing.ftests.test_mockdb.MockDbTestCase)
 lp.scripts.utilities.tests.test_sanitizedb.SanitizeDbScriptTestCase.test_script
 lp.scripts.utilities.tests.test_sanitizedb.SanitizeDbScriptTestCase.test_script_dryrun
 lib/lp/translations/tests/pofiletranslator.txt
  Ran 45 tests with 0 failures and 0 errors in 52.123 seconds.
Running canonical.testing.layers.LaunchpadLayer tests:
  Set up canonical.testing.layers.LibrarianLayer in 4.814 seconds.
  Set up canonical.testing.layers.LaunchpadLayer in 0.000 seconds.
  Running:
 testDupeAdminRequests (canonical.shipit.tests.test_shipit_constraints.ShipitConstraintsTestCase)
 testDupes (canonical.shipit.tests.test_shipit_constraints.ShipitConstraintsTestCase)
 test_karma_sample_data (canonical.launchpad.ftests.test_samplekarma.KarmaSampleDataTestCase)
 testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.LaunchpadTestCase)
 testComponentArchitecture (canonical.testing.ftests.test_layers.LaunchpadTestCase)
 testFunctionalIsSetUp (canonical.testing.ftests.test_layers.LaunchpadTestCase)
 testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.LaunchpadTestCase)
 testLibrarianRunning (canonical.testing.ftests.test_layers.LaunchpadTestCase)
 testLibrarianWorking (canonical.testing.ftests.test_layers.LaunchpadTestCase)
 testZopelessIsSetUp (canonical.testing.ftests.test_layers.LaunchpadTestCase)
 testHideLibrarian (canonical.testing.ftests.test_layers.LibrarianHideTestCase)
 testNoReset1 (canonical.testing.ftests.test_layers.LibrarianNoResetTestCase)
 testNoReset2 (canonical.testing.ftests.test_layers.LibrarianNoResetTestCase)
 testNoReset3 (canonical.testing.ftests.test_layers.LibrarianNoResetTestCase)
 test_case_insensitive (lp.registry.tests.test_nameblacklist.TestNameBlacklist)
 test_is_blacklisted_name (lp.registry.tests.test_nameblacklist.TestNameBlacklist)
 test_name_blacklist_match (lp.registry.tests.test_nameblacklist.TestNameBlacklist)
 test_name_blacklist_match_cache (lp.registry.tests.test_nameblacklist.TestNameBlacklist)
 test_verbose (lp.registry.tests.test_nameblacklist.TestNameBlacklist)
 test_person_sort_key (lp.registry.tests.test_person_sort_key.TestPersonSortKey)
 testRunSlaveScanner (lp.soyuz.scripts.tests.test_buildd_cronscripts.TestSlaveScanner)
 testMissingAction (lp.soyuz.scripts.tests.test_lpquerydistro.TestLpQueryDistroScript)
 testSimpleRun (lp.soyuz.scripts.tests.test_lpquerydistro.TestLpQueryDistroScript)
 testUnexpectedArgument (lp.soyuz.scripts.tests.test_lpquerydistro.TestLpQueryDistroScript)
 testUnknownAction (lp.soyuz.scripts.tests.test_lpquerydistro.TestLpQueryDistroScript)
  Ran 25 tests with 0 failures and 0 errors in 40.602 seconds.
Running canonical.testing.layers.ZopelessLayer tests:
  Tear down canonical.testing.layers.LaunchpadLayer in 0.000 seconds.
  Tear down canonical.testing.layers.LibrarianLayer in 0.202 seconds.
  Tear down canonical.testing.layers.DatabaseLayer in 0.160 seconds.
  Set up canonical.testing.layers.ZopelessLayer in 2.098 seconds.
  Running:
 canonical.launchpad.scripts.tests.test_librarian_apache_log_parser.TestLibrarianLogFileParsing.test_request_to_lfa_is_parsed
 canonical.launchpad.scripts.tests.test_librarian_apache_log_parser.TestLibrarianLogFileParsing.test_request_to_non_lfa_is_ignored
 testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.ZopelessTestCase)
 testComponentArchitecture (canonical.testing.ftests.test_layers.ZopelessTestCase)
 testFunctionalIsSetUp (canonical.testing.ftests.test_layers.ZopelessTestCase)
 testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.ZopelessTestCase)
 testLibrarianRunning (canonical.testing.ftests.test_layers.ZopelessTestCase)
 testLibrarianWorking (canonical.testing.ftests.test_layers.ZopelessTestCase)
 testZopelessIsSetUp (canonical.testing.ftests.test_layers.ZopelessTestCase)
 lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_HEAD_request_is_ignored
 lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_POST_request_is_ignored
 lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_normal_request_is_not_ignored
 lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_parsing
 lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_parsing_last_line
 lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_responses_with_206_status_are_ignored
 lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_responses_with_304_status_are_ignored
 lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_responses_with_404_status_are_ignored
 lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_responses_with_503_status_are_ignored
 lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_unexpected_error_while_parsing
  Ran 19 tests with 0 failures and 0 errors in 0.134 seconds.
Running canonical.testing.layers.LaunchpadScriptLayer tests:
  Set up canonical.testing.layers.DatabaseLayer in 0.277 seconds.
  Set up canonical.testing.layers.LibrarianLayer in 4.803 seconds.
  Set up canonical.testing.layers.LaunchpadLayer in 0.000 seconds.
  Set up canonical.testing.layers.LaunchpadScriptLayer in 0.002 seconds.
  Running:
 lib/canonical/database/ftests/test_multitablecopy.txt
 lib/canonical/database/ftests/test_zopelesstransactionmanager.txt
 lib/canonical/database/ftests/test_sqlbaseconnect.txt
 canonical.launchpad.scripts.tests.test_garbo.TestGarboScript.test_daily_script
 canonical.launchpad.scripts.tests.test_garbo.TestGarboScript.test_hourly_script
 test_exception (canonical.lp.ftests.test_zopeless.TestZopeless)
 test_externalChange (canonical.lp.ftests.test_zopeless.TestZopeless)
 test_multipleTransactions (canonical.lp.ftests.test_zopeless.TestZopeless)
 test_simple (canonical.lp.ftests.test_zopeless.TestZopeless)
 test_threads (canonical.lp.ftests.test_zopeless.TestZopeless)
 test_initZopelessTwice (canonical.lp.ftests.test_zopeless.TestInitZopeless)

Error in test test_initZopelessTwice (canonical.lp.ftests.test_zopeless.TestInitZopeless)
Traceback (most recent call last):
  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/lp/ftests/test_zopeless.py", line 45, in test_initZopelessTwice
    dbuser='launchpad')
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/lp/__init__.py", line 84, in initZopeless
    dbname=dbname, dbhost=dbhost, dbuser=dbuser, isolation=isolation)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/database/sqlbase.py", line 328, in initZopeless
    warnings.warn(alreadyInstalledMsg, stacklevel=3)
UserWarning: A ZopelessTransactionManager with these settings is already installed.  This is probably caused by calling initZopeless twice.


 test_isZopeless (canonical.lp.ftests.test_zopeless)
 testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
 testComponentArchitecture (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
 testFunctionalIsSetUp (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
 testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
 testLibrarianRunning (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
 testLibrarianWorking (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
 testSwitchDbConfig (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
 testZopelessIsSetUp (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
 testBuilddManagerRuns (lp.buildmaster.tests.test_manager.TestBuilddManagerScript)
 lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_checkEntry
 lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_checkEntry_misapproved_package
 lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_checkEntry_misapproved_product
 lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_checkEntry_without_target
 lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_describeEntry_for_pofile
 lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_describeEntry_for_template
 lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_describeEntry_without_target
  Ran 79 tests with 0 failures and 1 errors in 29.791 seconds.
Running canonical.testing.layers.LaunchpadZopelessLayer tests:
  Set up canonical.testing.layers.LaunchpadZopelessLayer in 0.000 seconds.
  Running:
 test_autocommit (canonical.database.ftests.test_isolation.TestIsolation)
 test_commit (canonical.database.ftests.test_isolation.TestIsolation)
 test_connect (canonical.database.ftests.test_isolation.TestIsolation)
 test_default (canonical.database.ftests.test_isolation.TestIsolation)
 test_default2 (canonical.database.ftests.test_isolation.TestIsolation)
 test_readCommitted (canonical.database.ftests.test_isolation.TestIsolation)
 test_rollback (canonical.database.ftests.test_isolation.TestIsolation)
 test_script (canonical.database.ftests.test_isolation.TestIsolation)

Failure in test test_script (canonical.database.ftests.test_isolation.TestIsolation)
Traceback (most recent call last):
  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/database/ftests/test_isolation.py", line 112, in test_script
    """))
  File "/usr/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: '/home/barry/projects/launchpad/python-migration2.6/lib/cscvs/dircompare/dirsums.py:18: DeprecationWarning: the md5 module is deprecated; use hashlib instead\n  import md5\n/home/barry/projects/launchpad/python-migration2.6/lib/canonical/uuid.py:10: DeprecationWarning: the sha module is deprecated; use the hashlib module instead\n  import time, random, subprocess, thread, sha\nread committed\nread committed\nserializable\nserializable\nserializable\nserializable\n' != 'read committed\nread committed\nserializable\nserializable\nserializable\nserializable\n'


 test_serializable (canonical.database.ftests.test_isolation.TestIsolation)
 test_assert_patch_applied (canonical.database.ftests.test_revision.TestRevision)
 test_confirm_dbrevision (canonical.database.ftests.test_revision.TestRevision)
 test_confirm_dbrevision2 (canonical.database.ftests.test_revision.TestRevision)
 test_confirm_dbrevision3 (canonical.database.ftests.test_revision.TestRevision)
 test_confirm_dbrevision4 (canonical.database.ftests.test_revision.TestRevision)
 test_confirm_dbrevision5 (canonical.database.ftests.test_revision.TestRevision)
 test_confirm_dbrevision6 (canonical.database.ftests.test_revision.TestRevision)
 lib/canonical/launchpad/components/tests/decoratedresultset.txt
 lib/canonical/launchpad/ftests/../doc/close-account.txt
 lib/canonical/launchpad/ftests/../doc/hwdb-device-tables.txt
 lib/canonical/launchpad/ftests/../doc/product-update-remote-product-script.txt

Failure in test lib/canonical/launchpad/ftests/../doc/product-update-remote-product-script.txt
Failed doctest test for product-update-remote-product-script.txt
  File "lib/canonical/launchpad/ftests/../doc/product-update-remote-product-script.txt", line 0

----------------------------------------------------------------------
File "lib/canonical/launchpad/ftests/../doc/product-update-remote-product-script.txt", line 16, in product-update-remote-product-script.txt
Failed example:
    print err
Differences (ndiff with -expected +actual):
    + /home/barry/projects/launchpad/python-migration2.6/lib/lp/bugs/externalbugtracker/xmlrpc.py:69: SyntaxWarning: assertion is always true, perhaps remove parentheses?
    +   assert (
      INFO    creating lockfile
      INFO    0 projects using BUGZILLA needing updating.
    - ...
    + INFO    0 projects using DEBBUGS needing updating.
    + INFO    0 projects using SOURCEFORGE needing updating.
      INFO    0 projects using RT needing updating.
    - ...
    + INFO    0 projects using SAVANE needing updating.
    - INFO    Time for this run: ... seconds.
    ?                             ^^
    + INFO    Time for this run: 0.013 seconds.
    ?                            + ^^^
    + <BLANKLINE>


 lib/canonical/launchpad/ftests/../doc/product-update-remote-product.txt
 canonical.launchpad.mail.tests.test_incoming.TestIncoming.test_invalid_signature
 testAddOtherKeyring (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestKeyringTrustAnalyser)
 testAddTrustedKeyring (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestKeyringTrustAnalyser)
 testFindEmailClusters (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestKeyringTrustAnalyser)
 testGetValidUids (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestKeyringTrustAnalyser)
 testMergeOneAccountAddEmails (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestMergeClusters)
 testMergeOneAccountNoNewEmails (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestMergeClusters)
 testMergeTwoUnvalidatedAccounts (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestMergeClusters)
 testMergeTwoValidatedAccounts (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestMergeClusters)
 testMergeUnknownEmail (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestMergeClusters)
 testMergeUnvalidatedAccountWithValidated (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestMergeClusters)
 testNullMerge (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestMergeClusters)
 test_old_oops_files (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
 test_prune_empty_oops_directories (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
 test_referenced_oops (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
 test_referenced_oops_in_urls (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
 test_script (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
 test_script_default_error_dir (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
 test_script_dryrun (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
 test_unwanted_oops_files (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
 test_preprocessData (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementExchangeTestCase)
 test_insertUsingNonExistentPerson (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
 test_manipulateEntitlement (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
 test_omitEntitlementType (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
 test_omitExtId (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
 test_omitPerson (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
 test_omitQuota (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
 test_omitState (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
 test_successfulInsert (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
 test_updateChangingPerson (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
 test_updateWithInvalidId (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
 test_wrongVersion (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
 canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_BugNotificationPruner
 canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_CodeImportResultPruner
 canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_HWSubmissionEmailLinker
 canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_MailingListSubscriptionPruner
 canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_OAuthNoncePruner
 canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_OpenIDAssociationPruner
 canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_OpenIDConsumerAssociationPruner
 canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_OpenIDConsumerNoncePruner
 canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_PersonEmailAddressLinkChecker
 canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_PersonPruner
 canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_RevisionAuthorEmailLinker
 testCreateDBDataForDeviceWithOneDriver (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation)
 testCreateDBDataForDeviceWithTwoDrivers (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation)
 testCreateDBDataForSimpleDevice (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation)
 testEnsureVendorIDVendorNameExistVendorSCSI (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation)
 testEnsureVendorIDVendorNameExistVendorUSB (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation)
 testEnsureVendorIDVendorNameExistsRegularCase (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation)
 testEnsureVendorIDVendorNameExistsVendorPCCARD (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation)
 testEnsureVendorIDVendorNameExistsVendorPCI (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation)
 testGetDriverNoDriverInfo (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation)
 testGetDriverWithDriverInfo (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation)
 testOopsLogging (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation)
 testPendingSubmissionProcessing (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation)
 testProcessSubmissionInconsistentData (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation)
 testProcessSubmissionInvalidData (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation)
 testProcessSubmissionRealData (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation)
 testProcessSubmissionValidBzip2CompressedData (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation)
 testProcessSubmissionValidData (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation)
 testProcessingLoopExceptionHandling (canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation)
 test_create_person (canonical.launchpad.scripts.tests.test_sftracker.PersonMappingTestCase)
 test_find_existing_person (canonical.launchpad.scripts.tests.test_sftracker.PersonMappingTestCase)
 test_nobody_person (canonical.launchpad.scripts.tests.test_sftracker.PersonMappingTestCase)
 test_verify_doesnt_clobber_preferred_email (canonical.launchpad.scripts.tests.test_sftracker.PersonMappingTestCase)
 test_verify_existing_person (canonical.launchpad.scripts.tests.test_sftracker.PersonMappingTestCase)
 test_verify_new_person (canonical.launchpad.scripts.tests.test_sftracker.PersonMappingTestCase)
 test_import_item (canonical.launchpad.scripts.tests.test_sftracker.TrackerItemImporterTestCase)
 test_lookupByDigest (canonical.librarian.ftests.test_db.DBTestCase)
 test_read_transaction_reset_store (canonical.librarian.ftests.test_db.TestTransactionDecorators)
 test_write_transaction_reset_store (canonical.librarian.ftests.test_db.TestTransactionDecorators)
 test_write_transaction_reset_store_with_raise (canonical.librarian.ftests.test_db.TestTransactionDecorators)
 test_writing_transaction_reset_store_on_commit_failure (canonical.librarian.ftests.test_db.TestTransactionDecorators)
 test_DeleteExpiredBlobs (canonical.librarian.ftests.test_gc.TestBlobCollection)
 test_cronscript (canonical.librarian.ftests.test_gc.TestBlobCollection)
 test_DeleteUnreferencedAliases (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
 test_DeleteUnreferencedAliases2 (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
 test_DeleteUnreferencedAndWellExpiredAliases (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
 test_DeleteUnreferencedContent (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
 test_DeleteUnreferencedContent2 (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
 test_DoneDeleteUnreferencedButNotExpiredAliases (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
 test_MergeDuplicates (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
 test_confirm_no_clock_skew (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
 test_cronscript (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
 test_deleteUnwantedFiles (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
 test_deleteUnwantedFilesIgnoresNoise (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
 test_delete_unwanted_files_bug437084 (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
 test_flagExpiredFiles (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
 test_addFile (canonical.librarian.ftests.test_storage.LibrarianStorageDBTests)
 test_addFiles_identical (canonical.librarian.ftests.test_storage.LibrarianStorageDBTests)
 test_alias (canonical.librarian.ftests.test_storage.LibrarianStorageDBTests)
 test_badDigest (canonical.librarian.ftests.test_storage.LibrarianStorageDBTests)
 test_clientProvidedDuplicateContent (canonical.librarian.ftests.test_storage.LibrarianStorageDBTests)
 test_clientProvidedDuplicateIDs (canonical.librarian.ftests.test_storage.LibrarianStorageDBTests)
 test_deletedContentNotFound (canonical.librarian.ftests.test_web.DeletedContentTestCase)
 test_404 (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
 test_accessTime (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
 test_aliasNotFound (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
 test_checkGzipEncoding (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
 test_checkNoEncoding (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
 test_duplicateuploads (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
 test_headers (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
 test_oldurl (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
 test_robotsTxt (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
 test_uploadThenDownload (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
 test_differentFileLonger (canonical.librarian.tests.test_storage.LibrarianStorageTestCase)
 test_differentFileShorter (canonical.librarian.tests.test_storage.LibrarianStorageTestCase)
 test_hasFile_missing (canonical.librarian.tests.test_storage.LibrarianStorageTestCase)
 test_multipleFilesInOnePrefixedDirectory (canonical.librarian.tests.test_storage.LibrarianStorageTestCase)
 test_notSameFile (canonical.librarian.tests.test_storage.LibrarianStorageTestCase)
 test_prefixDirectories (canonical.librarian.tests.test_storage.LibrarianStorageTestCase)
 test_sameFile (canonical.librarian.tests.test_storage.LibrarianStorageTestCase)
 testCWD (canonical.poppy.tests.test_poppy.TestPoppy)
 testLOGIN (canonical.poppy.tests.test_poppy.TestPoppy)
 testMKD (canonical.poppy.tests.test_poppy.TestPoppy)
 testRMD (canonical.poppy.tests.test_poppy.TestPoppy)
 testSTOR (canonical.poppy.tests.test_poppy.TestPoppy)
 testUploadIsolation (canonical.poppy.tests.test_poppy.TestPoppy)
 testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.LaunchpadZopelessTestCase)
 testComponentArchitecture (canonical.testing.ftests.test_layers.LaunchpadZopelessTestCase)
 testFunctionalIsSetUp (canonical.testing.ftests.test_layers.LaunchpadZopelessTestCase)
 testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.LaunchpadZopelessTestCase)
 testLibrarianRunning (canonical.testing.ftests.test_layers.LaunchpadZopelessTestCase)
 testLibrarianWorking (canonical.testing.ftests.test_layers.LaunchpadZopelessTestCase)
 testZopelessIsSetUp (canonical.testing.ftests.test_layers.LaunchpadZopelessTestCase)
 testArchTagsForSeries (lp.archivepublisher.tests.test_config.TestConfig)
 testDistroConfig (lp.archivepublisher.tests.test_config.TestConfig)
 testDistroName (lp.archivepublisher.tests.test_config.TestConfig)
 testDistroSeriesNames (lp.archivepublisher.tests.test_config.TestConfig)
 testInstantiate (lp.archivepublisher.tests.test_config.TestConfig)
 lp.archivepublisher.tests.test_deathrow.TestDeathRow.test_MissingSymLinkInPool
 testCarefulDomination (lp.archivepublisher.tests.test_dominator.TestDomination)
 testCarefulDomination (lp.archivepublisher.tests.test_dominator.TestDominationOfObsoletedSeries)
 testBinariesDomination (lp.archivepublisher.tests.test_dominator.TestDominator)
 testBinaryDomination (lp.archivepublisher.tests.test_dominator.TestDominator)
 testBinaryDominationAssertsPendingOrPublished (lp.archivepublisher.tests.test_dominator.TestDominator)
 testDominationOfOldArchIndepBinaries (lp.archivepublisher.tests.test_dominator.TestDominator)
 testDominationOnArchIndependentBinaryOverrides (lp.archivepublisher.tests.test_dominator.TestDominator)
 testEmptyBinaryDomination (lp.archivepublisher.tests.test_dominator.TestDominator)
 testEmptySourceDomination (lp.archivepublisher.tests.test_dominator.TestDominator)
 testOtherBinaryPublications (lp.archivepublisher.tests.test_dominator.TestDominator)
 testSourceDomination (lp.archivepublisher.tests.test_dominator.TestDominator)
 test_generateConfig (lp.archivepublisher.tests.test_ftparchive.TestFTPArchive)
 test_generateConfig_empty_and_careful (lp.archivepublisher.tests.test_ftparchive.TestFTPArchive)
 test_getBinariesForOverrides (lp.archivepublisher.tests.test_ftparchive.TestFTPArchive)
 test_getBinariesForOverrides_with_no_architectures (lp.archivepublisher.tests.test_ftparchive.TestFTPArchive)
 test_getBinaryFiles (lp.archivepublisher.tests.test_ftparchive.TestFTPArchive)
 test_getSourceFiles (lp.archivepublisher.tests.test_ftparchive.TestFTPArchive)
 test_getSourcesForOverrides (lp.archivepublisher.tests.test_ftparchive.TestFTPArchive)
 test_publishFileLists (lp.archivepublisher.tests.test_ftparchive.TestFTPArchive)
 test_publishOverrides (lp.archivepublisher.tests.test_ftparchive.TestFTPArchive)
 testBasicOperation (lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration)
 testBlacklistingPPAs (lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration)
 testDeactivatingTokens (lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration)
 testDryrunOption (lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration)
 testEnsureHtaccess (lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration)
 testGenerateHtpasswd (lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration)
 testNoDeactivationOption (lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration)
 testReplaceUpdatedHtpasswd (lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration)
 testSendingCancellationEmail (lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration)
 testSubscriptionExpiry (lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration)
 testWriteHtpasswd (lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration)
 testAptSHA256 (lp.archivepublisher.tests.test_publisher.TestPublisher)
 testCarefulPublishing (lp.archivepublisher.tests.test_publisher.TestPublisher)
 testDeletionDetectionRespectsAllowedSuites (lp.archivepublisher.tests.test_publisher.TestPublisher)
 testDirtyingPocketsWithDeletedPackages (lp.archivepublisher.tests.test_publisher.TestPublisher)
 testInstantiate (lp.archivepublisher.tests.test_publisher.TestPublisher)
 testNonCarefulPublishing (lp.archivepublisher.tests.test_publisher.TestPublisher)
 testPPAArchiveIndex (lp.archivepublisher.tests.test_publisher.TestPublisher)
 testPartnerReleasePocketPublishing (lp.archivepublisher.tests.test_publisher.TestPublisher)
 testPendingArchive (lp.archivepublisher.tests.test_publisher.TestPublisher)
 testPublishPartner (lp.archivepublisher.tests.test_publisher.TestPublisher)
 testPublisherBuilderFunctions (lp.archivepublisher.tests.test_publisher.TestPublisher)
 testPublishing (lp.archivepublisher.tests.test_publisher.TestPublisher)
 testPublishingOnlyConsidersOneArchive (lp.archivepublisher.tests.test_publisher.TestPublisher)
 testPublishingSpecificDistroSeries (lp.archivepublisher.tests.test_publisher.TestPublisher)
 testPublishingSpecificPocket (lp.archivepublisher.tests.test_publisher.TestPublisher)
 testPublishingWorksForOtherArchives (lp.archivepublisher.tests.test_publisher.TestPublisher)
 testReleaseFile (lp.archivepublisher.tests.test_publisher.TestPublisher)
 testReleaseFileForNamedPPA (lp.archivepublisher.tests.test_publisher.TestPublisher)
 testReleaseFileForPPA (lp.archivepublisher.tests.test_publisher.TestPublisher)
 testReleaseFileForPartner (lp.archivepublisher.tests.test_publisher.TestPublisher)
 testWorldAndGroupReadablePackagesAndSources (lp.archivepublisher.tests.test_publisher.TestPublisher)
 testRepositorySignatureWithNoSigningKey (lp.archivepublisher.tests.test_publisher.TestPublisherRepositorySignatures)
 testRepositorySignatureWithSigningKey (lp.archivepublisher.tests.test_publisher.TestPublisherRepositorySignatures)
 lib/lp/archivepublisher/tests/archive-signing.txt
 lib/lp/archivepublisher/tests/deathrow.txt
 lib/lp/archivepublisher/tests/process-in-batches.txt
 lib/lp/archivepublisher/tests/publisher-config.txt
 lp.archiveuploader.tests.test_buildduploads.TestBuilddUploads.testDelayedBinaryUpload
 lib/lp/archiveuploader/tests/nascentupload-closing-bugs.txt
 lib/lp/archiveuploader/tests/nascentupload-ddebs.txt
 lib/lp/archiveuploader/tests/nascentupload-epoch-handling.txt
 lib/lp/archiveuploader/tests/nascentupload-packageset.txt
 lib/lp/archiveuploader/tests/nascentupload-publishing-accepted-sources.txt
 lib/lp/archiveuploader/tests/nascentuploadfile.txt
 lib/lp/archiveuploader/tests/static-translations.txt
 lib/lp/archiveuploader/tests/upload-karma.txt
 lib/lp/archiveuploader/tests/upload-path-parsing.txt
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testCustomUploadToPPA
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testCustomUploadToPrivatePPA
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testMixedUpload
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testNamedPPABinaryUploads
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testNamedPPAUploadDefault
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testNamedPPAUploadNonDefault
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testNamedPPAUploadWithSeries
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testNotMemberUploadToTeamPPA
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPGPSignatureNotPreserved
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPPABinaryUploads
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPPACopiedSources
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPPADistroSeriesOverrides
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPPAInvalidComponentUpload
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPPAPartnerUpload
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPPAPublisherOverrides
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPPAUploadResultingInNoBuilds
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testUploadDoesNotEmailMaintainerOrChangedBy
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testUploadPathErrorIntendedForHumans
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testUploadSendsEmailToPeopleInArchivePermissions
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testUploadSignedByBetaTesterMember
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testUploadSignedByCodeOfConductNonSigner
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testUploadToPPA
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testUploadToPrivatePPA
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testUploadToSomeoneElsePPA
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testUploadToTeamPPA
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessorFileLookups.testErrorMessagesWithUnicode
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessorFileLookups.testNoPublishingOverrides
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessorFileLookups.testPPAConflictingOrigFiles
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessorFileLookups.testPPAOrigGetsPrecedence
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessorFileLookups.testPPAReusingOrigFromUbuntu
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessorQuotaChecks.testArchiveBinarySize
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessorQuotaChecks.testPPADoNotCheckSizeQuotaForBinary
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessorQuotaChecks.testPPASizeQuotaSourceRejection
 lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessorQuotaChecks.testPPASizeQuotaSourceWarning
 lp.archiveuploader.tests.test_securityuploads.TestStagedSecurityUploads.testBuildCreation
 lp.archiveuploader.tests.test_securityuploads.TestStagedSecurityUploads.testBuildLookup
 lp.archiveuploader.tests.test_securityuploads.TestStagedSecurityUploads.testCorrectBuildPassedViaCommandLine
 lp.archiveuploader.tests.test_securityuploads.TestStagedSecurityUploads.testWrongBuildPassedViaCommandLine
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testBinaryUploadToCopyArchive
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testCopyArchiveUploadToCurrentDistro
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testCopyArchiveUploadToSupportedDistro
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testDuplicatedBinaryUploadGetsRejected
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testInstantiate
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testLZMADebUpload
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testLocateChangesFiles
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testLocateDirectories
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testMixedPartnerUploadFails
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testMoveUpload
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testOopsCreation
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testOrderFilenames
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testPackageUploadPermissions
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testPackagesetUploadPermissions
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testPartnerArchiveMissingForPartnerUploadFails
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testPartnerUpload
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testPartnerUploadToNonReleaseOrProposedPocket
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testPartnerUploadToProposedPocket
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testPartnerUploadToReleasePocketInStableDistroseries
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testRejectionEmailForUnhandledException
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testSourceUploadToBuilddPath
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testUploadAncestry
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testUploadContribComponentOverride
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testUploadDefaultComponentOverride
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testUploadNonfreeComponentOverride
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testUploadPathErrorIntendedForHumans
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testUploadResultingInNoBuilds
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testUploadToFrozenDistro
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testUploadWithUnknownComponentIsRejected
 lp.archiveuploader.tests.test_uploadprocessor.TestUploadProcessor.testUploadWithUnknownSectionIsRejected
 test_catch_db_exception_in_the_middle (lp.bugs.scripts.tests.test_bugnotification.TestGetEmailNotificattions)
 test_catch_db_exception_last (lp.bugs.scripts.tests.test_bugnotification.TestGetEmailNotificattions)
 test_catch_simple_exception_in_the_middle (lp.bugs.scripts.tests.test_bugnotification.TestGetEmailNotificattions)
 test_catch_simple_exception_last (lp.bugs.scripts.tests.test_bugnotification.TestGetEmailNotificattions)
 lp.bugs.tests.test_bugtask.TestBugTaskHardwareSearch.test_search_results_without_duplicates
 lib/lp/bugs/tests/../doc/bug-export.txt
 lib/lp/bugs/tests/../doc/bug-private-by-default.txt
 lib/lp/bugs/tests/../doc/bug-set-status.txt
 lib/lp/bugs/tests/../doc/bug-set-status.txt
 lib/lp/bugs/tests/../doc/bugmail-headers.txt
 lib/lp/bugs/tests/../doc/bugmessage.txt
 lib/lp/bugs/tests/../doc/bugmessage.txt
 lib/lp/bugs/tests/../doc/bugmessage.txt
 lib/lp/bugs/tests/../doc/bugnotification-comment-syncing-team.txt
 lib/lp/bugs/tests/../doc/bugnotification-sending.txt
 lib/lp/bugs/tests/../doc/bugnotificationrecipients.txt
 lib/lp/bugs/tests/../doc/bugnotificationrecipients.txt
 lib/lp/bugs/tests/../doc/bugnotificationrecipients.txt
 lib/lp/bugs/tests/../doc/bugtask-expiration.txt
 lib/lp/bugs/tests/../doc/bugtracker-person.txt
 lib/lp/bugs/tests/../doc/bugtracker.txt
 lib/lp/bugs/tests/../doc/bugwatch.txt
 lib/lp/bugs/tests/../doc/bugzilla-import.txt
 lib/lp/bugs/tests/../doc/checkwatches-cli-switches.txt
 lib/lp/bugs/tests/../doc/checkwatches.txt
 lib/lp/bugs/tests/../doc/cve-update.txt
 lib/lp/bugs/tests/../doc/externalbugtracker-bug-imports.txt
 lib/lp/bugs/tests/../doc/externalbugtracker-bugzilla-api.txt
 lib/lp/bugs/tests/../doc/externalbugtracker-bugzilla-lp-plugin.txt
 lib/lp/bugs/tests/../doc/externalbugtracker-bugzilla-oddities.txt
 lib/lp/bugs/tests/../doc/externalbugtracker-bugzilla.txt
 lib/lp/bugs/tests/../doc/externalbugtracker-checkwatches.txt
 lib/lp/bugs/tests/../doc/externalbugtracker-comment-imports.txt
 lib/lp/bugs/tests/../doc/externalbugtracker-comment-pushing.txt
 lib/lp/bugs/tests/../doc/externalbugtracker-debbugs.txt
 lib/lp/bugs/tests/../doc/externalbugtracker-emailaddress.txt
 lib/lp/bugs/tests/../doc/externalbugtracker-linking-back.txt
 lib/lp/bugs/tests/../doc/externalbugtracker-mantis-csv.txt
 lib/lp/bugs/tests/../doc/externalbugtracker-mantis.txt
 lib/lp/bugs/tests/../doc/externalbugtracker-roundup-python-bugs.txt
 lib/lp/bugs/tests/../doc/externalbugtracker-roundup.txt
 lib/lp/bugs/tests/../doc/externalbugtracker-rt.txt
 lib/lp/bugs/tests/../doc/externalbugtracker-sourceforge.txt
 lib/lp/bugs/tests/../doc/externalbugtracker-trac-lp-plugin.txt
 lib/lp/bugs/tests/../doc/externalbugtracker-trac.txt
 lib/lp/bugs/tests/../doc/externalbugtracker.txt
 lib/lp/buildmaster/tests/package-arch-specific.txt
 lib/lp/buildmaster/tests/queuebuilder.txt
 testNoDispatchForMissingChroots (lp.buildmaster.tests.test_manager.TestBuilddManagerScan)
 testScanDispatchForResetBuilder (lp.buildmaster.tests.test_manager.TestBuilddManagerScan)
 testScanRescuesJobFromBrokenBuilder (lp.buildmaster.tests.test_manager.TestBuilddManagerScan)
 testScanUpdatesBuildingJobs (lp.buildmaster.tests.test_manager.TestBuilddManagerScan)
 testFailDispatchResult (lp.buildmaster.tests.test_manager.TestDispatchResult)
 testResetDispatchResult (lp.buildmaster.tests.test_manager.TestDispatchResult)
 lp.code.mail.tests.test_codehandler.TestAddReviewerEmailCommand.test_add_reviewer
 lp.code.mail.tests.test_codehandler.TestAddReviewerEmailCommand.test_add_reviewer_with_tags
 lp.code.mail.tests.test_codehandler.TestAddReviewerEmailCommand.test_numberOfArguments
 lp.code.mail.tests.test_codehandler.TestAddReviewerEmailCommand.test_unknown_reviewer
 lp.code.mail.tests.test_codehandler.TestUpdateStatusEmailCommand.test_not_a_reviewer
 lp.code.mail.tests.test_codehandler.TestUpdateStatusEmailCommand.test_numberOfArguments
 lp.code.mail.tests.test_codehandler.TestUpdateStatusEmailCommand.test_status_approved
 lp.code.mail.tests.test_codehandler.TestUpdateStatusEmailCommand.test_status_approved_doesnt_override_vote
 lp.code.mail.tests.test_codehandler.TestUpdateStatusEmailCommand.test_status_rejected
 lp.code.mail.tests.test_codehandler.TestUpdateStatusEmailCommand.test_status_rejected_doesnt_override_vote
 lp.code.mail.tests.test_codehandler.TestUpdateStatusEmailCommand.test_unknown_status
 lp.code.model.tests.test_branch.TestBranchDeletion.test_associatedProductSeriesBranchDisablesDeletion
 lp.code.model.tests.test_branch.TestBranchDeletion.test_bugBranchLinkDisablesDeletion
 lp.code.model.tests.test_branch.TestBranchDeletion.test_codeImportDisablesDeletion
 lp.code.model.tests.test_branch.TestBranchDeletion.test_createsJobToReclaimSpace
 lp.code.model.tests.test_branch.TestBranchDeletion.test_deletable
 lp.code.model.tests.test_branch.TestBranchDeletion.test_landingCandidateDisablesDeletion
 lp.code.model.tests.test_branch.TestBranchDeletion.test_landingTargetDisablesDeletion
 lp.code.model.tests.test_branch.TestBranchDeletion.test_prerequisiteBranchDisablesDeletion
 lp.code.model.tests.test_branch.TestBranchDeletion.test_productSeriesTranslationsBranchDisablesDeletion
 lp.code.model.tests.test_branch.TestBranchDeletion.test_relatedBranchJobsDeleted
 lp.code.model.tests.test_branch.TestBranchDeletion.test_revisionsDeletable
 lp.code.model.tests.test_branch.TestBranchDeletion.test_specBranchLinkDisablesDeletion
 lp.code.model.tests.test_branch.TestBranchDeletion.test_stackedBranchDisablesDeletion
 lp.code.model.tests.test_branch.TestBranchDeletion.test_subscriptionDoesntDisableDeletion
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_ClearDependentBranch
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_ClearOfficialPackageBranch
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_ClearSeriesBranch
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_DeleteCodeImport
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_DeletionCallable
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_DeletionOperation
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_branchWithBugDeletion
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_branchWithBugRequirements
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_branchWithCodeImportDeletion
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_branchWithCodeImportRequirements
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_branchWithMergeProposal
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_branchWithSeriesDeletion
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_branchWithSeriesRequirements
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_branchWithSpecDeletion
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_branchWithSpecRequirements
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_deleteMergeProposalDependent
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_deleteMergeProposalSource
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_deleteMergeProposalTarget
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_deleteSourceCodeReviewComment
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_deleteTargetCodeReviewComment
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_official_package_branch_deleted
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_official_package_requirements
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_plainBranch
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_sourceBranchWithCodeReviewVoteReference
 lp.code.model.tests.test_branch.TestBranchDeletionConsequences.test_targetBranchWithCodeReviewVoteReference
 lp.code.model.tests.test_branch.TestCodeImport.test_branchCodeImport
 lp.code.model.tests.test_branchjob.TestBranchDiffJob.test_diff_contents
 lp.code.model.tests.test_branchjob.TestBranchDiffJob.test_diff_is_bytes
 lp.code.model.tests.test_branchjob.TestBranchDiffJob.test_providesInterface
 lp.code.model.tests.test_branchjob.TestBranchDiffJob.test_run_diff_content
 lp.code.model.tests.test_branchjob.TestBranchDiffJob.test_run_is_idempotent
 lp.code.model.tests.test_branchjob.TestBranchDiffJob.test_run_revision_ids
 lp.code.model.tests.test_branchjob.TestBranchJobDerived.test_getOopsMailController
 lp.code.model.tests.test_branchjob.TestBranchUpgradeJob.test_providesInterface
 lp.code.model.tests.test_branchjob.TestBranchUpgradeJob.test_upgrade_format_all_formats
 lp.code.model.tests.test_branchjob.TestBranchUpgradeJob.test_upgrade_format_no_branch_upgrade_needed
 lp.code.model.tests.test_branchjob.TestBranchUpgradeJob.test_upgrade_format_no_repository_upgrade_needed
 lp.code.model.tests.test_branchjob.TestBranchUpgradeJob.test_upgrades_branch
 lp.code.model.tests.test_branchjob.TestReclaimBranchSpaceJob.test_providesInterface
 lp.code.model.tests.test_branchjob.TestReclaimBranchSpaceJob.test_run_branch_in_both_areas
 lp.code.model.tests.test_branchjob.TestReclaimBranchSpaceJob.test_run_branch_in_hosted_area
 lp.code.model.tests.test_branchjob.TestReclaimBranchSpaceJob.test_run_branch_in_mirrored_area
 lp.code.model.tests.test_branchjob.TestReclaimBranchSpaceJob.test_run_branch_in_neither_area
 lp.code.model.tests.test_branchjob.TestReclaimBranchSpaceJob.test_scheduled_in_future
 lp.code.model.tests.test_branchjob.TestReclaimBranchSpaceJob.test_stores_id
 lp.code.model.tests.test_branchjob.TestRevisionMailJob.test_iterReady_excludes_unready_jobs
 lp.code.model.tests.test_branchjob.TestRevisionMailJob.test_iterReady_ignores_BranchDiffJobs
 lp.code.model.tests.test_branchjob.TestRevisionMailJob.test_iterReady_includes_ready_jobs
 lp.code.model.tests.test_branchjob.TestRevisionMailJob.test_perform_diff_ignored_for_revno_0
 lp.code.model.tests.test_branchjob.TestRevisionMailJob.test_perform_diff_performs_diff
 lp.code.model.tests.test_branchjob.TestRevisionMailJob.test_providesInterface
 lp.code.model.tests.test_branchjob.TestRevisionMailJob.test_revno_long
 lp.code.model.tests.test_branchjob.TestRevisionMailJob.test_revno_string
 lp.code.model.tests.test_branchjob.TestRevisionMailJob.test_run_sends_mail
 lp.code.model.tests.test_branchjob.TestRevisionsAddedJob.test_create
 lp.code.model.tests.test_branchjob.TestRevisionsAddedJob.test_email_format
 lp.code.model.tests.test_branchjob.TestRevisionsAddedJob.test_findRelatedBMP
 lp.code.model.tests.test_branchjob.TestRevisionsAddedJob.test_getAuthors
 lp.code.model.tests.test_branchjob.TestRevisionsAddedJob.test_getAuthors_with_ghost
 lp.code.model.tests.test_branchjob.TestRevisionsAddedJob.test_getMailerForRevision
 lp.code.model.tests.test_branchjob.TestRevisionsAddedJob.test_getMergedRevisionIDs
 lp.code.model.tests.test_branchjob.TestRevisionsAddedJob.test_getRevisionMessage
 lp.code.model.tests.test_branchjob.TestRevisionsAddedJob.test_getRevisionMessage_with_BMP_with_requested_review
 lp.code.model.tests.test_branchjob.TestRevisionsAddedJob.test_getRevisionMessage_with_merge_authors
 lp.code.model.tests.test_branchjob.TestRevisionsAddedJob.test_getRevisionMessage_with_merge_authors_and_authors
 lp.code.model.tests.test_branchjob.TestRevisionsAddedJob.test_getRevisionMessage_with_related_BMP
 lp.code.model.tests.test_branchjob.TestRevisionsAddedJob.test_getRevisionMessage_with_related_rejected_BMP
 lp.code.model.tests.test_branchjob.TestRevisionsAddedJob.test_getRevisionMessage_with_related_superseded_BMP
 lp.code.model.tests.test_branchjob.TestRevisionsAddedJob.test_iterAddedMainline
 lp.code.model.tests.test_branchjob.TestRevisionsAddedJob.test_iterAddedMainline_order
 lp.code.model.tests.test_branchjob.TestRevisionsAddedJob.test_iterAddedNonMainline
 lp.code.model.tests.test_branchjob.TestRevisionsAddedJob.test_iterReady
 lp.code.model.tests.test_branchjob.TestRevisionsAddedJob.test_message_encoding
 lp.code.model.tests.test_branchjob.TestRevisionsAddedJob.test_only_nodiff_subscribers_means_no_diff_generated
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_findUnfinishedJobs
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_findUnfinishedJobs_does_not_find_failed_jobs
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_findUnfinishedJobs_does_not_find_finished_jobs
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_init_translation_file_lists_skip_dirs
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_iterReady
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_iterReady_job_type
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_iterReady_not_ready
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_iterReady_revision_ids_differ
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_providesInterface
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_upload_approved
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_upload_changed_files
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_upload_empty_pot
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_upload_extra_translations_import_templates
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_upload_extra_translations_no_import
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_upload_multiple_approved
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_upload_pot
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_upload_pot_content
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_upload_pot_subdir
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_upload_pot_uploader
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_upload_simplest_case_approved
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_upload_template_and_translations
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_upload_to_no_import_series
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_upload_translations
 lp.code.model.tests.test_branchjob.TestRosettaUploadJob.test_upload_xpi_template
 lp.code.model.tests.test_branchmergeproposals.TestCreateMergeProposalJob.test_getOopsMailController
 lp.code.model.tests.test_branchmergeproposals.TestCreateMergeProposalJob.test_iterReady_excludes_unready_jobs
 lp.code.model.tests.test_branchmergeproposals.TestCreateMergeProposalJob.test_iterReady_includes_ready_jobs
 lp.code.model.tests.test_branchmergeproposals.TestCreateMergeProposalJob.test_providesInterface
 lp.code.model.tests.test_branchmergeproposals.TestCreateMergeProposalJob.test_run_creates_proposal
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalCreatedJob.test_MergeProposalCreateJob_with_sourcepackage_branch
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalCreatedJob.test_getOopsMailController
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalCreatedJob.test_iterReady_excludes_branches_with_no_revisions
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalCreatedJob.test_iterReady_excludes_hosted_needing_mirror
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalCreatedJob.test_iterReady_excludes_unready_jobs
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalCreatedJob.test_iterReady_includes_mirrored_needing_mirror
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalCreatedJob.test_iterReady_includes_ready_jobs
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalCreatedJob.test_providesInterface
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalCreatedJob.test_run_makes_diff
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalCreatedJob.test_run_sends_email
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalCreatedJob.test_run_skips_diff_if_present
 lp.code.model.tests.test_branchmergeproposals.TestUpdatePreviewDiffJob.test_run
 lp.code.model.tests.test_branchnavigationmenu.TestBranchNavigation.test_branch_subscription
 lp.code.model.tests.test_branchnavigationmenu.TestBranchNavigation.test_merge_proposal
 lp.code.model.tests.test_branchnavigationmenu.TestBranchNavigation.test_review_comment
 lp.code.model.tests.test_branchnavigationmenu.TestBranchNavigation.test_simple_branch
 lp.code.model.tests.test_codeimport.TestConsecutiveFailureCount.test_consecutive_failure_count_fail
 lp.code.model.tests.test_codeimport.TestConsecutiveFailureCount.test_consecutive_failure_count_fail_fail
 lp.code.model.tests.test_codeimport.TestConsecutiveFailureCount.test_consecutive_failure_count_fail_fail_succeed
 lp.code.model.tests.test_codeimport.TestConsecutiveFailureCount.test_consecutive_failure_count_fail_succeed_fail
 lp.code.model.tests.test_codeimport.TestConsecutiveFailureCount.test_consecutive_failure_count_other_import_non_interference
 lp.code.model.tests.test_codeimport.TestConsecutiveFailureCount.test_consecutive_failure_count_succeed
 lp.code.model.tests.test_codeimport.TestConsecutiveFailureCount.test_consecutive_failure_count_succeed_fail_succeed
 lp.code.model.tests.test_codeimport.TestConsecutiveFailureCount.test_consecutive_failure_count_zero_initially
 lp.code.model.tests.test_codeimportjob.TestCodeImportJobWorkflowFinishJob.test_createsFinishCodeImportEvent
 lp.code.model.tests.test_codeimportjob.TestCodeImportJobWorkflowFinishJob.test_createsNewJob
 lp.code.model.tests.test_codeimportjob.TestCodeImportJobWorkflowFinishJob.test_createsResultObject
 lp.code.model.tests.test_codeimportjob.TestCodeImportJobWorkflowFinishJob.test_deletesPassedJob
 lp.code.model.tests.test_codeimportjob.TestCodeImportJobWorkflowFinishJob.test_doesntCreateNewJobIfCodeImportNotReviewed
 lp.code.model.tests.test_codeimportjob.TestCodeImportJobWorkflowFinishJob.test_enoughFailuresMarksAsFailing
 lp.code.model.tests.test_codeimportjob.TestCodeImportJobWorkflowFinishJob.test_resultLogFile
 lp.code.model.tests.test_codeimportjob.TestCodeImportJobWorkflowFinishJob.test_resultObjectFields
 lp.code.model.tests.test_codeimportjob.TestCodeImportJobWorkflowFinishJob.test_resultStatus
 lp.code.model.tests.test_codeimportjob.TestCodeImportJobWorkflowFinishJob.test_successfulResultCallsRequestMirror
 lp.code.model.tests.test_codeimportjob.TestCodeImportJobWorkflowFinishJob.test_successfulResultUpdatesCodeImportLastSuccessful
 lp.code.model.tests.test_codeimportjob.TestCodeImportJobWorkflowFinishJob.test_wrongJobState
 lp.code.model.tests.test_codereviewvote.TestCodeReviewVote.test_create_vote
 lp.code.model.tests.test_diff.TestDiffInScripts.test_fromFileSetsDiffstat
 lp.code.model.tests.test_diff.TestDiffInScripts.test_fromFileSets_added_removed
 lp.code.model.tests.test_diff.TestDiffInScripts.test_fromFile_withError
 lp.code.model.tests.test_diff.TestDiffInScripts.test_generateDiffstat
 lp.code.model.tests.test_diff.TestDiffInScripts.test_mergePreviewFromBranches
 lp.code.model.tests.test_diff.TestStaticDiff.test_acquireFromText
 lp.code.model.tests.test_diff.TestStaticDiff.test_acquireFromTextEmpty
 lp.code.model.tests.test_diff.TestStaticDiff.test_acquireFromTextNonEmpty
 lp.code.model.tests.test_diff.TestStaticDiff.test_acquire_existing
 lp.code.model.tests.test_diff.TestStaticDiff.test_acquire_existing_different_repo
 lp.code.model.tests.test_diff.TestStaticDiff.test_acquire_nonexisting
 lp.code.model.tests.test_diff.TestStaticDiff.test_providesInterface
 lp.code.model.tests.test_diff.TestStaticDiff.test_providesSourceInterface
 lp.code.model.tests.test_revisionauthor.TestNewlyValidatedEmailsLinkRevisionAuthors.test_validated_email_updates
 lp.code.model.tests.test_revisionauthor.TestRevisionAuthor.testGetNameWithoutEmailReturnsNamePart
 lp.code.model.tests.test_revisionauthor.TestRevisionAuthor.testGetNameWithoutEmailWithBadEmail
 lp.code.model.tests.test_revisionauthor.TestRevisionAuthor.testGetNameWithoutEmailWithNoEmail
 lp.code.model.tests.test_revisionauthor.TestRevisionAuthor.testGetNameWithoutEmailWithNoName
 lp.code.model.tests.test_revisionauthor.TestRevisionAuthor.testGetNameWithoutEmailWithOneWord
 lp.code.model.tests.test_revisionauthor.TestRevisionAuthorMatching.test_new_harry_not_linked
 lp.code.model.tests.test_revisionauthor.TestRevisionAuthorMatching.test_old_harry_linked
 lp.code.model.tests.test_revisionauthor.TestRevisionAuthorMatching.test_preferred_harry_linked
 lp.code.model.tests.test_revisionauthor.TestRevisionAuthorMatching.test_validated_harry_linked
 lp.code.model.tests.test_revisionauthor.TestRevisionEmailExtraction.test_bad_email_not_set
 lp.code.model.tests.test_revisionauthor.TestRevisionEmailExtraction.test_email_extracted_from_name
 lp.code.model.tests.test_revisionauthor.TestRevisionEmailExtraction.test_email_extracted_from_name_alternate
 lp.code.scripts.tests.test_revisionkarma.TestRevisionKarma.test_junkBranchMoved
 lp.code.scripts.tests.test_revisionkarma.TestRevisionKarma.test_newRevisionAuthor
 lp.code.scripts.tests.test_revisionkarma.TestRevisionKarma.test_ownerJunkBranchWithAnotherProductBranch
 lp.code.tests.test_branchurifield.TestBranchURIField.test_get_blacklisted_hostnames
 lp.code.tests.test_branchurifield.TestBranchURIField.test_get_blacklisted_hostnames_empty
 lp.code.tests.test_branchurifield.TestBranchURIField.test_notFromBlacklistedHostnames
 lp.code.tests.test_branchurifield.TestBranchURIField.test_notFromLaunchpad
 lp.code.tests.test_branchurifield.TestBranchURIField.test_notFromSupermirror
 lib/lp/code/tests/../doc/branch-merge-proposals.txt
 lib/lp/code/tests/../doc/codeimport-machine.txt
 lib/lp/code/tests/../doc/revision.txt
 test_ignoreNonExistentBug (lp.codehosting.scanner.tests.test_buglinks.TestBugLinking)
 test_knownMainlineRevisionsDoesntMakeLink (lp.codehosting.scanner.tests.test_buglinks.TestBugLinking)
 test_linking_bug_to_official_package_branch (lp.codehosting.scanner.tests.test_buglinks.TestBugLinking)
 test_multipleBugsInProperty (lp.codehosting.scanner.tests.test_buglinks.TestBugLinking)
 test_newMainlineRevisionAddsBugBranch (lp.codehosting.scanner.tests.test_buglinks.TestBugLinking)
 test_nonMainlineRevisionsDontMakeBugBranches (lp.codehosting.scanner.tests.test_buglinks.TestBugLinking)
 test_scanningTwiceDoesntMatter (lp.codehosting.scanner.tests.test_buglinks.TestBugLinking)
 test_empty_branch (lp.codehosting.scanner.tests.test_bzrsync.TestBzrSync)
 test_get_revisions_branched (lp.codehosting.scanner.tests.test_bzrsync.TestBzrSync)
 test_get_revisions_empty (lp.codehosting.scanner.tests.test_bzrsync.TestBzrSync)
 test_get_revisions_linear (lp.codehosting.scanner.tests.test_bzrsync.TestBzrSync)
 test_import_recommit (lp.codehosting.scanner.tests.test_bzrsync.TestBzrSync)
 test_import_revision (lp.codehosting.scanner.tests.test_bzrsync.TestBzrSync)
 test_import_revision_with_url (lp.codehosting.scanner.tests.test_bzrsync.TestBzrSync)
 test_import_uncommit (lp.codehosting.scanner.tests.test_bzrsync.TestBzrSync)
 test_new_author (lp.codehosting.scanner.tests.test_bzrsync.TestBzrSync)
 test_new_parent (lp.codehosting.scanner.tests.test_bzrsync.TestBzrSync)
 test_retrieveBranchDetails (lp.codehosting.scanner.tests.test_bzrsync.TestBzrSync)
 test_retrieveDatabaseAncestry (lp.codehosting.scanner.tests.test_bzrsync.TestBzrSync)
 test_sync_merged_to_merging (lp.codehosting.scanner.tests.test_bzrsync.TestBzrSync)
 test_sync_merging_to_merged (lp.codehosting.scanner.tests.test_bzrsync.TestBzrSync)
 test_sync_updates_branch (lp.codehosting.scanner.tests.test_bzrsync.TestBzrSync)
 test_sync_with_merged_branches (lp.codehosting.scanner.tests.test_bzrsync.TestBzrSync)
 test_timestamp_parsing (lp.codehosting.scanner.tests.test_bzrsync.TestBzrSync)
 test_ancient_revision (lp.codehosting.scanner.tests.test_bzrsync.TestBzrSyncOneRevision)
 test_upload_on_new_revision (lp.codehosting.scanner.tests.test_bzrsync.TestBzrTranslationsUploadJob)
 test_upload_on_new_revision_no_series (lp.codehosting.scanner.tests.test_bzrsync.TestBzrTranslationsUploadJob)
 test_upload_on_new_revision_series_not_configured (lp.codehosting.scanner.tests.test_bzrsync.TestBzrTranslationsUploadJob)
 test_revision_properties (lp.codehosting.scanner.tests.test_bzrsync.TestRevisionProperty)
 testStackedBranch (lp.codehosting.scanner.tests.test_bzrsync.TestScanStackedBranches)
 testStackedBranchBadURL (lp.codehosting.scanner.tests.test_bzrsync.TestScanStackedBranches)
 test_create_on_new_revision (lp.codehosting.scanner.tests.test_bzrsync.TestUpdatePreviewDiffJob)
 test_empty_branch (lp.codehosting.scanner.tests.test_email.TestBzrSyncEmail)
 test_import_recommit (lp.codehosting.scanner.tests.test_email.TestBzrSyncEmail)
 test_import_revision (lp.codehosting.scanner.tests.test_email.TestBzrSyncEmail)
 test_import_uncommit (lp.codehosting.scanner.tests.test_email.TestBzrSyncEmail)
 test_empty_branch (lp.codehosting.scanner.tests.test_email.TestBzrSyncNoEmail)
 test_import_recommit (lp.codehosting.scanner.tests.test_email.TestBzrSyncNoEmail)
 test_import_revision (lp.codehosting.scanner.tests.test_email.TestBzrSyncNoEmail)
 test_import_uncommit (lp.codehosting.scanner.tests.test_email.TestBzrSyncNoEmail)
 test_no_subscribers (lp.codehosting.scanner.tests.test_email.TestBzrSyncNoEmail)
 testRecognizeDevelopment (lp.codehosting.scanner.tests.test_formats.TestScanBranchFormat7)
 testRecognize2a (lp.codehosting.scanner.tests.test_formats.TestScanFormat2a)
 testRecognizeKnit (lp.codehosting.scanner.tests.test_formats.TestScanFormatKnit)
 testRecognizePack (lp.codehosting.scanner.tests.test_formats.TestScanFormatPack)
 testRecognizeWeave (lp.codehosting.scanner.tests.test_formats.TestScanFormatWeave)
 testUnrecognize (lp.codehosting.scanner.tests.test_formats.TestScanUnrecognizedFormat)
 test_auto_merge_proposals_not_merged_proposal (lp.codehosting.scanner.tests.test_mergedetection.TestAutoMergeDetectionForMergeProposals)
 test_auto_merge_proposals_not_merged_with_updated_source (lp.codehosting.scanner.tests.test_mergedetection.TestAutoMergeDetectionForMergeProposals)
 test_auto_merge_proposals_real_merge (lp.codehosting.scanner.tests.test_mergedetection.TestAutoMergeDetectionForMergeProposals)
 test_auto_merge_proposals_real_merge_target_scanned_first (lp.codehosting.scanner.tests.test_mergedetection.TestAutoMergeDetectionForMergeProposals)
 test_auto_merge_proposals_rejected_proposal (lp.codehosting.scanner.tests.test_mergedetection.TestAutoMergeDetectionForMergeProposals)
 test_auto_merge_proposals_rejected_proposal_target_scanned_first (lp.codehosting.scanner.tests.test_mergedetection.TestAutoMergeDetectionForMergeProposals)
 lp.codehosting.scanner.tests.test_mergedetection.TestBranchMergeDetectionHandler.test_mergeOfTwoBranches_source_series_branch
 lp.codehosting.scanner.tests.test_mergedetection.TestBranchMergeDetectionHandler.test_mergeOfTwoBranches_target_dev_focus
 lp.codehosting.scanner.tests.test_mergedetection.TestBranchMergeDetectionHandler.test_mergeOfTwoBranches_target_not_dev_focus
 lp.codehosting.scanner.tests.test_mergedetection.TestBranchMergeDetectionHandler.test_mergeProposalMergeDetected
 lp.codehosting.scanner.tests.test_mergedetection.TestBranchMergeDetectionHandler.test_mergeProposalMergeDetected_not_series
 lp.codehosting.scanner.tests.test_mergedetection.TestMergeDetection.test_branch_tip_in_ancestry
 lp.codehosting.scanner.tests.test_mergedetection.TestMergeDetection.test_branch_tip_in_ancestry_status_merged
 lp.codehosting.scanner.tests.test_mergedetection.TestMergeDetection.test_other_branch_same_tip_revision_not_emitted
 lp.codehosting.scanner.tests.test_mergedetection.TestMergeDetection.test_other_branch_with_NULL_REVISION_last_scanned_id
 lp.codehosting.scanner.tests.test_mergedetection.TestMergeDetection.test_other_branch_with_no_last_scanned_id
 lp.codehosting.scanner.tests.test_mergedetection.TestMergeDetection.test_own_branch_not_emitted
 lp.codehosting.tests.test_jobs.TestRevisionMailJob.test_runJob_generates_diff
 lib/lp/coop/answersbugs/tests/notifications-linked-bug.txt
 lib/lp/coop/answersbugs/tests/notifications-linked-bug.txt
 lp.registry.browser.tests.test_person_view.TestPersonView.test_karma_category_sort
 test_failure_propagation (lp.registry.tests.test_distributionmirror_prober.TestArchiveMirrorProberCallbacks)
 test_mirrorseries_creation_and_deletion (lp.registry.tests.test_distributionmirror_prober.TestArchiveMirrorProberCallbacks)
 test_expected_failures_are_ignored (lp.registry.tests.test_distributionmirror_prober.TestMirrorCDImageProberCallbacks)
 test_mirrorcdimageseries_creation_and_deletion (lp.registry.tests.test_distributionmirror_prober.TestMirrorCDImageProberCallbacks)
 test_unexpected_failures_are_logged_but_not_raised (lp.registry.tests.test_distributionmirror_prober.TestMirrorCDImageProberCallbacks)
 test_MirrorCDImageSeries_records_are_deleted_before_probing (lp.registry.tests.test_distributionmirror_prober.TestProbeFunctionSemaphores)
 test_archive_mirror_probe_function (lp.registry.tests.test_distributionmirror_prober.TestProbeFunctionSemaphores)
 test_cdimage_mirror_probe_function (lp.registry.tests.test_distributionmirror_prober.TestProbeFunctionSemaphores)
 lp.registry.tests.test_distributionsourcepackage.TestDistributionSourcePackageFindRelatedArchives.test_development_version
 lp.registry.tests.test_distributionsourcepackage.TestDistributionSourcePackageFindRelatedArchives.test_development_version_no_current_series
 lp.registry.tests.test_distributionsourcepackage.TestDistributionSourcePackageFindRelatedArchives.test_does_not_include_copied_packages
 lp.registry.tests.test_distributionsourcepackage.TestDistributionSourcePackageFindRelatedArchives.test_order_by_soyuz_package_karma
 lp.registry.tests.test_distributionsourcepackage.TestDistributionSourcePackageFindRelatedArchives.test_require_package_karma
 lib/lp/registry/tests/../doc/distribution-sourcepackage.txt
 lib/lp/registry/tests/../doc/karmacache.txt
 lib/lp/registry/tests/../doc/sourceforge-remote-products.txt
 lib/lp/registry/tests/../doc/standing.txt
 test_listteammembers_default_list (lp.registry.tests.test_listteammembers.ListTeamMembersTestCase)
 test_listteammembers_email_only (lp.registry.tests.test_listteammembers.ListTeamMembersTestCase)
 test_listteammembers_full_details (lp.registry.tests.test_listteammembers.ListTeamMembersTestCase)
 test_listteammembers_sshkeys (lp.registry.tests.test_listteammembers.ListTeamMembersTestCase)
 test_listteammembers_unknown_team (lp.registry.tests.test_listteammembers.ListTeamMembersTestCase)
 testDistributionTable (lp.registry.tests.test_pillarname_triggers.PillarNameTriggersTestCase)
 testProductTable (lp.registry.tests.test_pillarname_triggers.PillarNameTriggersTestCase)
 testProjectTable (lp.registry.tests.test_pillarname_triggers.PillarNameTriggersTestCase)
 test_getFilters (lp.registry.tests.test_prf_finder.GetFiltersTestCase)
 test_handleRelease (lp.registry.tests.test_prf_finder.HandleReleaseTestCase)
 test_handleReleaseTwice (lp.registry.tests.test_prf_finder.HandleReleaseTestCase)
 test_handleReleaseUnableToParseVersion (lp.registry.tests.test_prf_finder.HandleReleaseTestCase)
 test_handleReleaseWithExistingRelease (lp.registry.tests.test_prf_finder.HandleReleaseTestCase)
 test (lp.registry.tests.test_ro_user.RoUserTestCase)
 test_basic (lp.registry.tests.test_update_stats.UpdateStatsTest)
 test_disabled_template (lp.registry.tests.test_update_stats.UpdateTranslationStatsTest)
 test_english (lp.registry.tests.test_update_stats.UpdateTranslationStatsTest)
 lp.services.apachelogparser.tests.test_apachelogparser.TestParsedFilesDetection.test_completely_parsed_file
 lp.services.apachelogparser.tests.test_apachelogparser.TestParsedFilesDetection.test_different_files_with_same_name
 lp.services.apachelogparser.tests.test_apachelogparser.TestParsedFilesDetection.test_gzipped_file
 lp.services.apachelogparser.tests.test_apachelogparser.TestParsedFilesDetection.test_not_parsed_file
 lp.services.apachelogparser.tests.test_apachelogparser.TestParsedFilesDetection.test_parsed_file_with_new_content
 lp.services.apachelogparser.tests.test_apachelogparser.Test_create_or_update_parsedlog_entry.test_creation_of_new_entries
 lp.services.apachelogparser.tests.test_apachelogparser.Test_create_or_update_parsedlog_entry.test_update_of_existing_entries
 lp.services.database.tests.test_precache.PrecacheTestCase.test_any
 lp.services.database.tests.test_precache.PrecacheTestCase.test_cache_populated
 lp.services.database.tests.test_precache.PrecacheTestCase.test_config
 lp.services.database.tests.test_precache.PrecacheTestCase.test_config_returnvalue
 lp.services.database.tests.test_precache.PrecacheTestCase.test_copy
 lp.services.database.tests.test_precache.PrecacheTestCase.test_count
 lp.services.database.tests.test_precache.PrecacheTestCase.test_first
 lp.services.database.tests.test_precache.PrecacheTestCase.test_one
 lp.services.database.tests.test_precache.PrecacheTestCase.test_order_by
 lp.services.database.tests.test_precache.PrecacheTestCase.test_slice
 lp.services.job.tests.test_job.TestJob.test_complete
 lp.services.job.tests.test_job.TestJob.test_complete_when_completed_is_invalid
 lp.services.job.tests.test_job.TestJob.test_complete_when_failed_is_invalid
 lp.services.job.tests.test_job.TestJob.test_complete_when_waiting_is_invalid
 lp.services.job.tests.test_job.TestJob.test_default_status
 lp.services.job.tests.test_job.TestJob.test_fail
 lp.services.job.tests.test_job.TestJob.test_fail_when_completed_is_invalid
 lp.services.job.tests.test_job.TestJob.test_fail_when_failed_is_invalid
 lp.services.job.tests.test_job.TestJob.test_fail_when_waiting_is_invalid
 lp.services.job.tests.test_job.TestJob.test_implements_IJob
 lp.services.job.tests.test_job.TestJob.test_queue
 lp.services.job.tests.test_job.TestJob.test_queue_when_completed_is_invalid
 lp.services.job.tests.test_job.TestJob.test_queue_when_failed_is_invalid
 lp.services.job.tests.test_job.TestJob.test_queue_when_waiting_is_invalid
 lp.services.job.tests.test_job.TestJob.test_start
 lp.services.job.tests.test_job.TestJob.test_start_increments_attempt_count
 lp.services.job.tests.test_job.TestJob.test_start_when_completed_is_invalid
 lp.services.job.tests.test_job.TestJob.test_start_when_failed_is_invalid
 lp.services.job.tests.test_job.TestJob.test_start_when_running_is_invalid
 lp.services.job.tests.test_job.TestReadiness.test_acquireHeldLease
 lp.services.job.tests.test_job.TestReadiness.test_acquireLease
 lp.services.job.tests.test_job.TestReadiness.test_acquireStaleLease
 lp.services.job.tests.test_job.TestReadiness.test_ready_jobs
 lp.services.job.tests.test_job.TestReadiness.test_ready_jobs_lease_expired
 lp.services.job.tests.test_job.TestReadiness.test_ready_jobs_lease_in_future
 lp.services.job.tests.test_job.TestReadiness.test_ready_jobs_not_jobs_scheduled_in_future
 lp.services.job.tests.test_job.TestReadiness.test_ready_jobs_started
 lp.services.job.tests.test_runner.TestJobRunner.test_runAll
 lp.services.job.tests.test_runner.TestJobRunner.test_runAll_aborts_transaction_on_error
 lp.services.job.tests.test_runner.TestJobRunner.test_runAll_mails_oopses
 lp.services.job.tests.test_runner.TestJobRunner.test_runAll_mails_user_errors
 lp.services.job.tests.test_runner.TestJobRunner.test_runAll_reports_oopses
 lp.services.job.tests.test_runner.TestJobRunner.test_runAll_requires_IRunnable
 lp.services.job.tests.test_runner.TestJobRunner.test_runAll_skips_lease_failures
 lp.services.job.tests.test_runner.TestJobRunner.test_runJob
 lp.services.job.tests.test_runner.TestJobRunner.test_runJob_records_failure
 lp.services.mail.tests.test_basemailer.TestBaseMailer.test_generateEmail_adds_attachments
 lp.services.mail.tests.test_basemailer.TestBaseMailer.test_generateEmail_force_no_attachments
 lp.services.mail.tests.test_basemailer.TestBaseMailer.test_generateEmail_sets_envelope_to
 lp.services.mail.tests.test_basemailer.TestBaseMailer.test_generateEmail_uses_getToAddresses
 lp.services.mail.tests.test_basemailer.TestBaseMailer.test_sendall_first_failure_strips_attachments
 lp.services.mail.tests.test_basemailer.TestBaseMailer.test_sendall_single_failure_doesnt_kill_all
 lib/lp/services/scripts/tests/../doc/script-monitoring.txt
 testInitializeFailure (lp.soyuz.scripts.tests.test_archivecruftchecker.TestArchiveCruftChecker)
 testInitializeSuccess (lp.soyuz.scripts.tests.test_archivecruftchecker.TestArchiveCruftChecker)
 testSuiteDistArchive (lp.soyuz.scripts.tests.test_archivecruftchecker.TestArchiveCruftChecker)
 testAllSeries (lp.soyuz.scripts.tests.test_buildd_cronscripts.TestQueueBuilder)
 testCalculateDistroseries (lp.soyuz.scripts.tests.test_buildd_cronscripts.TestQueueBuilder)
 testOtherDistribution (lp.soyuz.scripts.tests.test_buildd_cronscripts.TestQueueBuilder)
 testOtherDistroseries (lp.soyuz.scripts.tests.test_buildd_cronscripts.TestQueueBuilder)
 testRightDistroseries (lp.soyuz.scripts.tests.test_buildd_cronscripts.TestQueueBuilder)
 testRunQueueBuilder (lp.soyuz.scripts.tests.test_buildd_cronscripts.TestQueueBuilder)
 testScoringOnlyDoesNotCreateBuilds (lp.soyuz.scripts.tests.test_buildd_cronscripts.TestQueueBuilder)
 testScoringOnlyWorks (lp.soyuz.scripts.tests.test_buildd_cronscripts.TestQueueBuilder)
 testEmptyRun (lp.soyuz.scripts.tests.test_buildd_cronscripts.TestRetryDepwait)
 testRunRetryDepwait (lp.soyuz.scripts.tests.test_buildd_cronscripts.TestRetryDepwait)
 testUnknownDistribution (lp.soyuz.scripts.tests.test_buildd_cronscripts.TestRetryDepwait)
 testWorkingRun (lp.soyuz.scripts.tests.test_buildd_cronscripts.TestRetryDepwait)
 test_changeoveride_initialize (lp.soyuz.scripts.tests.test_changeoverride.TestChangeOverride)
 test_changeoverride_modes (lp.soyuz.scripts.tests.test_changeoverride.TestChangeOverride)
 test_changeoverride_multiple_targets (lp.soyuz.scripts.tests.test_changeoverride.TestChangeOverride)
 test_changeoverride_no_change (lp.soyuz.scripts.tests.test_changeoverride.TestChangeOverride)
 test_changeoverride_operations (lp.soyuz.scripts.tests.test_changeoverride.TestChangeOverride)
 test_changeoverride_restricted_by_architecture (lp.soyuz.scripts.tests.test_changeoverride.TestChangeOverride)
 test_changeoverride_restricted_by_pocket (lp.soyuz.scripts.tests.test_changeoverride.TestChangeOverride)
 test_changeoverride_restricted_by_version (lp.soyuz.scripts.tests.test_changeoverride.TestChangeOverride)
 test_overrides_with_changed_archive (lp.soyuz.scripts.tests.test_changeoverride.TestChangeOverride)
 test_target_publication_not_found (lp.soyuz.scripts.tests.test_changeoverride.TestChangeOverride)
 test_add_and_get (lp.soyuz.scripts.tests.test_chrootmanager.TestChrootManager)
 test_add_fail (lp.soyuz.scripts.tests.test_chrootmanager.TestChrootManager)
 test_initialize (lp.soyuz.scripts.tests.test_chrootmanager.TestChrootManager)
 test_remove_fail (lp.soyuz.scripts.tests.test_chrootmanager.TestChrootManager)
 test_update_and_remove (lp.soyuz.scripts.tests.test_chrootmanager.TestChrootManager)
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerDifferentArchiveHarness.test_can_copy_binaries_from_binaries_published_as_pending
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerDifferentArchiveHarness.test_can_copy_binaries_from_fullybuilt_and_published
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerDifferentArchiveHarness.test_can_copy_binaries_from_private_archives
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerDifferentArchiveHarness.test_can_copy_only_source_from_FTBFS
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerDifferentArchiveHarness.test_can_copy_only_source_from_binaries_pending_publication
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerDifferentArchiveHarness.test_can_copy_only_source_from_building
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerDifferentArchiveHarness.test_can_copy_only_source_from_fullybuilt_and_published
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerDifferentArchiveHarness.test_can_copy_only_source_from_private_archives
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerDifferentArchiveHarness.test_cannot_copy_binaries_from_FTBFS
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerDifferentArchiveHarness.test_cannot_copy_binaries_from_binaries_pending_publication
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerDifferentArchiveHarness.test_cannot_copy_binaries_from_building
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerSameArchiveHarness.test_can_copy_binaries_from_fullybuilt_and_published
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerSameArchiveHarness.test_can_copy_only_source_from_FTBFS
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerSameArchiveHarness.test_cannot_copy_binaries_from_FTBFS
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerSameArchiveHarness.test_cannot_copy_binaries_from_binaries_pending_publication
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerSameArchiveHarness.test_cannot_copy_binaries_from_binaries_published_as_pending
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerSameArchiveHarness.test_cannot_copy_binaries_from_building
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerSameArchiveHarness.test_cannot_copy_only_source_from_binaries_pending_publication
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerSameArchiveHarness.test_cannot_copy_only_source_from_building
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerSameArchiveHarness.test_cannot_copy_only_source_from_deleted
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerSameArchiveHarness.test_cannot_copy_only_source_from_fullybuilt_and_published
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerTestCase.test_checkCopy_cannot_copy_expired_binaries
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerTestCase.test_checkCopy_forbids_copies_from_other_distributions
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerTestCase.test_checkCopy_identifies_conflicting_copy_candidates
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerTestCase.test_checkCopy_identifies_delayed_copies_conflicts
 lp.soyuz.scripts.tests.test_copypackage.CopyCheckerTestCase.test_checkCopy_suppressing_delayed_copies
 testSimpleRun (lp.soyuz.scripts.tests.test_copypackage.CopyPackageScriptTestCase)
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testBadDistributionDestination
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testBadPPADestination
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testBadSuiteDestination
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testCopyAcrossPPAs
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testCopyAcrossPartner
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testCopyAncestryLookup
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testCopyArchitectureIndependentBinaries
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testCopyAvoidsBinaryConflicts
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testCopyBetweenDistroSeries
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testCopyBetweenPockets
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testCopyClosesBugs
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testCopyCreatesMissingBuilds
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testCopyFromPrivateToPublicPPAs
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testCopySourceAndBinariesFromPPA
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testCopySourceFromPPA
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testCrossPartnerCopiesFails
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testFailIfSameLocations
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testFailIfValidPackageButNotInSpecifiedSuite
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testPpaPartnerInconsistentLocations
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testPropagatingSecurityToUpdates
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testSourceLookupFailure
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testUnembargoSuite
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testUnembargoing
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testVersionConflictInDifferentPockets
 lp.soyuz.scripts.tests.test_copypackage.CopyPackageTestCase.testWillNotCopyTwice
 lp.soyuz.scripts.tests.test_copypackage.DoDelayedCopyTestCase.test_do_delayed_copy_of_partially_built_sources
 lp.soyuz.scripts.tests.test_copypackage.DoDelayedCopyTestCase.test_do_delayed_copy_simple
 lp.soyuz.scripts.tests.test_copypackage.DoDirectCopyTestCase.testCanCopyArchIndependentBinariesBuiltInAnUnsupportedArch
 lp.soyuz.scripts.tests.test_copypackage.UpdateFilesPrivacyTestCase.testUpdateFilesPrivacyDoesNotPrivatizePublicFiles
 lp.soyuz.scripts.tests.test_copypackage.UpdateFilesPrivacyTestCase.testUpdateFilesPrivacyForBinaries
 lp.soyuz.scripts.tests.test_copypackage.UpdateFilesPrivacyTestCase.testUpdateFilesPrivacyForSources
 lp.soyuz.scripts.tests.test_copypackage.UpdateFilesPrivacyTestCase.testUpdateFilesPrivacyOnlyAcceptsPublishingRecords
 testBlacklistingWorks (lp.soyuz.scripts.tests.test_expire_ppa_bins.TestPPABinaryExpiry)
 testDoesNotAffectNonPPA (lp.soyuz.scripts.tests.test_expire_ppa_bins.TestPPABinaryExpiry)
 testDryRun (lp.soyuz.scripts.tests.test_expire_ppa_bins.TestPPABinaryExpiry)
 testExpirationWithDateOverThreshold (lp.soyuz.scripts.tests.test_expire_ppa_bins.TestPPABinaryExpiry)
 testNoExpirationWithDateOverThresholdAndOtherPubOverThreshold (lp.soyuz.scripts.tests.test_expire_ppa_bins.TestPPABinaryExpiry)
 testNoExpirationWithDateOverThresholdAndOtherPubUnderThreshold (lp.soyuz.scripts.tests.test_expire_ppa_bins.TestPPABinaryExpiry)
 testNoExpirationWithDateOverThresholdAndOtherValidPublication (lp.soyuz.scripts.tests.test_expire_ppa_bins.TestPPABinaryExpiry)
 testNoExpirationWithDateUnderThreshold (lp.soyuz.scripts.tests.test_expire_ppa_bins.TestPPABinaryExpiry)
 testNoExpirationWithNoDateremoved (lp.soyuz.scripts.tests.test_expire_ppa_bins.TestPPABinaryExpiry)
 testPrivatePPAsNotExpired (lp.soyuz.scripts.tests.test_expire_ppa_bins.TestPPABinaryExpiry)
 testActionsWithDefinedSuite (lp.soyuz.scripts.tests.test_lpquerydistro.TestLpQueryDistro)
 testActionsWithUndefinedSuite (lp.soyuz.scripts.tests.test_lpquerydistro.TestLpQueryDistro)
 testDefaultContextLocation (lp.soyuz.scripts.tests.test_lpquerydistro.TestLpQueryDistro)
 testDevelopmentAndFrozenDistroSeries (lp.soyuz.scripts.tests.test_lpquerydistro.TestLpQueryDistro)
 testLocationFailures (lp.soyuz.scripts.tests.test_lpquerydistro.TestLpQueryDistro)
 testMissingAction (lp.soyuz.scripts.tests.test_lpquerydistro.TestLpQueryDistro)
 testSuccessfullyAction (lp.soyuz.scripts.tests.test_lpquerydistro.TestLpQueryDistro)
 testUnexpectedArgument (lp.soyuz.scripts.tests.test_lpquerydistro.TestLpQueryDistro)
 testUnknownAction (lp.soyuz.scripts.tests.test_lpquerydistro.TestLpQueryDistro)
 testNonObsoleteDistroseries (lp.soyuz.scripts.tests.test_obsoletedistroseries.TestObsoleteDistroseries)
 testNothingToDoCase (lp.soyuz.scripts.tests.test_obsoletedistroseries.TestObsoleteDistroseries)
 testObsoleteDistroseriesWorks (lp.soyuz.scripts.tests.test_obsoletedistroseries.TestObsoleteDistroseries)
 testSimpleRun (lp.soyuz.scripts.tests.test_obsoletedistroseries.TestObsoleteDistroseriesScript)
 lp.soyuz.scripts.tests.test_populatearchive.TestPopulateArchiveScript.testArchWithoutBuilds
 lp.soyuz.scripts.tests.test_populatearchive.TestPopulateArchiveScript.testArchiveNameClash
 lp.soyuz.scripts.tests.test_populatearchive.TestPopulateArchiveScript.testCopyArchiveCreation
 lp.soyuz.scripts.tests.test_populatearchive.TestPopulateArchiveScript.testCopyFromPPA
 lp.soyuz.scripts.tests.test_populatearchive.TestPopulateArchiveScript.testDisabledDestinationArchive
 lp.soyuz.scripts.tests.test_populatearchive.TestPopulateArchiveScript.testFamiliesForExistingArchives
 lp.soyuz.scripts.tests.test_populatearchive.TestPopulateArchiveScript.testInvalidCopyArchiveName
 lp.soyuz.scripts.tests.test_populatearchive.TestPopulateArchiveScript.testInvalidOriginArchiveName
 lp.soyuz.scripts.tests.test_populatearchive.TestPopulateArchiveScript.testInvalidProcessorFamilyName
 lp.soyuz.scripts.tests.test_populatearchive.TestPopulateArchiveScript.testInvalidSuite
 lp.soyuz.scripts.tests.test_populatearchive.TestPopulateArchiveScript.testInvalidUserName
 lp.soyuz.scripts.tests.test_populatearchive.TestPopulateArchiveScript.testMergeCopy
 lp.soyuz.scripts.tests.test_populatearchive.TestPopulateArchiveScript.testMergecopyToMissingArchive
 lp.soyuz.scripts.tests.test_populatearchive.TestPopulateArchiveScript.testMissingCreationReason
 lp.soyuz.scripts.tests.test_populatearchive.TestPopulateArchiveScript.testMissingProcessorFamily
 lp.soyuz.scripts.tests.test_populatearchive.TestPopulateArchiveScript.testMultipleArchTags
 lp.soyuz.scripts.tests.test_populatearchive.TestPopulateArchiveScript.testPackagesetDelta
 lp.soyuz.scripts.tests.test_populatearchive.TestPopulateArchiveScript.testPrivateOriginArchive
 lp.soyuz.scripts.tests.test_populatearchive.TestPopulateArchiveScript.testUnknownOriginArchive
 lp.soyuz.scripts.tests.test_populatearchive.TestPopulateArchiveScript.testUnknownOriginPPA
 lp.soyuz.scripts.tests.test_ppakeygenerator.TestPPAKeyGenerator.testGenerateKeyForASinglePPA
 lp.soyuz.scripts.tests.test_ppakeygenerator.TestPPAKeyGenerator.testGenerateKeyForAllPPA
 lp.soyuz.scripts.tests.test_ppakeygenerator.TestPPAKeyGenerator.testPPAAlreadyHasSigningKey
 lp.soyuz.scripts.tests.test_ppakeygenerator.TestPPAKeyGenerator.testPersonHasNoPPA
 lp.soyuz.scripts.tests.test_ppakeygenerator.TestPPAKeyGenerator.testPersonNotFound
 testDeniedOptionCombination (lp.soyuz.scripts.tests.test_ppareport.TestPPAReport)
 testDiskReportsBlockedWithoutDiskAccess (lp.soyuz.scripts.tests.test_ppareport.TestPPAReport)
 testGetActivePPAs (lp.soyuz.scripts.tests.test_ppareport.TestPPAReport)
 testMissingRepos (lp.soyuz.scripts.tests.test_ppareport.TestPPAReport)
 testOrphanRepos (lp.soyuz.scripts.tests.test_ppareport.TestPPAReport)
 testOutput (lp.soyuz.scripts.tests.test_ppareport.TestPPAReport)
 testOverQuota (lp.soyuz.scripts.tests.test_ppareport.TestPPAReport)
 testRunMain (lp.soyuz.scripts.tests.test_ppareport.TestPPAReport)
 testUserEmails (lp.soyuz.scripts.tests.test_ppareport.TestPPAReport)
 testDryRun (lp.soyuz.scripts.tests.test_processdeathrow.TestProcessDeathRow)
 testPPARun (lp.soyuz.scripts.tests.test_processdeathrow.TestProcessDeathRow)
 testWetRun (lp.soyuz.scripts.tests.test_processdeathrow.TestProcessDeathRow)
 testLimitedRun (lp.soyuz.scripts.tests.test_processpendingpackagediffs.TestProcessPendingPackageDiffsScript)
 testSimpleRun (lp.soyuz.scripts.tests.test_processpendingpackagediffs.TestProcessPendingPackageDiffsScript)
 testSimpleScriptRun (lp.soyuz.scripts.tests.test_processpendingpackagediffs.TestProcessPendingPackageDiffsScript)
 testSimpleRun (lp.soyuz.scripts.tests.test_processupload.TestProcessUpload)
 testTopLevelLockFile (lp.soyuz.scripts.tests.test_processupload.TestProcessUpload)
 testDirtyPocketProcessing (lp.soyuz.scripts.tests.test_publishdistro.TestPublishDistro)
 testDistsrootOverridePartnerArchive (lp.soyuz.scripts.tests.test_publishdistro.TestPublishDistro)
 testDistsrootOverridePrimaryArchive (lp.soyuz.scripts.tests.test_publishdistro.TestPublishDistro)
 testExclusiveOptions (lp.soyuz.scripts.tests.test_publishdistro.TestPublishDistro)
 testForPPA (lp.soyuz.scripts.tests.test_publishdistro.TestPublishDistro)
 testForPrivatePPA (lp.soyuz.scripts.tests.test_publishdistro.TestPublishDistro)
 testPublishDistroRun (lp.soyuz.scripts.tests.test_publishdistro.TestPublishDistro)
 testPublishPrimaryDebug (lp.soyuz.scripts.tests.test_publishdistro.TestPublishDistro)
 testRunWithEmptySuites (lp.soyuz.scripts.tests.test_publishdistro.TestPublishDistro)
 testRunWithSuite (lp.soyuz.scripts.tests.test_publishdistro.TestPublishDistro)
 testAcceptActionWithMultipleIDs (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testAcceptanceWorkflowForDuplications (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testAcceptingBinaryDoesntGenerateEmail (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testAcceptingSourceClosesBug (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testAcceptingSourceCreateBuilds (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testAcceptingSourceGeneratesEmail (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testBrokenAction (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testHelpAction (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testInfoAction (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testInfoActionByID (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testInfoActionByName (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testInfoActionDoesNotSupportWildCards (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testOverrideBinary (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testOverrideBinaryWithArchiveChange (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testOverrideSource (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testOverrideSourceWithArchiveChange (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testOverrideSourceWithNonexistentArchiveChange (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testOverridingMulipleBinariesFromSameBuild (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testQueueDoesNotAnnounceBackports (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testQueueDoesNotSendAnyEmailsForTranslations (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testQueueSupportForSuiteNames (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testRejectBinarySendsEmail (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testRejectLangpackSendsNoEmail (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testRejectSourceSendsEmail (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testRejectWithMultipleIDs (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testRemovedPublishRecordDoesNotAffectQueueNewness (lp.soyuz.scripts.tests.test_queue.TestQueueTool)
 testFetchActionByIDDoNotOverwriteFilesystem (lp.soyuz.scripts.tests.test_queue.TestQueueToolInJail)
 testFetchActionByNameDoNotOverwriteFilesystem (lp.soyuz.scripts.tests.test_queue.TestQueueToolInJail)
 testFetchActionRaisesErrorIfDifferentFileAlreadyFetched (lp.soyuz.scripts.tests.test_queue.TestQueueToolInJail)
 testFetchMultipleItems (lp.soyuz.scripts.tests.test_queue.TestQueueToolInJail)
 testQueueFetch (lp.soyuz.scripts.tests.test_queue.TestQueueToolInJail)
 testPackageNameNotGiven (lp.soyuz.scripts.tests.test_removepackage.TestPackageRemover)
 testRemovalCommentNotGiven (lp.soyuz.scripts.tests.test_removepackage.TestPackageRemover)
 testRemoveBinaryOnly (lp.soyuz.scripts.tests.test_removepackage.TestPackageRemover)
 testRemoveBinaryOnlySpecificArch (lp.soyuz.scripts.tests.test_removepackage.TestPackageRemover)
 testRemoveComponentFilter (lp.soyuz.scripts.tests.test_removepackage.TestPackageRemover)
 testRemoveComponentFilterError (lp.soyuz.scripts.tests.test_removepackage.TestPackageRemover)
 testRemoveFromPPA (lp.soyuz.scripts.tests.test_removepackage.TestPackageRemover)
 testRemoveFromPartner (lp.soyuz.scripts.tests.test_removepackage.TestPackageRemover)
 testRemoveMultiplePackages (lp.soyuz.scripts.tests.test_removepackage.TestPackageRemover)
 testRemoveSourceAndBinaries (lp.soyuz.scripts.tests.test_removepackage.TestPackageRemover)
 testRemoveSourceOnly (lp.soyuz.scripts.tests.test_removepackage.TestPackageRemover)
 testUnknownRemover (lp.soyuz.scripts.tests.test_removepackage.TestPackageRemover)
 testSimpleRun (lp.soyuz.scripts.tests.test_removepackage.TestRemovePackageScript)
 testFindLatestPublishedBinariesCheckComponent (lp.soyuz.scripts.tests.test_soyuzscript.TestSoyuzScript)
 testFindLatestPublishedBinariesInPARTNER (lp.soyuz.scripts.tests.test_soyuzscript.TestSoyuzScript)
 testFindLatestPublishedBinariesInPPA (lp.soyuz.scripts.tests.test_soyuzscript.TestSoyuzScript)
 testFindLatestPublishedBinariesInPRIMARY (lp.soyuz.scripts.tests.test_soyuzscript.TestSoyuzScript)
 testFindLatestPublishedBinariesWithSpecificVersion (lp.soyuz.scripts.tests.test_soyuzscript.TestSoyuzScript)
 testFindLatestPublishedSourceAndCheckComponent (lp.soyuz.scripts.tests.test_soyuzscript.TestSoyuzScript)
 testFindLatestPublishedSourceInPARTNER (lp.soyuz.scripts.tests.test_soyuzscript.TestSoyuzScript)
 testFindLatestPublishedSourceInPPA (lp.soyuz.scripts.tests.test_soyuzscript.TestSoyuzScript)
 testFindLatestPublishedSourceInPRIMARY (lp.soyuz.scripts.tests.test_soyuzscript.TestSoyuzScript)
 testFindLatestPublishedSourceWithSpecificVersion (lp.soyuz.scripts.tests.test_soyuzscript.TestSoyuzScript)
 testFinishProcedure (lp.soyuz.scripts.tests.test_soyuzscript.TestSoyuzScript)
 testCheckDownloadedFilesOK (lp.soyuz.scripts.tests.test_sync_source.TestSyncSource)
 testCheckDownloadedFilesWrongMD5 (lp.soyuz.scripts.tests.test_sync_source.TestSyncSource)
 testCheckDownloadedFilesWrongSize (lp.soyuz.scripts.tests.test_sync_source.TestSyncSource)
 testFetchLibrarianFilesGotDuplicatedDSC (lp.soyuz.scripts.tests.test_sync_source.TestSyncSource)
 testFetchLibrarianFilesOK (lp.soyuz.scripts.tests.test_sync_source.TestSyncSource)
 testFetchSyncFiles (lp.soyuz.scripts.tests.test_sync_source.TestSyncSource)
 testInstantiate (lp.soyuz.scripts.tests.test_sync_source.TestSyncSource)
 testSyncSourceMD5Sum (lp.soyuz.scripts.tests.test_sync_source.TestSyncSource)
 testSyncSourceRun (lp.soyuz.scripts.tests.test_sync_source.TestSyncSourceScript)
 lp.soyuz.tests.test_archive.TestArchiveRepositorySize.test_binaries_size_does_not_include_ddebs_for_ppas
 lp.soyuz.tests.test_archive.TestArchiveRepositorySize.test_binaries_size_includes_ddebs_for_other_archives
 lp.soyuz.tests.test_archive.TestArchiveRepositorySize.test_sources_size_does_not_count_duplicated_files
 lp.soyuz.tests.test_archive.TestArchiveRepositorySize.test_sources_size_on_empty_archive
 lp.soyuz.tests.test_archive.TestGetPublicationsInArchive.testEmptyListOfArchives
 lp.soyuz.tests.test_archive.TestGetPublicationsInArchive.testPubsForSpecificDistro
 lp.soyuz.tests.test_archive.TestGetPublicationsInArchive.testReturnsAllPublishedPublications
 lp.soyuz.tests.test_archive.TestGetPublicationsInArchive.testReturnsOnlyPublicationsForGivenArchives
 lp.soyuz.tests.test_archive.TestGetPublicationsInArchive.testReturnsOnlyPublishedPublications
 lp.soyuz.tests.test_archive.TestGetSourcePackageReleases.test_getSourcePackageReleases_with_buildstatus
 lp.soyuz.tests.test_archive.TestGetSourcePackageReleases.test_getSourcePackageReleases_with_no_params
 lp.soyuz.tests.test_archive.TestSeriesWithSources.test_series_with_sources_ignore_non_published_records
 lp.soyuz.tests.test_archive.TestSeriesWithSources.test_series_with_sources_ordered_by_version
 lp.soyuz.tests.test_archive.TestSeriesWithSources.test_series_with_sources_returns_all_series
 lp.soyuz.tests.test_build.TestBuildSetGetBuildsForArchive.test_getBuildsForArchive_by_arch_tag
 lp.soyuz.tests.test_build.TestBuildSetGetBuildsForArchive.test_getBuildsForArchive_no_params
 lp.soyuz.tests.test_build.TestBuildSetGetBuildsForBuilder.test_getBuildsForBuilder_by_arch_tag
 lp.soyuz.tests.test_build.TestBuildSetGetBuildsForBuilder.test_getBuildsForBuilder_no_params
 lp.soyuz.tests.test_build.TestBuildUpdateDependencies.testBug378828
 lp.soyuz.tests.test_build.TestBuildUpdateDependencies.testInvalidDependencies
 lp.soyuz.tests.test_build.TestBuildUpdateDependencies.testUpdateDependenciesWorks
 lp.soyuz.tests.test_builder.TestFindBuildCandidateDistroArchive.test_findBuildCandidate_for_non_ppa
 lp.soyuz.tests.test_builder.TestFindBuildCandidatePPA.test_findBuildCandidate_first_build_finished
 lp.soyuz.tests.test_builder.TestFindBuildCandidatePPA.test_findBuildCandidate_first_build_started
 lp.soyuz.tests.test_builder.TestFindBuildCandidatePPA.test_findBuildCandidate_for_private_ppa
 lib/lp/soyuz/tests/../doc/build-estimated-dispatch-time.txt
 lib/lp/soyuz/tests/../doc/build-notification.txt
 lib/lp/soyuz/tests/../doc/buildd-scoring.txt
 lib/lp/soyuz/tests/../doc/buildd-slave.txt

Failure in test lib/lp/soyuz/tests/../doc/buildd-slave.txt
Failed doctest test for buildd-slave.txt
  File "lib/lp/soyuz/tests/../doc/buildd-slave.txt", line 0

----------------------------------------------------------------------
File "lib/lp/soyuz/tests/../doc/buildd-slave.txt", line 102, in buildd-slave.txt
Failed example:
    s.info()
Differences (ndiff with -expected +actual):
      Traceback (most recent call last):
    - ...
    +   File "/home/barry/projects/launchpad/eggs/zope.testing-3.8.1-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
    +     compileflags, 1) in test.globs
    +   File "<doctest buildd-slave.txt[line 102, example 38]>", line 1, in <module>
    +   File "/usr/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    +     return self.__send(self.__name, args)
    +   File "/usr/lib/python2.6/xmlrpclib.py", line 1489, in __request
    +     verbose=self.__verbose
    +   File "/usr/lib/python2.6/xmlrpclib.py", line 1235, in request
    +     self.send_content(h, request_body)
    +   File "/usr/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    +     connection.endheaders()
    +   File "/usr/lib/python2.6/httplib.py", line 892, in endheaders
    +     self._send_output()
    +   File "/usr/lib/python2.6/httplib.py", line 764, in _send_output
    +     self.send(msg)
    +   File "/usr/lib/python2.6/httplib.py", line 723, in send
    +     self.connect()
    +   File "/usr/lib/python2.6/httplib.py", line 704, in connect
    +     self.timeout)
    +   File "/usr/lib/python2.6/socket.py", line 514, in create_connection
    +     raise error, msg
    - error: (111, 'Connection refused')
    ?        ^   ^^^                  --
    + error: [Errno 111] Connection refused
    ?        ^^^^^^^   ^^


 lib/lp/soyuz/tests/../doc/buildd-slavescanner.txt
 lib/lp/soyuz/tests/../doc/closing-bugs-from-changelogs.txt
 lib/lp/soyuz/tests/../doc/closing-bugs-from-changelogs.txt
 lib/lp/soyuz/tests/../doc/distroarchseriesbinarypackage.txt
 lib/lp/soyuz/tests/../doc/manage-chroot.txt

Failure in test lib/lp/soyuz/tests/../doc/manage-chroot.txt
Failed doctest test for manage-chroot.txt
  File "lib/lp/soyuz/tests/../doc/manage-chroot.txt", line 0

----------------------------------------------------------------------
File "lib/lp/soyuz/tests/../doc/manage-chroot.txt", line 189, in manage-chroot.txt
Failed example:
    try:
         manage_chroot.mainTask()
    except SoyuzScriptError, info:
        print info
    else:
        print "Did not get expected exception"
Differences (ndiff with -expected +actual):
    - DEBUG   Initialising ChrootManager for 'The Hoary Hedgehog Release for i386 (x86)'
    ?      --
    + DEBUG Initialising ChrootManager for 'The Hoary Hedgehog Release for i386 (x86)'
    - Librarian upload failed: [...]: (111, 'Connection refused')
    ?                           ^^^   ^   ^^^                  --
    + Librarian upload failed: [localhost:58382]: [Errno 111] Connection refused
    ?                           ^^^^^^^^^^^^^^^   ^^^^^^^   ^^


 lib/lp/soyuz/tests/../doc/nascentupload.txt
 lib/lp/soyuz/tests/../doc/package-cache.txt
 lib/lp/soyuz/tests/../doc/publishing.txt
 lib/lp/soyuz/tests/../doc/sourcepackagerelease-build-lookup.txt
 lib/lp/soyuz/tests/../doc/soyuz-set-of-uploads.txt
 lp.soyuz.tests.test_hasbuildrecords.TestArchiveHasBuildRecords.testProvidesHasBuildRecords
 lp.soyuz.tests.test_hasbuildrecords.TestArchiveHasBuildRecords.test_getBuildRecords_by_arch_tag
 lp.soyuz.tests.test_hasbuildrecords.TestArchiveHasBuildRecords.test_getBuildRecords_no_archs
 lp.soyuz.tests.test_hasbuildrecords.TestBuilderHasBuildRecords.testProvidesHasBuildRecords
 lp.soyuz.tests.test_hasbuildrecords.TestBuilderHasBuildRecords.test_getBuildRecords_by_arch_tag
 lp.soyuz.tests.test_hasbuildrecords.TestBuilderHasBuildRecords.test_getBuildRecords_no_archs
 lp.soyuz.tests.test_hasbuildrecords.TestDistroArchSeriesHasBuildRecords.testProvidesHasBuildRecords
 lp.soyuz.tests.test_hasbuildrecords.TestDistroArchSeriesHasBuildRecords.test_getBuildRecords_by_arch_tag
 lp.soyuz.tests.test_hasbuildrecords.TestDistroArchSeriesHasBuildRecords.test_getBuildRecords_no_archs
 lp.soyuz.tests.test_hasbuildrecords.TestDistroSeriesHasBuildRecords.testProvidesHasBuildRecords
 lp.soyuz.tests.test_hasbuildrecords.TestDistroSeriesHasBuildRecords.test_getBuildRecords_by_arch_tag
 lp.soyuz.tests.test_hasbuildrecords.TestDistroSeriesHasBuildRecords.test_getBuildRecords_no_archs
 lp.soyuz.tests.test_hasbuildrecords.TestHasBuildRecordsInterface.testProvidesHasBuildRecords
 lp.soyuz.tests.test_hasbuildrecords.TestHasBuildRecordsInterface.test_getBuildRecords_by_arch_tag
 lp.soyuz.tests.test_hasbuildrecords.TestHasBuildRecordsInterface.test_getBuildRecords_no_archs
 lp.soyuz.tests.test_hasbuildrecords.TestSourcePackageHasBuildRecords.testProvidesHasBuildRecords
 lp.soyuz.tests.test_hasbuildrecords.TestSourcePackageHasBuildRecords.test_getBuildRecords_by_arch_tag
 lp.soyuz.tests.test_hasbuildrecords.TestSourcePackageHasBuildRecords.test_getBuildRecords_no_archs
 lp.soyuz.tests.test_packageupload.PackageUploadTestCase.test_acceptFromCopy_refuses_empty_copies
 lp.soyuz.tests.test_packageupload.PackageUploadTestCase.test_acceptFromQueue_refuses_delayed_copies
 lp.soyuz.tests.test_packageupload.PackageUploadTestCase.test_acceptFromUpload_refuses_delayed_copies
 lp.soyuz.tests.test_packageupload.PackageUploadTestCase.test_realiseUpload_for_delayed_copies
 lp.soyuz.tests.test_packageupload.PackageUploadTestCase.test_realiseUpload_for_source_only_delayed_copies
 testBinaryStanza (lp.soyuz.tests.test_publish_archive_indexes.TestNativeArchiveIndexes)
 testBinaryStanzaDescription (lp.soyuz.tests.test_publish_archive_indexes.TestNativeArchiveIndexes)
 testBinaryStanzaWithNonAscii (lp.soyuz.tests.test_publish_archive_indexes.TestNativeArchiveIndexes)
 testSourceStanza (lp.soyuz.tests.test_publish_archive_indexes.TestNativeArchiveIndexes)
 test_getIndexStanza_binary_stanza (lp.soyuz.tests.test_publish_archive_indexes.TestNativeArchiveIndexesReparsing)
 test_getIndexStanza_source_stanza (lp.soyuz.tests.test_publish_archive_indexes.TestNativeArchiveIndexesReparsing)
 test_getIndexStanza_with_correct_dsc_binaries (lp.soyuz.tests.test_publish_archive_indexes.TestNativeArchiveIndexesReparsing)
 test_getIndexStanza_with_corrupt_dsc_binaries (lp.soyuz.tests.test_publish_archive_indexes.TestNativeArchiveIndexesReparsing)
 lp.soyuz.tests.test_publishing.OverrideFromAncestryTestCase.test_overrideFromAncestry_fallback_to_binary_component
 lp.soyuz.tests.test_publishing.OverrideFromAncestryTestCase.test_overrideFromAncestry_fallback_to_source_component
 lp.soyuz.tests.test_publishing.OverrideFromAncestryTestCase.test_overrideFromAncestry_follow_ancestry_binary_component
 lp.soyuz.tests.test_publishing.OverrideFromAncestryTestCase.test_overrideFromAncestry_follow_ancestry_source_component
 lp.soyuz.tests.test_publishing.OverrideFromAncestryTestCase.test_overrideFromAncestry_only_works_for_pending_records
 testPublishInAnotherArchive (lp.soyuz.tests.test_publishing.TestNativePublishing)
 testPublishingAlreadyInPool (lp.soyuz.tests.test_publishing.TestNativePublishing)
 testPublishingDifferentContents (lp.soyuz.tests.test_publishing.TestNativePublishing)
 testPublishingOverwriteFileInPool (lp.soyuz.tests.test_publishing.TestNativePublishing)
 testPublishingSymlink (lp.soyuz.tests.test_publishing.TestNativePublishing)
 test_publish_binaries (lp.soyuz.tests.test_publishing.TestNativePublishing)
 test_publish_ddeb_for_ppas (lp.soyuz.tests.test_publishing.TestNativePublishing)
 test_publish_source (lp.soyuz.tests.test_publishing.TestNativePublishing)
 lp.soyuz.tests.test_publishing_models.TestPublishingSet.test_getUnpublishedBuildsForSources_none_published
 lp.soyuz.tests.test_publishing_models.TestPublishingSet.test_getUnpublishedBuildsForSources_one_published
 lp.soyuz.tests.test_publishing_models.TestPublishingSet.test_getUnpublishedBuildsForSources_with_cruft
 testPublicationLookUpForFrozenDistroArchSeries (lp.soyuz.tests.test_publishing_top_level_api.TestICanPublishPackagesAPI)
 testPublicationLookUpForFrozenDistroSeries (lp.soyuz.tests.test_publishing_top_level_api.TestICanPublishPackagesAPI)
 testPublicationLookUpForStableDistroArchSeries (lp.soyuz.tests.test_publishing_top_level_api.TestICanPublishPackagesAPI)
 testPublicationLookUpForStableDistroSeries (lp.soyuz.tests.test_publishing_top_level_api.TestICanPublishPackagesAPI)
 testPublicationLookUpForUnstableDistroArchSeries (lp.soyuz.tests.test_publishing_top_level_api.TestICanPublishPackagesAPI)
 testPublicationLookUpForUnstableDistroSeries (lp.soyuz.tests.test_publishing_top_level_api.TestICanPublishPackagesAPI)
 testPublishFrozenDistroSeries (lp.soyuz.tests.test_publishing_top_level_api.TestICanPublishPackagesAPI)
 testPublishStableDistroSeries (lp.soyuz.tests.test_publishing_top_level_api.TestICanPublishPackagesAPI)
 testPublishUnstableDistroSeries (lp.soyuz.tests.test_publishing_top_level_api.TestICanPublishPackagesAPI)
 lp.translations.browser.tests.test_distroserieslanguage_views.TestDistroSeriesLanguage.test_empty_view
 lp.translations.browser.tests.test_distroserieslanguage_views.TestDistroSeriesLanguage.test_translation_group
 lp.translations.browser.tests.test_distroserieslanguage_views.TestDistroSeriesLanguage.test_translation_team
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_all_projects_and_packages_to_review_none
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_all_projects_and_packages_to_review_one
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_all_projects_and_packages_to_review_string_plural
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_all_projects_and_packages_to_review_string_singular
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_getTargetsForTranslation
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_getTargetsForTranslation_max_fetch
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_num_projects_and_packages_to_review
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_num_projects_and_packages_to_review_zero
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_person_is_reviewer_false
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_person_is_reviewer_true
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_person_is_translator_false
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_person_is_translator_true
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_requires_preferred_languages
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_suggestTargetsForTranslation
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_suggestTargetsForTranslation_limits_query
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_top_p_n_p_to_review_caps_existing_involvement
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_top_p_n_p_to_review_caps_suggestions
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_top_p_n_p_to_review_caps_total
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_top_p_n_p_to_translate_caps_existing_involvement
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_top_p_n_p_to_translate_caps_total
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_top_p_n_p_to_translate_lists_most_and_least_translated
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_top_projects_and_packages_to_review
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_top_projects_and_packages_to_translate
 lp.translations.browser.tests.test_persontranslationview.TestPersonTranslationView.test_translation_groups
 lp.translations.browser.tests.test_pofile_view.TestPOFileBaseViewFiltering.test_show_all_messages
 lp.translations.browser.tests.test_pofile_view.TestPOFileBaseViewFiltering.test_show_changed_in_launchpad
 lp.translations.browser.tests.test_pofile_view.TestPOFileBaseViewFiltering.test_show_invalid_filter
 lp.translations.browser.tests.test_pofile_view.TestPOFileBaseViewFiltering.test_show_new_suggestions
 lp.translations.browser.tests.test_pofile_view.TestPOFileBaseViewFiltering.test_show_translated
 lp.translations.browser.tests.test_pofile_view.TestPOFileBaseViewFiltering.test_show_untranslated
 lp.translations.browser.tests.test_product_view.TestProduct.test_primary_translatable_with_package_link
 lp.translations.browser.tests.test_productserieslanguage_views.TestProductSeries.test_has_translation_documentation
 lp.translations.browser.tests.test_productserieslanguage_views.TestProductSeries.test_productserieslanguages
 lp.translations.browser.tests.test_productserieslanguage_views.TestProductSeries.test_productserieslanguages_english
 lp.translations.browser.tests.test_productserieslanguage_views.TestProductSeries.test_single_potemplate
 lp.translations.browser.tests.test_productserieslanguage_views.TestProductSeriesLanguage.test_empty_view
 lp.translations.browser.tests.test_productserieslanguage_views.TestProductSeriesLanguage.test_translation_group
 lp.translations.browser.tests.test_productserieslanguage_views.TestProductSeriesLanguage.test_translation_team
 lp.translations.browser.tests.test_translatablemessage_view.TestTranslatableMessageView.test_browser_message
 lp.translations.browser.tests.test_translatablemessage_view.TestTranslatableMessageView.test_empty_message
 lp.translations.browser.tests.test_translatablemessage_view.TestTranslatableMessageView.test_plural_message
 lp.translations.browser.tests.test_translatablemessage_view.TestTranslatableMessageView.test_singular_message
 lp.translations.browser.tests.test_translationlinksaggregator.TestTranslationLinksAggregator.test_aggregate
 lp.translations.browser.tests.test_translationlinksaggregator.TestTranslationLinksAggregator.test_aggregate_bundles_package
 lp.translations.browser.tests.test_translationlinksaggregator.TestTranslationLinksAggregator.test_aggregate_bundles_productseries
 lp.translations.browser.tests.test_translationlinksaggregator.TestTranslationLinksAggregator.test_aggregate_potemplate
 lp.translations.browser.tests.test_translationlinksaggregator.TestTranslationLinksAggregator.test_aggregate_product_and_package
 lp.translations.browser.tests.test_translationlinksaggregator.TestTranslationLinksAggregator.test_circumscribe_different_languages
 lp.translations.browser.tests.test_translationlinksaggregator.TestTranslationLinksAggregator.test_circumscribe_different_templates
 lp.translations.browser.tests.test_translationlinksaggregator.TestTranslationLinksAggregator.test_circumscribe_package_different_languages
 lp.translations.browser.tests.test_translationlinksaggregator.TestTranslationLinksAggregator.test_circumscribe_package_different_templates
 lp.translations.browser.tests.test_translationlinksaggregator.TestTranslationLinksAggregator.test_circumscribe_pofile_plus_template
 lp.translations.browser.tests.test_translationlinksaggregator.TestTranslationLinksAggregator.test_circumscribe_product_wild_mix
 lp.translations.browser.tests.test_translationlinksaggregator.TestTranslationLinksAggregator.test_circumscribe_sharing_pofiles
 lp.translations.browser.tests.test_translationlinksaggregator.TestTranslationLinksAggregator.test_circumscribe_single_pofile
 test_flagsHandling (lp.translations.scripts.tests.test_copy_distroseries_translations.TestCopying)
 lp.translations.scripts.tests.test_message_sharing_migration.TestMapMessages.test_FindClashesWithNonTwin
 lp.translations.scripts.tests.test_message_sharing_migration.TestMapMessages.test_FindClashesWithTwin
 lp.translations.scripts.tests.test_message_sharing_migration.TestMapMessages.test_FindCurrentClash
 lp.translations.scripts.tests.test_message_sharing_migration.TestMapMessages.test_FindImportedClash
 lp.translations.scripts.tests.test_message_sharing_migration.TestMapMessages.test_FindTwin
 lp.translations.scripts.tests.test_message_sharing_migration.TestMapMessages.test_MapDivergedMessage
 lp.translations.scripts.tests.test_message_sharing_migration.TestMapMessages.test_MapSharedMessage
 lp.translations.scripts.tests.test_message_sharing_migration.TestMapMessages.test_NoMessagesToMap
 lp.translations.scripts.tests.test_message_sharing_migration.TestMapMessages.test_ScrubPOTMsgSetTranslationsWithDuplication
 lp.translations.scripts.tests.test_message_sharing_migration.TestMapMessages.test_ScrubPOTMsgSetTranslationsWithoutDuplication
 lp.translations.scripts.tests.test_message_sharing_migration.TestPOTMsgSetMerging.test_matchedPOTMsgSetsShare
 lp.translations.scripts.tests.test_message_sharing_migration.TestPOTMsgSetMerging.test_mergePOTMsgSets_is_idempotent
 lp.translations.scripts.tests.test_message_sharing_migration.TestPOTMsgSetMerging.test_sharingPreservesSequenceNumbers
 lp.translations.scripts.tests.test_message_sharing_migration.TestPOTMsgSetMerging.test_unmatchedPOTMsgSetsDoNotShare
 lp.translations.scripts.tests.test_message_sharing_migration.TestPOTMsgSetMergingAndTranslations.test_clashingSharedTranslations
 lp.translations.scripts.tests.test_message_sharing_migration.TestPOTMsgSetMergingAndTranslations.test_currentMessageDoesNotMergeIntoSuggestion
 lp.translations.scripts.tests.test_message_sharing_migration.TestPOTMsgSetMergingAndTranslations.test_duplicatesAreCleanedUp
 lp.translations.scripts.tests.test_message_sharing_migration.TestPOTMsgSetMergingAndTranslations.test_mergingIdenticalSharedMessages
 lp.translations.scripts.tests.test_message_sharing_migration.TestPOTMsgSetMergingAndTranslations.test_mergingIdenticalSuggestions
 lp.translations.scripts.tests.test_message_sharing_migration.TestPOTMsgSetMergingAndTranslations.test_mergingSharedMessages
 lp.translations.scripts.tests.test_message_sharing_migration.TestPOTMsgSetMergingAndTranslations.test_sharingDivergedMessages
 lp.translations.scripts.tests.test_message_sharing_migration.TestTranslationMessageMerging.test_clashingPOFileTranslatorEntries
 lp.translations.scripts.tests.test_message_sharing_migration.TestTranslationMessageMerging.test_mergingLessRepresentativeShared
 lp.translations.scripts.tests.test_message_sharing_migration.TestTranslationMessageMerging.test_messagesCanStayDiverged
 lp.translations.scripts.tests.test_message_sharing_migration.TestTranslationMessageMerging.test_sharingIdenticalMessages
 lp.translations.scripts.tests.test_message_sharing_migration.TestTranslationMessageMerging.test_sharingSuggestions
 lp.translations.scripts.tests.test_message_sharing_migration.TestTranslationMessageMerging.test_suggestionMergedIntoCurrentMessage
 lp.translations.scripts.tests.test_message_sharing_migration.TestTranslationMessageNonMerging.test_MessagesAreNotSharedAcrossPOTMsgSets
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslations.test_RemoveById
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslations.test_RemoveByLanguage
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslations.test_RemoveByNotLanguage
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslations.test_RemoveByReviewer
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslations.test_RemoveBySubmitter
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslations.test_RemoveByTemplate
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslations.test_RemoveCurrent
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslations.test_RemoveImported
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslations.test_RemoveMsgId
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslations.test_RemoveNone
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslations.test_RemoveNotCurrent
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslations.test_RemoveNotImported
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslations.test_RemoveOrigin
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslations.test_remove_by_license_rejection
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslations.test_remove_unlicensed_none
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslations.test_remove_unlicensed_restriction
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslations.test_remove_unlicensed_when_licensed
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslationsConstraints.test_RecklessRemoval
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslationsConstraints.test_RemoveById
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslationsConstraints.test_RemoveByPOFile
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslationsConstraints.test_RemoveByReviewer
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslationsConstraints.test_RemoveBySubmitter
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslationsConstraints.test_remove_by_license_rejection
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslationsOptionsHandling.test_BadBool
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslationsOptionsHandling.test_UnknownOrigin
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslationsOptionsHandling.test_UnknownPerson
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslationsOptionsHandling.test_WithLookups
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslationsOptionsHandling.test_WithNativeArgs
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslationsUnmasking.test_unmask_imported_message
 lp.translations.scripts.tests.test_remove_translations.TestRemoveTranslationsUnmasking.test_unmask_right_message
 lp.translations.scripts.tests.test_reupload_translations.TestReuploadPackageTranslations.test_findPackage
 lp.translations.scripts.tests.test_reupload_translations.TestReuploadPackageTranslations.test_processPackage
 lp.translations.scripts.tests.test_reupload_translations.TestReuploadPackageTranslations.test_processPackage_filters_paths
 lp.translations.scripts.tests.test_reupload_translations.TestReuploadPackageTranslations.test_processPackage_nothing
 lp.translations.scripts.tests.test_reupload_translations.TestReuploadScript.test_reupload_translations
 lp.translations.tests.test_autoapproval.TestCleanup.test_cleanUpInactiveProductEntries
 lp.translations.tests.test_autoapproval.TestCleanup.test_cleanUpObsoleteDistroEntries
 lp.translations.tests.test_autoapproval.TestCleanup.test_cleanUpObsoleteEntries_affected_statuses
 lp.translations.tests.test_autoapproval.TestCleanup.test_cleanUpObsoleteEntries_unaffected_statuses
 test_ICustomLanguageCode (lp.translations.tests.test_autoapproval.TestCustomLanguageCode)
 test_NoCustomLanguageCode (lp.translations.tests.test_autoapproval.TestCustomLanguageCode)
 test_SuccessfulPackageCustomLanguageCodeLookup (lp.translations.tests.test_autoapproval.TestCustomLanguageCode)
 test_SuccessfulProductCustomLanguageCodeLookup (lp.translations.tests.test_autoapproval.TestCustomLanguageCode)
 test_UnsuccessfulCustomLanguageCodeLookup (lp.translations.tests.test_autoapproval.TestCustomLanguageCode)
 lp.translations.tests.test_autoapproval.TestGetPOFileFromLanguage.test_get_pofile_from_language_feeds_enabled_template
 lp.translations.tests.test_autoapproval.TestGetPOFileFromLanguage.test_get_pofile_from_language_starves_disabled_template
 test_CustomLanguageCodeEnablesMatch (lp.translations.tests.test_autoapproval.TestGuessPOFileCustomLanguageCode)
 test_CustomLanguageCodeHidesPOFile (lp.translations.tests.test_autoapproval.TestGuessPOFileCustomLanguageCode)
 test_CustomLanguageCodeParsesBogusLanguage (lp.translations.tests.test_autoapproval.TestGuessPOFileCustomLanguageCode)
 test_CustomLanguageCodePreventsMatch (lp.translations.tests.test_autoapproval.TestGuessPOFileCustomLanguageCode)
 test_CustomLanguageCodeRedirectsMatch (lp.translations.tests.test_autoapproval.TestGuessPOFileCustomLanguageCode)
 test_CustomLanguageCodeReplacesMatch (lp.translations.tests.test_autoapproval.TestGuessPOFileCustomLanguageCode)
 test_CustomLanguageCodesSwitchLanguages (lp.translations.tests.test_autoapproval.TestGuessPOFileCustomLanguageCode)
 test_MatchWithoutCustomLanguageCode (lp.translations.tests.test_autoapproval.TestGuessPOFileCustomLanguageCode)
 test_kde3 (lp.translations.tests.test_autoapproval.TestKdePOFileGuess)
 test_kde4 (lp.translations.tests.test_autoapproval.TestKdePOFileGuess)
 test_ByPathAndOriginDistroFromSourcePackageNoCurrentTemplate (lp.translations.tests.test_autoapproval.TestTemplateGuess)
 test_ByPathAndOriginDistroFromSourcePackageNonCurrentDuplicate (lp.translations.tests.test_autoapproval.TestTemplateGuess)
 test_ByPathAndOriginDistroNoCurrentTemplate (lp.translations.tests.test_autoapproval.TestTemplateGuess)
 test_ByPathAndOriginDistroNonCurrentDuplicate (lp.translations.tests.test_autoapproval.TestTemplateGuess)
 test_ByPathAndOriginProductNoCurrentTemplate (lp.translations.tests.test_autoapproval.TestTemplateGuess)
 test_ByPathAndOriginProductNonCurrentDuplicate (lp.translations.tests.test_autoapproval.TestTemplateGuess)
 test_ByPathAndOrigin_from_package_duplicate (lp.translations.tests.test_autoapproval.TestTemplateGuess)
 test_ByPathAndOrigin_package_duplicate (lp.translations.tests.test_autoapproval.TestTemplateGuess)
 test_ByPathAndOrigin_preferred_match (lp.translations.tests.test_autoapproval.TestTemplateGuess)
 test_ByPathAndOrigin_product_duplicate (lp.translations.tests.test_autoapproval.TestTemplateGuess)
 test_ByPathAndOrigin_similar_between_distroseries (lp.translations.tests.test_autoapproval.TestTemplateGuess)
 test_ByTranslationDomain (lp.translations.tests.test_autoapproval.TestTemplateGuess)
 test_ByTranslationDomain_duplicate (lp.translations.tests.test_autoapproval.TestTemplateGuess)
 test_ByTranslationDomain_none (lp.translations.tests.test_autoapproval.TestTemplateGuess)
 test_ClashingEntries (lp.translations.tests.test_autoapproval.TestTemplateGuess)
 lib/lp/translations/tests/../doc/translationmessage-destroy.txt
 lib/lp/translations/tests/../doc/translationsoverview.txt
 test_DeactivatingCurrentTranslation (lp.translations.tests.test_empty_messages.TestTranslationEmptyMessages)
 test_DeactivatingImportedNotCurrentTranslation (lp.translations.tests.test_empty_messages.TestTranslationEmptyMessages)
 test_DeactivatingImportedTranslation (lp.translations.tests.test_empty_messages.TestTranslationEmptyMessages)
 test_NoEmptyImporedTranslation (lp.translations.tests.test_empty_messages.TestTranslationEmptyMessages)
 test_DisabledExternallyUsedSuggestions (lp.translations.tests.test_suggestions.TestTranslationSuggestions)
 test_IdenticalSuggestions (lp.translations.tests.test_suggestions.TestTranslationSuggestions)
 test_NoSuggestions (lp.translations.tests.test_suggestions.TestTranslationSuggestions)
 test_RevertingToUpstream (lp.translations.tests.test_suggestions.TestTranslationSuggestions)
 test_SimpleExternallyUsedSuggestion (lp.translations.tests.test_suggestions.TestTranslationSuggestions)
 test_SimpleOtherSuggestion (lp.translations.tests.test_suggestions.TestTranslationSuggestions)
 test_TranslationWithErrors (lp.translations.tests.test_suggestions.TestTranslationSuggestions)
 lp.translations.tests.test_translationbranchapprover.TestTranslationBranchApprover.test_add_template
 lp.translations.tests.test_translationbranchapprover.TestTranslationBranchApprover.test_duplicate_template_name
 lp.translations.tests.test_translationbranchapprover.TestTranslationBranchApprover.test_new_template_approved
 lp.translations.tests.test_translationbranchapprover.TestTranslationBranchApprover.test_new_template_domain
 lp.translations.tests.test_translationbranchapprover.TestTranslationBranchApprover.test_new_template_domain_with_xpi
 lp.translations.tests.test_translationbranchapprover.TestTranslationBranchApprover.test_new_template_missing_domain
 lp.translations.tests.test_translationbranchapprover.TestTranslationBranchApprover.test_new_template_not_a_template
 lp.translations.tests.test_translationbranchapprover.TestTranslationBranchApprover.test_replace_existing_any_path
 lp.translations.tests.test_translationbranchapprover.TestTranslationBranchApprover.test_replace_existing_approved
 lp.translations.tests.test_translationbranchapprover.TestTranslationBranchApprover.test_replace_existing_generic_path_approved
 lp.translations.tests.test_translationbranchapprover.TestTranslationBranchApprover.test_replace_existing_generic_path_domain
 lp.translations.tests.test_translationbranchapprover.TestTranslationBranchApprover.test_replace_existing_potemplate
 lp.translations.tests.test_translationbranchapprover.TestTranslationBranchApprover.test_template_name
 lp.translations.tests.test_translationbranchapprover.TestTranslationBranchApprover.test_upload_multiple_new_templates
 test_getTranslationRows_sequence (lp.translations.tests.test_vpoexport.VPOExportSetTestCase)
 testEmpty (lp.translations.utilities.tests.test_export_file_storage.ExportFileStorageTestCase)
 testFull (lp.translations.utilities.tests.test_export_file_storage.ExportFileStorageTestCase)
 testSingle (lp.translations.utilities.tests.test_export_file_storage.ExportFileStorageTestCase)
 testTarball (lp.translations.utilities.tests.test_export_file_storage.ExportFileStorageTestCase)
 lp.translations.utilities.tests.test_file_importer.CreateFileImporterTestCase.test_not_raises_OutdatedTranslationError_on_published_uploads
 lp.translations.utilities.tests.test_file_importer.CreateFileImporterTestCase.test_old_published_upload_not_changes_header
 lp.translations.utilities.tests.test_file_importer.CreateFileImporterTestCase.test_raises_OutdatedTranslationError_on_user_uploads
 lp.translations.utilities.tests.test_file_importer.FileImporterTestCase.test_FileImporter_format_exporter
 lp.translations.utilities.tests.test_file_importer.FileImporterTestCase.test_FileImporter_getOrCreatePOTMsgSet
 lp.translations.utilities.tests.test_file_importer.FileImporterTestCase.test_FileImporter_getPersonByEmail
 lp.translations.utilities.tests.test_file_importer.FileImporterTestCase.test_FileImporter_importFile_conflict
 lp.translations.utilities.tests.test_file_importer.FileImporterTestCase.test_FileImporter_importFile_error
 lp.translations.utilities.tests.test_file_importer.FileImporterTestCase.test_FileImporter_importFile_ok
 lp.translations.utilities.tests.test_file_importer.FileImporterTestCase.test_FileImporter_importMessage_NotImplemented
 lp.translations.utilities.tests.test_file_importer.FileImporterTestCase.test_FileImporter_init
 lp.translations.utilities.tests.test_file_importer.FileImporterTestCase.test_FileImporter_storeTranslationsInDatabase_privileges
 lp.translations.utilities.tests.test_file_importer.FileImporterTestCase.test_InvalidTranslatorEmail
 lp.translations.utilities.tests.test_file_importer.FileImporterTestCase.test_ValidationErrorPlusConflict
 lp.translations.utilities.tests.test_gettext_po_exporter.GettextPOExporterTestCase.testBrokenEncodingExport
 lp.translations.utilities.tests.test_gettext_po_exporter.GettextPOExporterTestCase.testClashingSingularMsgIds
 lp.translations.utilities.tests.test_gettext_po_exporter.GettextPOExporterTestCase.testEncodingExport
 lp.translations.utilities.tests.test_gettext_po_exporter.GettextPOExporterTestCase.testGeneralExport
 lp.translations.utilities.tests.test_gettext_po_exporter.GettextPOExporterTestCase.testIncompletePluralMessage
 lp.translations.utilities.tests.test_gettext_po_exporter.GettextPOExporterTestCase.testInterface
 lp.translations.utilities.tests.test_gettext_po_exporter.GettextPOExporterTestCase.testObsoleteExport
 lp.translations.utilities.tests.test_gettext_po_exporter.GettextPOExporterTestCase.testObsoleteMessageYieldsToNonObsoleteClashingOne
 lp.translations.utilities.tests.test_gettext_po_exporter.GettextPOExporterTestCase.testSupportedFormats
 testFormat (lp.translations.utilities.tests.test_gettext_po_importer.GettextPOImporterTestCase)
 testInterface (lp.translations.utilities.tests.test_gettext_po_importer.GettextPOImporterTestCase)
 testInterface (lp.translations.utilities.tests.test_gettext_pochanged_exporter.GettextPOChangedExporterTestCase)
 testSupportedFormats (lp.translations.utilities.tests.test_gettext_pochanged_exporter.GettextPOChangedExporterTestCase)
 testFormat (lp.translations.utilities.tests.test_kde_po_importer.KdePOImporterTestCase)
 testGettextPOFileFormat (lp.translations.utilities.tests.test_kde_po_importer.KdePOImporterTestCase)
 testInterface (lp.translations.utilities.tests.test_kde_po_importer.KdePOImporterTestCase)
 testKDEPriorityIsHigherThanPOPriority (lp.translations.utilities.tests.test_kde_po_importer.KdePOImporterTestCase)
 testTemplateContext (lp.translations.utilities.tests.test_kde_po_importer.KdePOImporterTestCase)
 testTemplatePlurals (lp.translations.utilities.tests.test_kde_po_importer.KdePOImporterTestCase)
 testTranslationContext (lp.translations.utilities.tests.test_kde_po_importer.KdePOImporterTestCase)
 testTranslationPlurals (lp.translations.utilities.tests.test_kde_po_importer.KdePOImporterTestCase)
 testFormat (lp.translations.utilities.tests.test_mozilla_xpi_importer.MozillaXpiImporterTestCase)
 testHasAlternativeMsgID (lp.translations.utilities.tests.test_mozilla_xpi_importer.MozillaXpiImporterTestCase)
 testInterface (lp.translations.utilities.tests.test_mozilla_xpi_importer.MozillaXpiImporterTestCase)
 test_InvalidXpiFile (lp.translations.utilities.tests.test_mozilla_zip.MozillaZipTraversalTestCase)
 test_XpiTraversal (lp.translations.utilities.tests.test_mozilla_zip.MozillaZipTraversalTestCase)
 test_XpiTraversalWithoutManifest (lp.translations.utilities.tests.test_mozilla_zip.MozillaZipTraversalTestCase)
 testGetTranslationFormatExporterByFileFormat (lp.translations.utilities.tests.test_translation_exporter.TranslationExporterTestCase)
 testGetTranslationFormatExportersForFileFormat (lp.translations.utilities.tests.test_translation_exporter.TranslationExporterTestCase)
 testInterface (lp.translations.utilities.tests.test_translation_exporter.TranslationExporterTestCase)
 testFileExtensionsWithImporters (lp.translations.utilities.tests.test_translation_importer.TranslationImporterTestCase)
 testGetImporterByFileFormat (lp.translations.utilities.tests.test_translation_importer.TranslationImporterTestCase)
 testGetTranslationFileFormatByFileExtension (lp.translations.utilities.tests.test_translation_importer.TranslationImporterTestCase)
 testInterface (lp.translations.utilities.tests.test_translation_importer.TranslationImporterTestCase)
 testIsIdenticalTranslation (lp.translations.utilities.tests.test_translation_importer.TranslationImporterTestCase)
 testNoConflictingPriorities (lp.translations.utilities.tests.test_translation_importer.TranslationImporterTestCase)
 testTemplateNameRecognition (lp.translations.utilities.tests.test_translation_importer.TranslationImporterTestCase)
 testTemplateSuffixes (lp.translations.utilities.tests.test_translation_importer.TranslationImporterTestCase)
 testTranslationNameRecognition (lp.translations.utilities.tests.test_translation_importer.TranslationImporterTestCase)
 test_Contexts (lp.translations.utilities.tests.test_xpi_import.XpiTestCase)
 test_GetLastTranslator (lp.translations.utilities.tests.test_xpi_import.XpiTestCase)
 test_SystemEntityIsIgnored (lp.translations.utilities.tests.test_xpi_import.XpiTestCase)
 test_TemplateImport (lp.translations.utilities.tests.test_xpi_import.XpiTestCase)
 test_TranslationImport (lp.translations.utilities.tests.test_xpi_import.XpiTestCase)
 test_TwiceTemplateImport (lp.translations.utilities.tests.test_xpi_import.XpiTestCase)
 test_Interface (lp.translations.utilities.tests.test_xpi_po_exporter.XPIPOExporterTestCase)
 test_XPITemplateExport (lp.translations.utilities.tests.test_xpi_po_exporter.XPIPOExporterTestCase)
 test_templateSearching (lp.translations.utilities.tests.test_xpi_search.XpiSearchTestCase)
 test_templateSearchingForMsgIDs (lp.translations.utilities.tests.test_xpi_search.XpiSearchTestCase)
  Ran 3270 tests with 4 failures and 0 errors in 23 minutes 37.592 seconds.
Running canonical.launchpad.ftests.test_system_documentation.ProcessMailLayer tests:
  Set up canonical.launchpad.ftests.test_system_documentation.ProcessMailLayer in 0.000 seconds.
  Running:
 lib/canonical/launchpad/ftests/../../../lp/bugs/doc/bug-set-status.txt
 lib/canonical/launchpad/ftests/../../../lp/bugs/doc/bugmessage.txt
 lib/canonical/launchpad/ftests/../../../lp/bugs/doc/bugs-email-affects-path.txt
 lib/canonical/launchpad/ftests/../../../lp/bugs/tests/bugs-emailinterface.txt
 lib/canonical/launchpad/ftests/../doc/emailauthentication.txt
 lib/canonical/launchpad/ftests/../doc/incomingmail.txt

Failure in test lib/canonical/launchpad/ftests/../doc/incomingmail.txt
Failed doctest test for incomingmail.txt
  File "lib/canonical/launchpad/ftests/../doc/incomingmail.txt", line 0

----------------------------------------------------------------------
File "lib/canonical/launchpad/ftests/../doc/incomingmail.txt", line 377, in incomingmail.txt
Failed example:
    handleMail(transaction)
Differences (ndiff with -expected +actual):
    - ERROR:...:Upload to Librarian failed...
    ?       ^^^                           ---
    + ERROR:process-mail:Upload to Librarian failed
    ?       ^^^^^^^^^^^^
    - ...
    - UploadFailed: [...]: (111, 'Connection refused')
    + Traceback (most recent call last):
    +   File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/launchpad/mail/incoming.py", line 202, in handleMail
    +     cStringIO(raw_mail), 'message/rfc822')
    +   File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/launchpad/database/librarian.py", line 210, in create
    +     fid = client.addFile(name, size, file, contentType, expires, debugID)
    +   File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/librarian/client.py", line 104, in addFile
    +     self._connect()
    +   File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/librarian/client.py", line 56, in _connect
    +     '[%s:%s]: %s' % (self.upload_host, self.upload_port, x))
    + UploadFailed: [localhost:58382]: [Errno 111] Connection refused
    + ERROR:process-mail:Upload to Librarian failed
    + Traceback (most recent call last):
    +   File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/launchpad/mail/incoming.py", line 202, in handleMail
    +     cStringIO(raw_mail), 'message/rfc822')
    +   File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/launchpad/database/librarian.py", line 210, in create
    +     fid = client.addFile(name, size, file, contentType, expires, debugID)
    +   File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/librarian/client.py", line 104, in addFile
    +     self._connect()
    +   File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/librarian/client.py", line 56, in _connect
    +     '[%s:%s]: %s' % (self.upload_host, self.upload_port, x))
    + UploadFailed: [localhost:58382]: [Errno 111] Connection refused


 lib/lp/blueprints/tests/../doc/spec-mail-exploder.txt
  Ran 269 tests with 1 failures and 0 errors in 25.042 seconds.
Running canonical.testing.layers.FunctionalLayer tests:
  Tear down canonical.launchpad.ftests.test_system_documentation.ProcessMailLayer in 0.000 seconds.
  Tear down canonical.testing.layers.LaunchpadZopelessLayer in 0.000 seconds.
  Tear down canonical.testing.layers.LaunchpadScriptLayer ... not supported
  Running in a subprocess.
  Set up canonical.testing.layers.BaseLayer in 0.204 seconds.
  Set up canonical.testing.layers.FunctionalLayer in 3.074 seconds.
  Running:
 canonical.shipit.tests.test_publisher.ShipItRequestPublicationFactoryTestCase.test_edubuntu_shipit
 canonical.shipit.tests.test_publisher.ShipItRequestPublicationFactoryTestCase.test_kubuntu_shipit
 canonical.shipit.tests.test_publisher.ShipItRequestPublicationFactoryTestCase.test_ubuntu_shipit
 canonical.signon.tests.test_dbpolicy.SSOLayerDatabaseRegistrationTestCase.test_OpenIDLayer_uses_SSODatabasePolicy
 canonical.signon.tests.test_dbpolicy.SSOLayerDatabaseRegistrationTestCase.test_read_only_mode_OpenIDLayer_uses_SSODatabasePolicy
 canonical.signon.tests.test_publisher.SSORequestPublicationFactoryTestCase.test_openid
 lib/canonical/launchpad/ftests/../doc/canonical_url.txt
 lib/canonical/launchpad/ftests/../doc/old-testing.txt
 lib/canonical/launchpad/ftests/../doc/uri.txt
 canonical.launchpad.webapp.tests.test_dbpolicy.LayerDatabasePolicyTestCase.test_FeedsLayer_uses_SlaveDatabasePolicy
 canonical.launchpad.webapp.tests.test_dbpolicy.LayerDatabasePolicyTestCase.test_WebServiceRequest_uses_LaunchpadDatabasePolicy
 canonical.launchpad.webapp.tests.test_dbpolicy.LayerDatabasePolicyTestCase.test_WebServiceRequest_uses_MasterDatabasePolicy
 canonical.launchpad.webapp.tests.test_dbpolicy.LayerDatabasePolicyTestCase.test_WebServiceRequest_uses_ReadOnlyDatabasePolicy
 canonical.launchpad.webapp.tests.test_dbpolicy.LayerDatabasePolicyTestCase.test_other_request_uses_LaunchpadDatabasePolicy
 canonical.launchpad.webapp.tests.test_dbpolicy.LayerDatabasePolicyTestCase.test_read_only_mode_uses_ReadOnlyLaunchpadDatabasePolicy
 test_formLayout (canonical.launchpad.webapp.tests.test_launchpadform.LaunchpadFormTest)
 test_showOptionalMarker (canonical.launchpad.webapp.tests.test_launchpadform.LaunchpadFormTest)
 testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.FunctionalTestCase)
 testComponentArchitecture (canonical.testing.ftests.test_layers.FunctionalTestCase)
 testFunctionalIsSetUp (canonical.testing.ftests.test_layers.FunctionalTestCase)
 testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.FunctionalTestCase)
 testLibrarianRunning (canonical.testing.ftests.test_layers.FunctionalTestCase)
 testLibrarianWorking (canonical.testing.ftests.test_layers.FunctionalTestCase)
 testZopelessIsSetUp (canonical.testing.ftests.test_layers.FunctionalTestCase)
 test_answers_help_folder (lp.app.tests.test_help.TestHelpSystemSetup)
 test_blueprints_help_folder (lp.app.tests.test_help.TestHelpSystemSetup)
 test_bugs_help_folder (lp.app.tests.test_help.TestHelpSystemSetup)
 test_code_help_folder (lp.app.tests.test_help.TestHelpSystemSetup)
 test_registry_help_folder (lp.app.tests.test_help.TestHelpSystemSetup)
 test_translations_help_folder (lp.app.tests.test_help.TestHelpSystemSetup)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_mirrorComplete(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_mirrorCompletePrivateStackedOnPublic(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_mirrorCompleteRequestsMirrorForIncompleteStackedOnPrivate(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_mirrorCompleteWithNoBranchID(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_mirrorComplete_requests_mirror_for_incomplete_stacked(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_mirrorComplete_resets_failure_count(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_mirrorComplete_resets_mirror_request(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_mirrorFailed(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_mirrorFailedWithNotBranchID(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_recordSuccess(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_setStackedOnBranchNotFound(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_setStackedOnDefaultURLFragment(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_setStackedOnExternalURL(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_setStackedOnExternalURLWithTrailingSlash(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_setStackedOnNoBranchWithID(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_setStackedOnNothing(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_startMirroring(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_startMirroringInvalidBranch(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullQueueTest.test_getBranchPullInfo_default_stacked_branch(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullQueueTest.test_getBranchPullInfo_junk(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullQueueTest.test_getBranchPullInfo_no_default_stacked_branch(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullQueueTest.test_getBranchPullInfo_private_branch(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullQueueTest.test_pullQueuesEmpty(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullQueueTest.test_requestMirrorPutsBranchInQueue_hosted(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullQueueTest.test_requestMirrorPutsBranchInQueue_imported(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullQueueTest.test_requestMirrorPutsBranchInQueue_mirrored(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.AcquireBranchToPullTestsViaEndpoint.test_branch_type_returned_hosted(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.AcquireBranchToPullTestsViaEndpoint.test_branch_type_returned_import(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.AcquireBranchToPullTestsViaEndpoint.test_branch_type_returned_mirrored(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.AcquireBranchToPullTestsViaEndpoint.test_default_stacked_on_branch_returned(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.AcquireBranchToPullTestsViaEndpoint.test_empty(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.AcquireBranchToPullTestsViaEndpoint.test_first_requested_returned(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.AcquireBranchToPullTestsViaEndpoint.test_no_inprogress(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.AcquireBranchToPullTestsViaEndpoint.test_private(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.AcquireBranchToPullTestsViaEndpoint.test_private_default_stacked_not_returned_for_mirrored_branch(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.AcquireBranchToPullTestsViaEndpoint.test_remote_branch_not_acquired(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.AcquireBranchToPullTestsViaEndpoint.test_simple(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_bad_name(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_bad_product(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_bad_user(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_bad_user_bad_product(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_invalid_distro(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_invalid_distroseries(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_invalid_sourcepackagename(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_junk(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_no_preceding_slash(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_not_branch(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_other_user(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_source_package(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_team_junk(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_initialMirrorRequest(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_requestMirror(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_requestMirror_private(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_anonymous_cant_see_private_branch(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_anonymous_public_branch(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_branch(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_branch_with_trailing_slash(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_branches_in_parent_dirs_not_found(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_cannot_translate(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_cant_see_private_branch(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_control_directory(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_control_directory_invisble_branch(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_control_directory_no_stacked_set(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_control_directory_other_owner(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_control_directory_package(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_control_directory_package_no_focus(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_control_directory_private_branch(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_launchpad_services_private(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_nested_path_in_branch(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_no_preceding_slash(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_no_such_branch(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_no_such_junk_branch(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_owned(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_owned_imported(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_owned_mirrored(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_path_in_branch(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_preserves_escaping(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_private_branch(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_remote_branch(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_team_owned(inmemory)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_team_unowned(inmemory)
  Ran 172 tests with 0 failures and 0 errors in 8.229 seconds.
  Tear down canonical.testing.layers.FunctionalLayer ... not supported
  Tear down canonical.testing.layers.BaseLayer in 0.000 seconds.
Running canonical.testing.layers.LaunchpadFunctionalLayer tests:
  Running in a subprocess.
  Set up canonical.testing.layers.BaseLayer in 0.002 seconds.
  Set up canonical.testing.layers.DatabaseLayer in 0.233 seconds.
  Set up canonical.testing.layers.LibrarianLayer in 4.802 seconds.
  Set up canonical.testing.layers.LaunchpadLayer in 0.000 seconds.
  Set up canonical.testing.layers.FunctionalLayer in 3.110 seconds.
  Set up canonical.testing.layers.GoogleServiceLayer Traceback (most recent call last):
  File "/home/barry/projects/launchpad/eggs/zope.testing-3.8.1-py2.6.egg/zope/testing/testrunner/runner.py", line 364, in run_layer
    setup_layer(options, layer, setup_layers)
  File "/home/barry/projects/launchpad/eggs/zope.testing-3.8.1-py2.6.egg/zope/testing/testrunner/runner.py", line 624, in setup_layer
    setup_layer(options, base, setup_layers)
  File "/home/barry/projects/launchpad/eggs/zope.testing-3.8.1-py2.6.egg/zope/testing/testrunner/runner.py", line 629, in setup_layer
    layer.setUp()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/testing/layers.py", line 1009, in setUp
    google.setUp()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/launchpad/testing/tests/googleserviceharness.py", line 76, in setUp
    self.startService()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/launchpad/testing/tests/googleserviceharness.py", line 88, in startService
    googletestservice.wait_for_service()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/launchpad/testing/googletestservice.py", line 126, in wait_for_service
    sock.connect((host, port))
  File "<string>", line 1, in connect
error: [Errno 103] Software caused connection abort

  Tear down canonical.testing.layers.LaunchpadLayer in 0.000 seconds.
  Tear down canonical.testing.layers.LibrarianLayer in 0.203 seconds.
  Tear down canonical.testing.layers.FunctionalLayer ... not supported
  Tear down canonical.testing.layers.DatabaseLayer in 0.017 seconds.
  Tear down canonical.testing.layers.BaseLayer in 0.000 seconds.
Running canonical.testing.layers.AppServerLayer tests:
  Running in a subprocess.
  Set up canonical.testing.layers.BaseLayer in 0.002 seconds.
  Set up canonical.testing.layers.DatabaseLayer in 0.225 seconds.
  Set up canonical.testing.layers.LibrarianLayer in 4.846 seconds.
  Set up canonical.testing.layers.LaunchpadLayer in 0.000 seconds.
  Set up canonical.testing.layers.FunctionalLayer in 3.069 seconds.
  Set up canonical.testing.layers.GoogleServiceLayer Traceback (most recent call last):
  File "/home/barry/projects/launchpad/eggs/zope.testing-3.8.1-py2.6.egg/zope/testing/testrunner/runner.py", line 364, in run_layer
    setup_layer(options, layer, setup_layers)
  File "/home/barry/projects/launchpad/eggs/zope.testing-3.8.1-py2.6.egg/zope/testing/testrunner/runner.py", line 624, in setup_layer
    setup_layer(options, base, setup_layers)
  File "/home/barry/projects/launchpad/eggs/zope.testing-3.8.1-py2.6.egg/zope/testing/testrunner/runner.py", line 624, in setup_layer
    setup_layer(options, base, setup_layers)
  File "/home/barry/projects/launchpad/eggs/zope.testing-3.8.1-py2.6.egg/zope/testing/testrunner/runner.py", line 629, in setup_layer
    layer.setUp()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/testing/layers.py", line 1009, in setUp
    google.setUp()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/launchpad/testing/tests/googleserviceharness.py", line 76, in setUp
    self.startService()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/launchpad/testing/tests/googleserviceharness.py", line 88, in startService
    googletestservice.wait_for_service()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/launchpad/testing/googletestservice.py", line 126, in wait_for_service
    sock.connect((host, port))
  File "<string>", line 1, in connect
error: [Errno 103] Software caused connection abort

  Tear down canonical.testing.layers.LaunchpadLayer in 0.000 seconds.
  Tear down canonical.testing.layers.LibrarianLayer in 0.202 seconds.
  Tear down canonical.testing.layers.FunctionalLayer ... not supported
  Tear down canonical.testing.layers.DatabaseLayer in 0.013 seconds.
  Tear down canonical.testing.layers.BaseLayer in 0.000 seconds.
Running canonical.testing.layers.DatabaseFunctionalLayer tests:
  Running in a subprocess.
  Set up canonical.testing.layers.BaseLayer in 0.002 seconds.
  Set up canonical.testing.layers.DatabaseLayer in 0.224 seconds.
  Set up canonical.testing.layers.FunctionalLayer in 3.047 seconds.
  Set up canonical.testing.layers.DatabaseFunctionalLayer in 0.000 seconds.
  Running:
 canonical.shipit.browser.tests.test_shipit.TestShipitLoginViewsWithUserAlreadyLoggedIn.test_ShipitOpenIDCallbackForServerCDsView_redirects
 canonical.shipit.browser.tests.test_shipit.TestShipitLoginViewsWithUserAlreadyLoggedIn.test_ShipitOpenIDCallbackView_redirects
 canonical.shipit.browser.tests.test_shipit.TestShipitLoginViewsWithUserAlreadyLoggedIn.test_ShipitOpenIDLoginForServerCDsView_redirects
 canonical.shipit.browser.tests.test_shipit.TestShipitLoginViewsWithUserAlreadyLoggedIn.test_ShipitOpenIDLoginView_redirects
 lib/canonical/shipit/tests/../doc/shipit-process-requests.txt

Failure in test lib/canonical/shipit/tests/../doc/shipit-process-requests.txt
Failed doctest test for shipit-process-requests.txt
  File "lib/canonical/shipit/tests/../doc/shipit-process-requests.txt", line 0

----------------------------------------------------------------------
File "lib/canonical/shipit/tests/../doc/shipit-process-requests.txt", line 96, in shipit-process-requests.txt
Failed example:
    out, err
Differences (ndiff with -expected +actual):
    - ('', '')
    + ('', '/home/barry/projects/launchpad/python-migration2.6/lib/cscvs/dircompare/dirsums.py:18: DeprecationWarning: the md5 module is deprecated; use hashlib instead\n  import md5\n/home/barry/projects/launchpad/python-migration2.6/lib/canonical/uuid.py:10: DeprecationWarning: the sha module is deprecated; use the hashlib module instead\n  import time, random, subprocess, thread, sha\n')


 canonical.signon.browser.tests.test_bug_353863.TestBug353863.test_redirection_for_full_fledged_account
 canonical.signon.browser.tests.test_bug_353863.TestBug353863.test_redirection_for_personless_account
 canonical.signon.browser.tests.test_bug_358498.TestBug358498.test_redirection_for_full_fledged_account
 canonical.signon.browser.tests.test_bug_358498.TestBug358498.test_redirection_for_personless_account
 test_accept_neither (canonical.signon.browser.tests.test_openiddiscovery.ContentNegotiationTests)
 test_call_xrds_method (canonical.signon.browser.tests.test_openiddiscovery.ContentNegotiationTests)
 test_disable_discovery (canonical.signon.browser.tests.test_openiddiscovery.ContentNegotiationTests)
 test_no_accept (canonical.signon.browser.tests.test_openiddiscovery.ContentNegotiationTests)
 test_normalise_url (canonical.signon.browser.tests.test_openiddiscovery.ContentNegotiationTests)
 test_prefer_html (canonical.signon.browser.tests.test_openiddiscovery.ContentNegotiationTests)
 test_prefer_xrds (canonical.signon.browser.tests.test_openiddiscovery.ContentNegotiationTests)
 canonical.signon.browser.tests.test_openidserver.OpenIDMixin_checkTeamMembership_TestCase.test_full_fledged_account

Error in test canonical.signon.browser.tests.test_openidserver.OpenIDMixin_checkTeamMembership_TestCase.test_full_fledged_account
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/testing/__init__.py", line 390, in run
    self.setUp()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/signon/browser/tests/test_openidserver.py", line 268, in setUp
    self.openid_mixin = CheckTeamMembershipTest(None, self.request)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/signon/browser/openidserver.py", line 101, in __init__
    super(OpenIDMixin, self).__init__(context, request)
TypeError: object.__init__() takes no parameters


 canonical.signon.browser.tests.test_openidserver.OpenIDMixin_checkTeamMembership_TestCase.test_personless_account

Error in test canonical.signon.browser.tests.test_openidserver.OpenIDMixin_checkTeamMembership_TestCase.test_personless_account
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/testing/__init__.py", line 390, in run
    self.setUp()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/signon/browser/tests/test_openidserver.py", line 268, in setUp
    self.openid_mixin = CheckTeamMembershipTest(None, self.request)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/signon/browser/openidserver.py", line 101, in __init__
    super(OpenIDMixin, self).__init__(context, request)
TypeError: object.__init__() takes no parameters


 canonical.signon.browser.tests.test_openidserver.OpenIDMixin_shouldReauthenticate_TestCase.test_should_be_False_when_delta_within_range

Error in test canonical.signon.browser.tests.test_openidserver.OpenIDMixin_shouldReauthenticate_TestCase.test_should_be_False_when_delta_within_range
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/testing/__init__.py", line 390, in run
    self.setUp()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/signon/browser/tests/test_openidserver.py", line 199, in setUp
    self.openid_mixin = ShouldReauthenticateTest(None, self.request)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/signon/browser/openidserver.py", line 101, in __init__
    super(OpenIDMixin, self).__init__(context, request)
TypeError: object.__init__() takes no parameters


 canonical.signon.browser.tests.test_openidserver.OpenIDMixin_shouldReauthenticate_TestCase.test_should_be_False_when_param_not_used

Error in test canonical.signon.browser.tests.test_openidserver.OpenIDMixin_shouldReauthenticate_TestCase.test_should_be_False_when_param_not_used
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/testing/__init__.py", line 390, in run
    self.setUp()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/signon/browser/tests/test_openidserver.py", line 199, in setUp
    self.openid_mixin = ShouldReauthenticateTest(None, self.request)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/signon/browser/openidserver.py", line 101, in __init__
    super(OpenIDMixin, self).__init__(context, request)
TypeError: object.__init__() takes no parameters


 canonical.signon.browser.tests.test_openidserver.OpenIDMixin_shouldReauthenticate_TestCase.test_should_be_True_when_delta_not_in_range

Error in test canonical.signon.browser.tests.test_openidserver.OpenIDMixin_shouldReauthenticate_TestCase.test_should_be_True_when_delta_not_in_range
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/testing/__init__.py", line 390, in run
    self.setUp()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/signon/browser/tests/test_openidserver.py", line 199, in setUp
    self.openid_mixin = ShouldReauthenticateTest(None, self.request)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/signon/browser/openidserver.py", line 101, in __init__
    super(OpenIDMixin, self).__init__(context, request)
TypeError: object.__init__() takes no parameters


 canonical.signon.browser.tests.test_openidserver.OpenIDMixin_shouldReauthenticate_TestCase.test_should_be_True_with_negative

Error in test canonical.signon.browser.tests.test_openidserver.OpenIDMixin_shouldReauthenticate_TestCase.test_should_be_True_with_negative
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/testing/__init__.py", line 390, in run
    self.setUp()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/signon/browser/tests/test_openidserver.py", line 199, in setUp
    self.openid_mixin = ShouldReauthenticateTest(None, self.request)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/signon/browser/openidserver.py", line 101, in __init__
    super(OpenIDMixin, self).__init__(context, request)
TypeError: object.__init__() takes no parameters


 canonical.signon.browser.tests.test_openidserver.OpenIDMixin_shouldReauthenticate_TestCase.test_should_be_True_with_zero

Error in test canonical.signon.browser.tests.test_openidserver.OpenIDMixin_shouldReauthenticate_TestCase.test_should_be_True_with_zero
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/testing/__init__.py", line 390, in run
    self.setUp()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/signon/browser/tests/test_openidserver.py", line 199, in setUp
    self.openid_mixin = ShouldReauthenticateTest(None, self.request)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/signon/browser/openidserver.py", line 101, in __init__
    super(OpenIDMixin, self).__init__(context, request)
TypeError: object.__init__() takes no parameters


 canonical.signon.browser.tests.test_openidserver.OpenIDMixin_shouldReauthenticate_TestCase.test_should_ignore_invalid_param

Error in test canonical.signon.browser.tests.test_openidserver.OpenIDMixin_shouldReauthenticate_TestCase.test_should_ignore_invalid_param
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/testing/__init__.py", line 390, in run
    self.setUp()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/signon/browser/tests/test_openidserver.py", line 199, in setUp
    self.openid_mixin = ShouldReauthenticateTest(None, self.request)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/signon/browser/openidserver.py", line 101, in __init__
    super(OpenIDMixin, self).__init__(context, request)
TypeError: object.__init__() takes no parameters


 canonical.signon.browser.tests.test_openidserver.PreAuthorizeRPViewTestCase.test_pre_authorize_works_with_slave_store
 canonical.signon.browser.tests.test_openidserver.SimpleRegistrationTestCase.test_sreg_field_names

Error in test canonical.signon.browser.tests.test_openidserver.SimpleRegistrationTestCase.test_sreg_field_names
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/testing/__init__.py", line 400, in run
    testMethod()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/signon/browser/tests/test_openidserver.py", line 80, in test_sreg_field_names
    view = FieldNameTest(None, None)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/signon/browser/openidserver.py", line 101, in __init__
    super(OpenIDMixin, self).__init__(context, request)
TypeError: object.__init__() takes no parameters


 canonical.signon.browser.tests.test_openidserver.SimpleRegistrationTestCase.test_sreg_fields

Error in test canonical.signon.browser.tests.test_openidserver.SimpleRegistrationTestCase.test_sreg_fields
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/testing/__init__.py", line 400, in run
    testMethod()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/signon/browser/tests/test_openidserver.py", line 96, in test_sreg_fields
    view = FieldValueTest(None, None)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/signon/browser/openidserver.py", line 101, in __init__
    super(OpenIDMixin, self).__init__(context, request)
TypeError: object.__init__() takes no parameters


 canonical.signon.browser.tests.test_openidserver.SimpleRegistrationTestCase.test_sreg_fields_no_shipping

Error in test canonical.signon.browser.tests.test_openidserver.SimpleRegistrationTestCase.test_sreg_fields_no_shipping
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/testing/__init__.py", line 400, in run
    testMethod()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/signon/browser/tests/test_openidserver.py", line 122, in test_sreg_fields_no_shipping
    view = FieldValueTest(None, None)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/signon/browser/openidserver.py", line 101, in __init__
    super(OpenIDMixin, self).__init__(context, request)
TypeError: object.__init__() takes no parameters


 canonical.signon.browser.tests.test_openidserver.TestPasswordResetViewForLaunchpadPerson.test_reactivate_when_password_is_reset
 lib/canonical/signon/browser/tests/loginservice.txt
 lib/canonical/signon/browser/tests/loginservice-dissect-radio-button.txt
 lib/canonical/signon/browser/tests/loginservice-unauthorized-view.txt

Failure in test lib/canonical/signon/browser/tests/loginservice-unauthorized-view.txt
Failed doctest test for loginservice-unauthorized-view.txt
  File "lib/canonical/signon/browser/tests/loginservice-unauthorized-view.txt", line 0

----------------------------------------------------------------------
File "lib/canonical/signon/browser/tests/loginservice-unauthorized-view.txt", line 39, in loginservice-unauthorized-view.txt
Failed example:
    browser.open('http://openid.launchpad.dev/+edit')
Differences (ndiff with -expected +actual):
    - ERROR:...


 lib/canonical/signon/browser/tests/person-rename-account-with-openid.txt
 lib/canonical/signon/doc/openid-fetcher.txt
 lib/canonical/signon/doc/openid-pages.txt
 lib/canonical/signon/doc/openidrpsummary.txt
 lib/canonical/signon/doc/sso-account.txt
 lib/canonical/launchpad/doc/account.txt
 canonical.launchpad.database.tests.test_account.EmailManagementTests.test_guessed_emails
 canonical.launchpad.database.tests.test_account.EmailManagementTests.test_setPreferredEmail
 canonical.launchpad.database.tests.test_account.EmailManagementTests.test_setPreferredEmail_None
 canonical.launchpad.database.tests.test_account.EmailManagementTests.test_validateAndEnsurePreferredEmail
 canonical.launchpad.database.tests.test_account.EmailManagementTests.test_validateAndEsnurePreferredEmail_no_preferred
 canonical.launchpad.database.tests.test_account.EmailManagementTests.test_validated_emails
 canonical.signon.model.tests.test_account.EmailManagementWithSSODatabasePolicyTests.test_getUnvalidatedEmails
 canonical.signon.model.tests.test_account.EmailManagementWithSSODatabasePolicyTests.test_guessed_emails
 canonical.signon.model.tests.test_account.EmailManagementWithSSODatabasePolicyTests.test_setPreferredEmail
 canonical.signon.model.tests.test_account.EmailManagementWithSSODatabasePolicyTests.test_setPreferredEmail_None
 canonical.signon.model.tests.test_account.EmailManagementWithSSODatabasePolicyTests.test_validateAndEnsurePreferredEmail
 canonical.signon.model.tests.test_account.EmailManagementWithSSODatabasePolicyTests.test_validateAndEsnurePreferredEmail_no_preferred
 canonical.signon.model.tests.test_account.EmailManagementWithSSODatabasePolicyTests.test_validated_emails
 canonical.signon.model.tests.test_authtoken.AuthTokenSetTests.test_deleteByEmailAccountAndType
 canonical.signon.model.tests.test_authtoken.AuthTokenSetTests.test_get
 canonical.signon.model.tests.test_authtoken.AuthTokenSetTests.test_new
 canonical.signon.model.tests.test_authtoken.AuthTokenSetTests.test_searchByEmailAccountAndType
 canonical.signon.model.tests.test_authtoken.AuthTokenTests.test_consume
 canonical.signon.model.tests.test_authtoken.AuthTokenTests.test_sendEmailValidationRequest
 canonical.signon.model.tests.test_authtoken.AuthTokenTests.test_sendNewUserEmail
 canonical.signon.model.tests.test_authtoken.AuthTokenTests.test_sendPasswordResetEmail
 canonical.signon.model.tests.test_openidserver.OpenIDAuthorizationSetTests.test_getByAccount
 test__get_store_should_return_the_auth_master_store (canonical.signon.model.tests.test_openidserver.OpenIDAuthorizationTestCase)
 canonical.signon.model.tests.test_openidstore.ProviderOpenIDStoreTests.test_Class
 canonical.signon.model.tests.test_openidstore.ProviderOpenIDStoreTests.test_cleanupAssociations
 canonical.signon.model.tests.test_openidstore.ProviderOpenIDStoreTests.test_getAssociation
 canonical.signon.model.tests.test_openidstore.ProviderOpenIDStoreTests.test_getAssociation_expired
 canonical.signon.model.tests.test_openidstore.ProviderOpenIDStoreTests.test_getAssociation_no_handle
 canonical.signon.model.tests.test_openidstore.ProviderOpenIDStoreTests.test_getAssociation_unknown
 canonical.signon.model.tests.test_openidstore.ProviderOpenIDStoreTests.test_removeAssociation
 canonical.signon.model.tests.test_openidstore.ProviderOpenIDStoreTests.test_removeAssociation_unknown
 canonical.signon.model.tests.test_openidstore.ProviderOpenIDStoreTests.test_storeAssociation
 canonical.signon.model.tests.test_openidstore.ProviderOpenIDStoreTests.test_storeAssociation_update_existing
 canonical.signon.model.tests.test_openidstore.ProviderOpenIDStoreTests.test_useNonce
 canonical.signon.model.tests.test_openidstore.ProviderOpenIDStoreTests.test_useNonce_expired
 canonical.signon.model.tests.test_openidstore.ProviderOpenIDStoreTests.test_useNonce_future
 test_complete_from_browser (canonical.signon.testing.tests.test_openidhelpers.CompleteFromBrowserTests)
 test_openid1 (canonical.signon.testing.tests.test_openidhelpers.MaybeFixupIdentifierSelectRequestTests)
 test_openid20 (canonical.signon.testing.tests.test_openidhelpers.MaybeFixupIdentifierSelectRequestTests)
 canonical.signon.tests.test_authentication.TestAuthenticationOfPersonlessAccounts.test_navigate_logged_in_on_login_dot_launchpad_dot_net
 canonical.launchpad.webapp.tests.test_dbpolicy.BaseDatabasePolicyTestCase.test_correctly_implements_IDatabasePolicy
 canonical.launchpad.webapp.tests.test_dbpolicy.BaseDatabasePolicyTestCase.test_dbusers
 canonical.launchpad.webapp.tests.test_dbpolicy.BaseDatabasePolicyTestCase.test_defaults
 canonical.signon.tests.test_dbpolicy.SSODatabasePolicyTestCase.test_correctly_implements_IDatabasePolicy
 canonical.signon.tests.test_dbpolicy.SSODatabasePolicyTestCase.test_dbusers
 canonical.signon.tests.test_dbpolicy.SSODatabasePolicyTestCase.test_defaults
 canonical.signon.tests.test_dbpolicy.SSODatabasePolicyTestCase.test_disallowed
 canonical.launchpad.browser.tests.test_branchtraversal.TestPersonBranchTraversal.test_junk_branch
 canonical.launchpad.browser.tests.test_branchtraversal.TestPersonBranchTraversal.test_junk_branch_no_such_branch
 canonical.launchpad.browser.tests.test_branchtraversal.TestPersonBranchTraversal.test_package_branch
 canonical.launchpad.browser.tests.test_branchtraversal.TestPersonBranchTraversal.test_product_branch_no_such_product
 canonical.launchpad.browser.tests.test_branchtraversal.TestPersonBranchTraversal.test_product_only
 canonical.launchpad.browser.tests.test_branchtraversal.TestPersonBranchTraversal.test_redirect_branch_not_found
 canonical.launchpad.browser.tests.test_branchtraversal.TestPersonBranchTraversal.test_redirect_junk_branch
 canonical.launchpad.browser.tests.test_branchtraversal.TestPersonBranchTraversal.test_redirect_on_package_branch_aliases
 canonical.launchpad.browser.tests.test_branchtraversal.TestPersonBranchTraversal.test_redirect_product_branch
 canonical.launchpad.browser.tests.test_branchtraversal.TestPersonProductBranchTraversal.test_product_branch
 canonical.launchpad.browser.tests.test_branchtraversal.TestPersonProductBranchTraversal.test_product_branch_no_such_branch
 canonical.launchpad.browser.tests.test_launchpad.TestBranchTraversal.test_invalid_product_name
 canonical.launchpad.browser.tests.test_launchpad.TestBranchTraversal.test_no_branch_for_series
 canonical.launchpad.browser.tests.test_launchpad.TestBranchTraversal.test_no_such_unique_name
 canonical.launchpad.browser.tests.test_launchpad.TestBranchTraversal.test_nonexistent_product
 canonical.launchpad.browser.tests.test_launchpad.TestBranchTraversal.test_nonexistent_product_series
 canonical.launchpad.browser.tests.test_launchpad.TestBranchTraversal.test_product_alias
 canonical.launchpad.browser.tests.test_launchpad.TestBranchTraversal.test_product_series_redirect
 canonical.launchpad.browser.tests.test_launchpad.TestBranchTraversal.test_product_without_dev_focus
 canonical.launchpad.browser.tests.test_launchpad.TestBranchTraversal.test_too_short_branch_name
 canonical.launchpad.browser.tests.test_launchpad.TestBranchTraversal.test_trailing_path_redirect
 canonical.launchpad.browser.tests.test_launchpad.TestBranchTraversal.test_unique_name_traversal
 canonical.launchpad.browser.tests.test_person.PersonView_openid_identity_url_TestCase.test_should_be_production_profile_page_when_not_delegating
 canonical.launchpad.browser.tests.test_person.PersonView_openid_identity_url_TestCase.test_should_be_profile_page_when_delegating
 canonical.launchpad.browser.tests.test_registration.TestEmailsOfPersonlessAccountsCantBeUsedToRegister.test_first_step
 canonical.launchpad.browser.tests.test_registration.TestEmailsOfPersonlessAccountsCantBeUsedToRegister.test_last_step
 canonical.launchpad.browser.tests.test_structuralsubscription.StructuralSubscriptionTraversalTestBase.test_missing_person_structural_subscription_traversal
 canonical.launchpad.browser.tests.test_structuralsubscription.StructuralSubscriptionTraversalTestBase.test_missing_structural_subscription_traversal
 canonical.launchpad.browser.tests.test_structuralsubscription.StructuralSubscriptionTraversalTestBase.test_structural_subscription_canonical_url
 canonical.launchpad.browser.tests.test_structuralsubscription.StructuralSubscriptionTraversalTestBase.test_structural_subscription_traversal
 canonical.launchpad.browser.tests.test_structuralsubscription.TestDistributionSourcePackageStructuralSubscriptionTraversal.test_missing_person_structural_subscription_traversal
 canonical.launchpad.browser.tests.test_structuralsubscription.TestDistributionSourcePackageStructuralSubscriptionTraversal.test_missing_structural_subscription_traversal
 canonical.launchpad.browser.tests.test_structuralsubscription.TestDistributionSourcePackageStructuralSubscriptionTraversal.test_structural_subscription_canonical_url
 canonical.launchpad.browser.tests.test_structuralsubscription.TestDistributionSourcePackageStructuralSubscriptionTraversal.test_structural_subscription_traversal
 canonical.launchpad.browser.tests.test_structuralsubscription.TestDistributionStructuralSubscriptionTraversal.test_missing_person_structural_subscription_traversal
 canonical.launchpad.browser.tests.test_structuralsubscription.TestDistributionStructuralSubscriptionTraversal.test_missing_structural_subscription_traversal
 canonical.launchpad.browser.tests.test_structuralsubscription.TestDistributionStructuralSubscriptionTraversal.test_structural_subscription_canonical_url
 canonical.launchpad.browser.tests.test_structuralsubscription.TestDistributionStructuralSubscriptionTraversal.test_structural_subscription_traversal
 canonical.launchpad.browser.tests.test_structuralsubscription.TestDistroSeriesStructuralSubscriptionTraversal.test_missing_person_structural_subscription_traversal
 canonical.launchpad.browser.tests.test_structuralsubscription.TestDistroSeriesStructuralSubscriptionTraversal.test_missing_structural_subscription_traversal
 canonical.launchpad.browser.tests.test_structuralsubscription.TestDistroSeriesStructuralSubscriptionTraversal.test_structural_subscription_canonical_url
 canonical.launchpad.browser.tests.test_structuralsubscription.TestDistroSeriesStructuralSubscriptionTraversal.test_structural_subscription_traversal
 canonical.launchpad.browser.tests.test_structuralsubscription.TestMilestoneStructuralSubscriptionTraversal.test_missing_person_structural_subscription_traversal
 canonical.launchpad.browser.tests.test_structuralsubscription.TestMilestoneStructuralSubscriptionTraversal.test_missing_structural_subscription_traversal
 canonical.launchpad.browser.tests.test_structuralsubscription.TestMilestoneStructuralSubscriptionTraversal.test_structural_subscription_canonical_url
 canonical.launchpad.browser.tests.test_structuralsubscription.TestMilestoneStructuralSubscriptionTraversal.test_structural_subscription_traversal
 canonical.launchpad.browser.tests.test_structuralsubscription.TestProductSeriesStructuralSubscriptionTraversal.test_missing_person_structural_subscription_traversal
 canonical.launchpad.browser.tests.test_structuralsubscription.TestProductSeriesStructuralSubscriptionTraversal.test_missing_structural_subscription_traversal
 canonical.launchpad.browser.tests.test_structuralsubscription.TestProductSeriesStructuralSubscriptionTraversal.test_structural_subscription_canonical_url
 canonical.launchpad.browser.tests.test_structuralsubscription.TestProductSeriesStructuralSubscriptionTraversal.test_structural_subscription_traversal
 canonical.launchpad.browser.tests.test_structuralsubscription.TestProjectStructuralSubscriptionTraversal.test_missing_person_structural_subscription_traversal
 canonical.launchpad.browser.tests.test_structuralsubscription.TestProjectStructuralSubscriptionTraversal.test_missing_structural_subscription_traversal
 canonical.launchpad.browser.tests.test_structuralsubscription.TestProjectStructuralSubscriptionTraversal.test_structural_subscription_canonical_url
 canonical.launchpad.browser.tests.test_structuralsubscription.TestProjectStructuralSubscriptionTraversal.test_structural_subscription_traversal
 canonical.launchpad.database.tests.test_account.CreatePersonTests.test_createPerson
 canonical.launchpad.database.tests.test_account.CreatePersonTests.test_createPerson_requires_email
 canonical.launchpad.database.tests.test_account.CreatePersonTests.test_createPerson_sets_EmailAddress_person
 canonical.launchpad.database.tests.test_account.CreatePersonTests.test_createPerson_uses_comment
 canonical.launchpad.database.tests.test_account.CreatePersonTests.test_createPerson_uses_name
 canonical.launchpad.database.tests.test_account.EmailManagementTests.test_guessed_emails
 canonical.launchpad.database.tests.test_account.EmailManagementTests.test_setPreferredEmail
 canonical.launchpad.database.tests.test_account.EmailManagementTests.test_setPreferredEmail_None
 canonical.launchpad.database.tests.test_account.EmailManagementTests.test_validateAndEnsurePreferredEmail
 canonical.launchpad.database.tests.test_account.EmailManagementTests.test_validateAndEsnurePreferredEmail_no_preferred
 canonical.launchpad.database.tests.test_account.EmailManagementTests.test_validated_emails
 test__get_store_should_return_the_auth_master_store (canonical.launchpad.database.tests.test_oauth.OAuthAccessTokenTestCase)
 test__get_store_should_return_the_auth_master_store (canonical.launchpad.database.tests.test_oauth.OAuthRequestTokenTestCase)
 test__get_store_should_return_the_auth_master_store (canonical.launchpad.database.tests.test_oauth.OAuthNonceTestCase)
 test__get_store_should_return_the_auth_master_store (canonical.launchpad.database.tests.test_oauth.OAuthConsumerTestCase)
 canonical.launchpad.database.tests.test_openidconsumer.OpenIDConsumerStoreTests.test_Class
 canonical.launchpad.database.tests.test_openidconsumer.OpenIDConsumerStoreTests.test_cleanupAssociations
 canonical.launchpad.database.tests.test_openidconsumer.OpenIDConsumerStoreTests.test_getAssociation
 canonical.launchpad.database.tests.test_openidconsumer.OpenIDConsumerStoreTests.test_getAssociation_expired
 canonical.launchpad.database.tests.test_openidconsumer.OpenIDConsumerStoreTests.test_getAssociation_no_handle
 canonical.launchpad.database.tests.test_openidconsumer.OpenIDConsumerStoreTests.test_getAssociation_unknown
 canonical.launchpad.database.tests.test_openidconsumer.OpenIDConsumerStoreTests.test_removeAssociation
 canonical.launchpad.database.tests.test_openidconsumer.OpenIDConsumerStoreTests.test_removeAssociation_unknown
 canonical.launchpad.database.tests.test_openidconsumer.OpenIDConsumerStoreTests.test_storeAssociation
 canonical.launchpad.database.tests.test_openidconsumer.OpenIDConsumerStoreTests.test_storeAssociation_update_existing
 canonical.launchpad.database.tests.test_openidconsumer.OpenIDConsumerStoreTests.test_useNonce
 canonical.launchpad.database.tests.test_openidconsumer.OpenIDConsumerStoreTests.test_useNonce_expired
 canonical.launchpad.database.tests.test_openidconsumer.OpenIDConsumerStoreTests.test_useNonce_future
 canonical.launchpad.database.tests.test_personproduct.TestPersonProductCanonicalUrl.test_canonical_url
 canonical.launchpad.database.tests.test_stormextensions.TestStormExpressions.test_StartsWithUse
 canonical.launchpad.database.tests.test_stormextensions.TestStormExpressions.test_StartsWith_SQLGeneration
 canonical.launchpad.database.tests.test_stormsugar.TestSugar.test_ForeignKey
 canonical.launchpad.database.tests.test_stormsugar.TestSugar.test_ForeignKey_with_name
 canonical.launchpad.database.tests.test_stormsugar.TestSugar.test_find
 canonical.launchpad.database.tests.test_stormsugar.TestSugar.test_find_with_multiple_clauses
 canonical.launchpad.database.tests.test_stormsugar.TestSugar.test_flush_exercises_constraints
 canonical.launchpad.database.tests.test_stormsugar.TestSugar.test_getById
 canonical.launchpad.database.tests.test_stormsugar.TestSugar.test_init_adds
 canonical.launchpad.database.tests.test_stormsugar.TestSugar.test_init_handles_kwargs
 canonical.launchpad.database.tests.test_stormsugar.TestSugar.test_init_requires_known_kwargs
 canonical.launchpad.database.tests.test_stormsugar.TestSugar.test_remove
 canonical.launchpad.mail.tests.test_helpers.TestEnsureNotWeaklyAuthenticated.test_normal_user
 canonical.launchpad.mail.tests.test_helpers.TestEnsureNotWeaklyAuthenticated.test_weakly_authenticated_no_sig
 canonical.launchpad.mail.tests.test_helpers.TestEnsureNotWeaklyAuthenticated.test_weakly_authenticated_with_sig
 canonical.launchpad.mail.tests.test_helpers.TestGetPersonOrTeam.test_by_email
 canonical.launchpad.mail.tests.test_helpers.TestGetPersonOrTeam.test_by_name
 canonical.launchpad.mail.tests.test_helpers.TestGetPersonOrTeam.test_not_found
 canonical.launchpad.mail.tests.test_helpers.TestGetPersonOrTeam.test_team_by_email
 canonical.launchpad.mail.tests.test_helpers.TestGetPersonOrTeam.test_team_by_name
 canonical.launchpad.scripts.tests.test_librarian_apache_log_parser.TestScriptRunning.test_script_run
 canonical.launchpad.tests.test_login.TestLoggingInWithPersonlessAccount.test_logInPrincipal
 canonical.launchpad.tests.test_login.TestLoggingInWithPersonlessAccount.test_logInPrincipalAndMaybeCreatePerson
 canonical.launchpad.tests.test_login.TestLoginAndLogout.test_logging_in_and_logging_out
 canonical.launchpad.tests.test_login.TestLoginAndLogout.test_logging_in_and_logging_out_the_old_way
 canonical.launchpad.tests.test_personless_accounts.TestPersonlessAccountPermissions.test_can_change_their_own_details
 canonical.launchpad.tests.test_personless_accounts.TestPersonlessAccountPermissions.test_can_view_their_emails
 canonical.launchpad.tests.test_personless_accounts.TestPersonlessAccountPermissions.test_can_view_their_own_details
 canonical.launchpad.tests.test_personless_accounts.TestPersonlessAccountPermissions.test_emails_of_personless_acounts_cannot_be_seen_by_others
 test_token_uniqueness (canonical.launchpad.tests.test_token_creation.Test_create_unique_token_for_table)
 canonical.launchpad.webapp.tests.test_authentication.TestAuthenticationOfPersonlessAccounts.test_navigate_anonymously_on_launchpad_dot_net
 canonical.launchpad.webapp.tests.test_authorization.TestPrecachePermissionForObjects.test_precaching_permissions
 canonical.launchpad.webapp.tests.test_breadcrumbs.TestExtraBreadcrumbForLeafPageOnHierarchyView.test_default_page
 canonical.launchpad.webapp.tests.test_breadcrumbs.TestExtraBreadcrumbForLeafPageOnHierarchyView.test_non_default_page
 canonical.launchpad.webapp.tests.test_breadcrumbs.TestExtraBreadcrumbForLeafPageOnHierarchyView.test_zope_i18n_Messages_are_interpolated
 canonical.launchpad.webapp.tests.test_breadcrumbs.TestExtraVHostBreadcrumbsOnHierarchyView.test_package_bugtask
 canonical.launchpad.webapp.tests.test_breadcrumbs.TestExtraVHostBreadcrumbsOnHierarchyView.test_product_bugtask
 canonical.launchpad.webapp.tests.test_breadcrumbs.TestExtraVHostBreadcrumbsOnHierarchyView.test_product_on_mainsite
 canonical.launchpad.webapp.tests.test_breadcrumbs.TestExtraVHostBreadcrumbsOnHierarchyView.test_product_on_vhost
 canonical.launchpad.webapp.tests.test_breadcrumbs.TestExtraVHostBreadcrumbsOnHierarchyView.test_root_on_mainsite
 canonical.launchpad.webapp.tests.test_breadcrumbs.TestExtraVHostBreadcrumbsOnHierarchyView.test_root_on_vhost
 canonical.launchpad.webapp.tests.test_dbpolicy.BaseDatabasePolicyTestCase.test_correctly_implements_IDatabasePolicy
 canonical.launchpad.webapp.tests.test_dbpolicy.BaseDatabasePolicyTestCase.test_dbusers
 canonical.launchpad.webapp.tests.test_dbpolicy.BaseDatabasePolicyTestCase.test_defaults
 canonical.launchpad.webapp.tests.test_dbpolicy.ImplicitDatabasePolicyTestCase.test_dbusers
 canonical.launchpad.webapp.tests.test_dbpolicy.ImplicitDatabasePolicyTestCase.test_defaults
 canonical.launchpad.webapp.tests.test_dbpolicy.LaunchpadDatabasePolicyTestCase.test_correctly_implements_IDatabasePolicy
 canonical.launchpad.webapp.tests.test_dbpolicy.LaunchpadDatabasePolicyTestCase.test_dbusers
 canonical.launchpad.webapp.tests.test_dbpolicy.LaunchpadDatabasePolicyTestCase.test_defaults
 canonical.launchpad.webapp.tests.test_dbpolicy.LaunchpadDatabasePolicyTestCase.test_master_allowed
 canonical.launchpad.webapp.tests.test_dbpolicy.MasterDatabasePolicyTestCase.test_XMLRPCRequest_uses_MasterPolicy
 canonical.launchpad.webapp.tests.test_dbpolicy.MasterDatabasePolicyTestCase.test_correctly_implements_IDatabasePolicy
 canonical.launchpad.webapp.tests.test_dbpolicy.MasterDatabasePolicyTestCase.test_dbusers
 canonical.launchpad.webapp.tests.test_dbpolicy.MasterDatabasePolicyTestCase.test_defaults
 canonical.launchpad.webapp.tests.test_dbpolicy.MasterDatabasePolicyTestCase.test_slave_allowed
 canonical.launchpad.webapp.tests.test_dbpolicy.ReadOnlyLaunchpadDatabasePolicyTestCase.test_correctly_implements_IDatabasePolicy
 canonical.launchpad.webapp.tests.test_dbpolicy.ReadOnlyLaunchpadDatabasePolicyTestCase.test_dbusers
 canonical.launchpad.webapp.tests.test_dbpolicy.ReadOnlyLaunchpadDatabasePolicyTestCase.test_defaults
 canonical.launchpad.webapp.tests.test_dbpolicy.ReadOnlyLaunchpadDatabasePolicyTestCase.test_master_disallowed
 canonical.launchpad.webapp.tests.test_dbpolicy.ReadOnlyLaunchpadDatabasePolicyTestCase.test_slave_allowed
 canonical.launchpad.webapp.tests.test_dbpolicy.SlaveDatabasePolicyTestCase.test_correctly_implements_IDatabasePolicy
 canonical.launchpad.webapp.tests.test_dbpolicy.SlaveDatabasePolicyTestCase.test_dbusers
 canonical.launchpad.webapp.tests.test_dbpolicy.SlaveDatabasePolicyTestCase.test_defaults
 canonical.launchpad.webapp.tests.test_dbpolicy.SlaveDatabasePolicyTestCase.test_master_allowed
 canonical.launchpad.webapp.tests.test_dbpolicy.SlaveOnlyDatabasePolicyTestCase.test_correctly_implements_IDatabasePolicy
 canonical.launchpad.webapp.tests.test_dbpolicy.SlaveOnlyDatabasePolicyTestCase.test_dbusers
 canonical.launchpad.webapp.tests.test_dbpolicy.SlaveOnlyDatabasePolicyTestCase.test_defaults
 canonical.launchpad.webapp.tests.test_dbpolicy.SlaveOnlyDatabasePolicyTestCase.test_master_allowed
 canonical.launchpad.webapp.tests.test_login.TestLoginOrRegister_preserve_query.test_non_ascii_characters_in_query_string_ascii_encoded
 test_default_access_level (canonical.launchpad.webapp.tests.test_loginsource.LaunchpadLoginSourceTest)
 test_given_access_level_is_used (canonical.launchpad.webapp.tests.test_loginsource.LaunchpadLoginSourceTest)
 canonical.launchpad.webapp.tests.test_menu.TestMenuBaseLinkCaching.test_cache_key_is_unique
 canonical.launchpad.webapp.tests.test_menu.TestMenuBaseLinkCaching.test_cache_when_there_is_a_request
 canonical.launchpad.webapp.tests.test_menu.TestMenuBaseLinkCaching.test_correct_value_is_cached
 canonical.launchpad.webapp.tests.test_menu.TestMenuBaseLinkCaching.test_no_cache_when_there_is_no_request
 canonical.launchpad.webapp.tests.test_publication.TestWebServicePublication.test_disconnect_logs_oops
 canonical.launchpad.webapp.tests.test_publication.TestWebServicePublication.test_getPrincipal_for_person_and_account_with_different_ids
 canonical.launchpad.webapp.tests.test_publication.TestWebServicePublication.test_is_browser
 canonical.launchpad.webapp.tests.test_tales.TestDiffFormatter.test_almostEmptyString
 canonical.launchpad.webapp.tests.test_tales.TestDiffFormatter.test_config_value_limits_line_count
 canonical.launchpad.webapp.tests.test_tales.TestDiffFormatter.test_cssClasses
 canonical.launchpad.webapp.tests.test_tales.TestDiffFormatter.test_emptyString
 canonical.launchpad.webapp.tests.test_tales.TestDiffFormatter.test_format_unicode
 canonical.launchpad.webapp.tests.test_user_requested_oops.TestUserRequestedOops.test_OopsNamespace_traverse
 canonical.launchpad.webapp.tests.test_user_requested_oops.TestUserRequestedOops.test_annotation_key
 canonical.launchpad.webapp.tests.test_user_requested_oops.TestUserRequestedOops.test_existing_oops_stops_user_requested
 canonical.launchpad.webapp.tests.test_user_requested_oops.TestUserRequestedOops.test_none_requested
 canonical.launchpad.webapp.tests.test_user_requested_oops.TestUserRequestedOops.test_user_requested_oops_marked_informational
 canonical.launchpad.xmlrpc.tests.test_authserver.GetUserAndSSHKeysTests.test_user_no_keys
 canonical.launchpad.xmlrpc.tests.test_authserver.GetUserAndSSHKeysTests.test_user_not_found
 canonical.launchpad.xmlrpc.tests.test_authserver.GetUserAndSSHKeysTests.test_user_with_keys
 lp.answers.browser.tests.test_breadcrumbs.TestQuestionTargetProjectAndPersonBreadcrumbOnAnswersVHost.test_person
 lp.answers.browser.tests.test_breadcrumbs.TestQuestionTargetProjectAndPersonBreadcrumbOnAnswersVHost.test_product
 lp.answers.browser.tests.test_breadcrumbs.TestQuestionTargetProjectAndPersonBreadcrumbOnAnswersVHost.test_project
 lib/lp/answers/browser/tests/question-subscribe_me.txt
 lib/lp/answers/browser/tests/views.txt
 lib/lp/answers/browser/tests/faq-views.txt
 lib/lp/answers/tests/../doc/faqcollection.txt
 lib/lp/answers/tests/../doc/faqcollection.txt
 lib/lp/answers/tests/../doc/faqcollection.txt
 lib/lp/answers/tests/../doc/faqtarget.txt
 lib/lp/answers/tests/../doc/faqtarget.txt
 lib/lp/answers/tests/../doc/questiontarget.txt
 lib/lp/answers/tests/../doc/questiontarget.txt
 lib/lp/answers/tests/../doc/questiontarget.txt
 lib/lp/answers/tests/../doc/questiontarget.txt
 testCannotConfirmAnAnswerFromAnotherQuestion (lp.answers.tests.test_question_workflow.ConfirmAnswerTestCase)
 test_can_confirm_answer_with_answer (lp.answers.tests.test_question_workflow.ConfirmAnswerTestCase)
 test_can_confirm_answer_without_answer (lp.answers.tests.test_question_workflow.ConfirmAnswerTestCase)
 test_confirmAnswerAfterSOLVED (lp.answers.tests.test_question_workflow.ConfirmAnswerTestCase)
 test_confirmAnswerBeforeSOLVED (lp.answers.tests.test_question_workflow.ConfirmAnswerTestCase)
 test_confirmAnswerFromInvalidStates_with_answer (lp.answers.tests.test_question_workflow.ConfirmAnswerTestCase)
 test_confirmAnswerFromInvalidStates_without_answer (lp.answers.tests.test_question_workflow.ConfirmAnswerTestCase)
 test_confirmAnswerPermission (lp.answers.tests.test_question_workflow.ConfirmAnswerTestCase)
 test_expireQuestion (lp.answers.tests.test_question_workflow.ExpireQuestionTestCase)
 test_expireQuestionFromInvalidStates (lp.answers.tests.test_question_workflow.ExpireQuestionTestCase)
 test_expireQuestionPermission (lp.answers.tests.test_question_workflow.ExpireQuestionTestCase)
 test_can_give_answer (lp.answers.tests.test_question_workflow.GiveAnswerTestCase)
 test_giveAnswerByAnswerer (lp.answers.tests.test_question_workflow.GiveAnswerTestCase)
 test_giveAnswerByOwner (lp.answers.tests.test_question_workflow.GiveAnswerTestCase)
 test_giveAnswerFromInvalidStates (lp.answers.tests.test_question_workflow.GiveAnswerTestCase)
 test_giveAnswerPermission (lp.answers.tests.test_question_workflow.GiveAnswerTestCase)
 test_can_give_info (lp.answers.tests.test_question_workflow.GiveInfoTestCase)
 test_giveInfo (lp.answers.tests.test_question_workflow.GiveInfoTestCase)
 test_giveInfoFromInvalidStates (lp.answers.tests.test_question_workflow.GiveInfoTestCase)
 test_giveInfoPermission (lp.answers.tests.test_question_workflow.GiveInfoTestCase)
 test_linkFAQ (lp.answers.tests.test_question_workflow.LinkFAQTestCase)
 test_linkFAQPermission (lp.answers.tests.test_question_workflow.LinkFAQTestCase)
 testDisallowNoOpSetStatus (lp.answers.tests.test_question_workflow.MiscAnswerTrackerWorkflowTestCase)
 testRejectPermission (lp.answers.tests.test_question_workflow.RejectTestCase)
 test_reject (lp.answers.tests.test_question_workflow.RejectTestCase)
 test_rejectFromInvalidStates (lp.answers.tests.test_question_workflow.RejectTestCase)
 test_can_reopen (lp.answers.tests.test_question_workflow.ReopenTestCase)
 test_reopen (lp.answers.tests.test_question_workflow.ReopenTestCase)
 test_reopenFromInvalidStates (lp.answers.tests.test_question_workflow.ReopenTestCase)
 test_reopenFromSOLVEDByAnswerer (lp.answers.tests.test_question_workflow.ReopenTestCase)
 test_reopenFromSOLVEDByOwner (lp.answers.tests.test_question_workflow.ReopenTestCase)
 test_reopenPermission (lp.answers.tests.test_question_workflow.ReopenTestCase)
 test_can_request_info (lp.answers.tests.test_question_workflow.RequestInfoTestCase)
 test_requestInfo (lp.answers.tests.test_question_workflow.RequestInfoTestCase)
 test_requestInfoFromInvalidStates (lp.answers.tests.test_question_workflow.RequestInfoTestCase)
 test_requestInfoFromOwnerIsInvalid (lp.answers.tests.test_question_workflow.RequestInfoTestCase)
 test_requestInfoPermission (lp.answers.tests.test_question_workflow.RequestInfoTestCase)
 lp.answers.tests.test_questiontarget.TestQuestionTarget_answer_contacts_with_languages.test_Product_implementation_should_prefill_cache
 lp.answers.tests.test_questiontarget.TestQuestionTarget_answer_contacts_with_languages.test_SourcePackage_implementation_should_prefill_cache
 lib/lp/answers/tests/questiontarget-sourcepackage.txt
 lib/lp/app/browser/tests/base-layout.txt
 lib/lp/app/browser/tests/menu.txt
 lib/lp/app/browser/tests/watermark.txt
 lp.archiveuploader.tests.test_permission.TestComponents.test_components_for_person_with_permissions
 lp.archiveuploader.tests.test_permission.TestComponents.test_no_components_for_arbitrary_person
 lp.archiveuploader.tests.test_permission.TestPermission.test_arbitrary_person_cannot_upload_to_primary_archive
 lp.archiveuploader.tests.test_permission.TestPermission.test_component_rights
 lp.archiveuploader.tests.test_permission.TestPermission.test_component_rights_no_package
 lp.archiveuploader.tests.test_permission.TestPermission.test_incorrect_component_rights
 lp.archiveuploader.tests.test_permission.TestPermission.test_non_strict_component_rights
 lp.archiveuploader.tests.test_permission.TestPermission.test_owner_can_upload_to_ppa
 lp.archiveuploader.tests.test_permission.TestPermission.test_owner_can_upload_to_ppa_no_sourcepackage
 lp.archiveuploader.tests.test_permission.TestPermission.test_package_specific_rights
 lp.archiveuploader.tests.test_permission.TestPermission.test_packageset_specific_rights
 lp.archiveuploader.tests.test_permission.TestPermission.test_random_person_cannot_upload_to_ppa
 lp.blueprints.browser.tests.test_breadcrumbs.TestHasSpecificationsBreadcrumbOnBlueprintsVHost.test_person
 lp.blueprints.browser.tests.test_breadcrumbs.TestHasSpecificationsBreadcrumbOnBlueprintsVHost.test_product
 lp.blueprints.browser.tests.test_breadcrumbs.TestSpecificationBreadcrumb.test_specification
 lp.blueprints.browser.tests.test_specification.TestBranchTraversal.test_junk_branch
 lp.blueprints.browser.tests.test_specification.TestBranchTraversal.test_junk_branch_no_such_branch
 lp.blueprints.browser.tests.test_specification.TestBranchTraversal.test_junk_branch_no_such_person
 lp.blueprints.browser.tests.test_specification.TestBranchTraversal.test_package_branch
 lp.blueprints.browser.tests.test_specification.TestBranchTraversal.test_product_branch
 lp.blueprints.browser.tests.test_specification.TestBranchTraversal.test_product_branch_no_such_branch
 lp.blueprints.browser.tests.test_specification.TestBranchTraversal.test_product_branch_no_such_person
 lp.blueprints.browser.tests.test_specification.TestBranchTraversal.test_product_branch_no_such_product
 lp.bugs.browser.tests.test_breadcrumbs.TestBugTaskBreadcrumb.test_bugtask
 lp.bugs.browser.tests.test_breadcrumbs.TestBugTaskBreadcrumb.test_bugtask_child
 lp.bugs.browser.tests.test_breadcrumbs.TestBugTaskBreadcrumb.test_bugtask_private_bug
 lp.bugs.browser.tests.test_breadcrumbs.TestBugTrackerBreadcrumbs.test_bug_tracker
 lp.bugs.browser.tests.test_breadcrumbs.TestBugTrackerBreadcrumbs.test_bug_tracker_set
 lp.bugs.browser.tests.test_bugbranch.TestBugBranchPrimaryContext.testPrimaryContext
 lp.bugs.tests.test_bugnomination.TestBugCanBeNominatedForDistroSeries.test_canBeNominatedFor_series
 lp.bugs.tests.test_bugnomination.TestBugCanBeNominatedForDistroSeries.test_canBeNominatedFor_with_only_distributionsourcepackage
 lp.bugs.tests.test_bugnomination.TestBugCanBeNominatedForDistroSeries.test_not_canBeNominatedFor_already_nominated_series
 lp.bugs.tests.test_bugnomination.TestBugCanBeNominatedForDistroSeries.test_not_canBeNominatedFor_already_targeted_series
 lp.bugs.tests.test_bugnomination.TestBugCanBeNominatedForDistroSeries.test_not_canBeNominatedFor_non_series
 lp.bugs.tests.test_bugnomination.TestBugCanBeNominatedForDistroSeries.test_not_canBeNominatedFor_random_series
 lp.bugs.tests.test_bugnomination.TestBugCanBeNominatedForDistroSeries.test_not_canBeNominatedFor_source_package
 lp.bugs.tests.test_bugnomination.TestBugCanBeNominatedForProductSeries.test_canBeNominatedFor_series
 lp.bugs.tests.test_bugnomination.TestBugCanBeNominatedForProductSeries.test_not_canBeNominatedFor_already_nominated_series
 lp.bugs.tests.test_bugnomination.TestBugCanBeNominatedForProductSeries.test_not_canBeNominatedFor_already_targeted_series
 lp.bugs.tests.test_bugnomination.TestBugCanBeNominatedForProductSeries.test_not_canBeNominatedFor_non_series
 lp.bugs.tests.test_bugnomination.TestBugCanBeNominatedForProductSeries.test_not_canBeNominatedFor_random_series
 lp.bugs.tests.test_bugs_webservice.TestBugCommentRepresentation.test_GET_xhtml_representation
 lp.bugs.tests.test_bugs_webservice.TestBugDescriptionRepresentation.test_GET_xhtml_representation
 lp.bugs.tests.test_bugs_webservice.TestBugDescriptionRepresentation.test_PATCH_xhtml_representation
 testSupportedTargetParam (lp.bugs.tests.test_bugtask_1.BugTaskSetFindExpirableBugTasksTest)
 testUnsupportedBugTargetParam (lp.bugs.tests.test_bugtask_1.BugTaskSetFindExpirableBugTasksTest)
 test_getBugTasks (lp.bugs.tests.test_bugtask_1.BugTaskSetTest)
 test_getBugTasks_with_empty_list (lp.bugs.tests.test_bugtask_1.BugTaskSetTest)
 lp.code.browser.tests.test_bazaar.TestBazaarViewPreCacheLaunchpadPermissions.test_recently_changed
 lp.code.browser.tests.test_bazaar.TestBazaarViewPreCacheLaunchpadPermissions.test_recently_imported
 lp.code.browser.tests.test_bazaar.TestBazaarViewPreCacheLaunchpadPermissions.test_recently_registered
 lp.code.browser.tests.test_branch.TestBranchBzrIdentity.test_dev_focus_identity
 lp.code.browser.tests.test_branch.TestBranchProposalsVisible.test_prerequisite_private
 lp.code.browser.tests.test_branch.TestBranchProposalsVisible.test_prerequisite_public
 lp.code.browser.tests.test_branch.TestBranchProposalsVisible.test_private_source
 lp.code.browser.tests.test_branch.TestBranchProposalsVisible.test_private_target
 lp.code.browser.tests.test_branch.TestBranchProposalsVisible.test_public_source
 lp.code.browser.tests.test_branch.TestBranchProposalsVisible.test_public_target
 lp.code.browser.tests.test_branch.TestBranchReviewerEditView.test_initial_reviewer_not_set
 lp.code.browser.tests.test_branch.TestBranchReviewerEditView.test_initial_reviewer_set
 lp.code.browser.tests.test_branch.TestBranchReviewerEditView.test_set_reviewer
 lp.code.browser.tests.test_branch.TestBranchReviewerEditView.test_set_reviewer_as_owner_clears_reviewer
 lp.code.browser.tests.test_branch.TestBranchReviewerEditView.test_set_reviewer_to_same_does_not_update_last_modified
 lp.code.browser.tests.test_branch.TestBranchRootContext.test_package_branch
 lp.code.browser.tests.test_branch.TestBranchRootContext.test_personal_branch
 lp.code.browser.tests.test_branch.TestBranchRootContext.test_product_branch
 lp.code.browser.tests.test_branch.TestBranchSparkView.test_commit_for_just_now
 lp.code.browser.tests.test_branch.TestBranchSparkView.test_empty_branch
 lp.code.browser.tests.test_branch.TestBranchSparkView.test_last_commit_string
 lp.code.browser.tests.test_branch.TestBranchSparkView.test_new_commits
 lp.code.browser.tests.test_branch.TestBranchSparkView.test_old_commits
 lp.code.browser.tests.test_branchlisting.TestGroupedDistributionSourcePackageBranchesView.test_groups_with_no_branches
 lp.code.browser.tests.test_branchlisting.TestGroupedDistributionSourcePackageBranchesView.test_more_branch_count_nonzero
 lp.code.browser.tests.test_branchlisting.TestGroupedDistributionSourcePackageBranchesView.test_more_branch_count_zero
 lp.code.browser.tests.test_branchlisting.TestGroupedDistributionSourcePackageBranchesView.test_series_branch_order_no_official
 lp.code.browser.tests.test_branchlisting.TestGroupedDistributionSourcePackageBranchesView.test_series_branch_order_official_first
 lp.code.browser.tests.test_branchlisting.TestGroupedDistributionSourcePackageBranchesView.test_series_branch_order_three_two
 lp.code.browser.tests.test_branchlisting.TestGroupedDistributionSourcePackageBranchesView.test_series_branch_order_two_three
 lp.code.browser.tests.test_branchlisting.TestPersonOwnedBranchesView.test_branch_ids_with_bug_links
 lp.code.browser.tests.test_branchlisting.TestPersonOwnedBranchesView.test_branch_ids_with_merge_propoasls
 lp.code.browser.tests.test_branchlisting.TestPersonOwnedBranchesView.test_branch_ids_with_spec_links
 lp.code.browser.tests.test_branchlisting.TestPersonOwnedBranchesView.test_tip_revisions
 lp.code.browser.tests.test_branchlisting.TestSourcePackageBranchesView.test_distroseries_links
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalAddVoteView.test_init_with_anonymous
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalAddVoteView.test_init_with_random_person
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalChangeStatusOptions.test_createStatusVocabulary_non_reviewer
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalChangeStatusOptions.test_createStatusVocabulary_non_reviewer_approved
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalChangeStatusOptions.test_createStatusVocabulary_queued
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalChangeStatusOptions.test_createStatusVocabulary_rejected
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalChangeStatusOptions.test_createStatusVocabulary_reviewer
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalChangeStatusOptions.test_createStatusVocabulary_reviewer_approved
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalContextMenu.test_add_comment_enabled_when_not_mergeable
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalMergedView.test_initial_values
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalPrimaryContext.testPrimaryContext
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalVoteView.testChangeOfVoteBringsToTop
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalVoteView.testCurrentReviewOrdering
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalVoteView.testNoVotes
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalVoteView.testRequestedOrdering
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalVoteView.test_no_review_team_untrusted
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalVoteView.test_render_all_vote_types
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalVoteView.test_review_team_members_trusted
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalVoteView.test_review_team_nonmembers_untrusted
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalVoteView.test_user_can_claim_member
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalVoteView.test_user_can_claim_nonmember
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalVoteView.test_user_can_claim_self
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalVoteView.test_user_can_reassign_assignee
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalVoteView.test_user_can_reassign_registrant
 lp.code.browser.tests.test_branchmergeproposal.TestBranchMergeProposalVoteView.test_user_cannot_reassign_random_person
 lp.code.browser.tests.test_branchmergeproposal.TestDecoratedCodeReviewVoteReference.test_commentEnabled
 lp.code.browser.tests.test_branchmergeproposal.TestRegisterBranchMergeProposalView.test_register_comment_and_review
 lp.code.browser.tests.test_branchmergeproposal.TestRegisterBranchMergeProposalView.test_register_initial_comment
 lp.code.browser.tests.test_branchmergeproposal.TestRegisterBranchMergeProposalView.test_register_request_review_type
 lp.code.browser.tests.test_branchmergeproposal.TestRegisterBranchMergeProposalView.test_register_request_reviewer
 lp.code.browser.tests.test_branchmergeproposal.TestRegisterBranchMergeProposalView.test_register_simplest_case
 lp.code.browser.tests.test_branchmergeproposallisting.ActiveReviewGroupsTest.test_approved
 lp.code.browser.tests.test_branchmergeproposallisting.ActiveReviewGroupsTest.test_group_pending_review
 lp.code.browser.tests.test_branchmergeproposallisting.ActiveReviewGroupsTest.test_group_pending_team_review
 lp.code.browser.tests.test_branchmergeproposallisting.ActiveReviewGroupsTest.test_proposal_registrant
 lp.code.browser.tests.test_branchmergeproposallisting.ActiveReviewGroupsTest.test_review_done
 lp.code.browser.tests.test_branchmergeproposallisting.ActiveReviewGroupsTest.test_source_branch_owner
 lp.code.browser.tests.test_branchmergeproposallisting.ActiveReviewGroupsTest.test_target_branch_owner
 lp.code.browser.tests.test_branchmergeproposallisting.ActiveReviewGroupsTest.test_unrelated_reviewer
 lp.code.browser.tests.test_branchmergeproposallisting.ActiveReviewGroupsTest.test_work_in_progress
 lp.code.browser.tests.test_branchmergeproposallisting.ActiveReviewSortingTest.test_oldest_first
 lp.code.browser.tests.test_branchmergeproposallisting.TestProposalVoteSummary.test_abstain
 lp.code.browser.tests.test_branchmergeproposallisting.TestProposalVoteSummary.test_disapproval
 lp.code.browser.tests.test_branchmergeproposallisting.TestProposalVoteSummary.test_multiple_votes_for_type
 lp.code.browser.tests.test_branchmergeproposallisting.TestProposalVoteSummary.test_no_votes_or_comments
 lp.code.browser.tests.test_branchmergeproposallisting.TestProposalVoteSummary.test_no_votes_with_comments
 lp.code.browser.tests.test_branchmergeproposallisting.TestProposalVoteSummary.test_vote_ranking
 lp.code.browser.tests.test_branchmergeproposallisting.TestProposalVoteSummary.test_vote_with_comment
 lp.code.browser.tests.test_branchmergeproposallisting.TestProposalVoteSummary.test_vote_without_comment
 lp.code.browser.tests.test_branchsubscription.TestBranchSubscriptionPrimaryContext.testPrimaryContext
 lp.code.browser.tests.test_codereviewcomment.TestCodeReviewCommentPrimaryContext.testPrimaryContext
 lp.code.browser.tests.test_codereviewvote.TestReassignReviewer.test_reassign
 lp.code.browser.tests.test_product.TestProductCodeIndexView.test_browseable_branch_has_link
 lp.code.browser.tests.test_product.TestProductCodeIndexView.test_committer_count_with_revision_authors
 lp.code.browser.tests.test_product.TestProductCodeIndexView.test_committers_count_private_branch
 lp.code.browser.tests.test_product.TestProductCodeIndexView.test_initial_branches_contains_dev_focus_branch
 lp.code.browser.tests.test_product.TestProductCodeIndexView.test_initial_branches_does_not_contain_private_dev_focus_branch
 lp.code.browser.tests.test_product.TestProductCodeIndexView.test_product_code_page_visible_with_private_dev_focus
 lp.code.browser.tests.test_product.TestProductCodeIndexView.test_unbrowseable_branch_does_not_have_link
 lp.code.feed.tests.test_revision.TestProductRevisionFeed.test_getItems_empty
 lp.code.feed.tests.test_revision.TestProductRevisionFeed.test_getItems_revisions
 lp.code.feed.tests.test_revision.TestProductRevisionFeed.test_getItems_skips_revisions_not_in_branches
 lp.code.feed.tests.test_revision.TestRevisionFeed.test_createView
 lp.code.feed.tests.test_revision.TestRevisionFeed.test_createView_revision_not_in_branch
 lp.code.feed.tests.test_revision.TestRevisionFeedId.test_format
 lp.code.mail.tests.test_branch.TestBranchMailerDiff.test_generateEmail_with_diff
 lp.code.mail.tests.test_branch.TestBranchMailerDiff.test_generateEmail_with_no_diff
 lp.code.mail.tests.test_branch.TestBranchMailerDiff.test_generateEmail_with_oversize_diff
 lp.code.mail.tests.test_branch.TestBranchMailerDiff.test_generateEmail_with_subscription_no_diff
 lp.code.mail.tests.test_branch.TestBranchMailerHeaders.test_branch_modified
 lp.code.mail.tests.test_branch.TestBranchMailerHeaders.test_branch_revision
 lp.code.mail.tests.test_branch.TestRecipientReason.test_forBranchSubscriber
 lp.code.mail.tests.test_branch.TestRecipientReason.test_forReviewer
 lp.code.mail.tests.test_branch.TestRecipientReason.test_getReasonPerson
 lp.code.mail.tests.test_branch.TestRecipientReason.test_getReasonReviewer
 lp.code.mail.tests.test_branch.TestRecipientReason.test_getReasonTeam
 lp.code.mail.tests.test_branch.TestRecipientReason.test_usesBranchIdentityCache
 lp.code.mail.tests.test_branchmergeproposal.TestBranchMergeProposalRequestReview.test_requestReviewWithPrivateEmail
 lp.code.model.tests.test_branch.BranchAddLandingTarget.test_attributeAssignment
 lp.code.model.tests.test_branch.BranchAddLandingTarget.test_existingMergeProposal
 lp.code.model.tests.test_branch.BranchAddLandingTarget.test_existingRejectedMergeProposal
 lp.code.model.tests.test_branch.BranchAddLandingTarget.test_junkSource
 lp.code.model.tests.test_branch.BranchAddLandingTarget.test_prerequisiteBranchSameProduct
 lp.code.model.tests.test_branch.BranchAddLandingTarget.test_prerequisiteMustNotBeTheSource
 lp.code.model.tests.test_branch.BranchAddLandingTarget.test_prerequisiteMustNotBeTheTarget
 lp.code.model.tests.test_branch.BranchAddLandingTarget.test_targetMustNotBeTheSource
 lp.code.model.tests.test_branch.BranchAddLandingTarget.test_targetProduct
 lp.code.model.tests.test_branch.BranchDateLastModified.test_bugBranchLinkUpdates
 lp.code.model.tests.test_branch.BranchDateLastModified.test_initialValue
 lp.code.model.tests.test_branch.BranchDateLastModified.test_updateScannedDetails_with_future_revision
 lp.code.model.tests.test_branch.BranchDateLastModified.test_updateScannedDetails_with_null_revision
 lp.code.model.tests.test_branch.BranchDateLastModified.test_updateScannedDetails_with_revision
 lp.code.model.tests.test_branch.StackedBranches.testMultipleBranchesStacked
 lp.code.model.tests.test_branch.StackedBranches.testNoBranchesStacked
 lp.code.model.tests.test_branch.StackedBranches.testSingleBranchStacked
 lp.code.model.tests.test_branch.StackedBranches.testStackedBranchesCompleteMirrors
 lp.code.model.tests.test_branch.StackedBranches.testStackedBranchesFailedMirrors
 lp.code.model.tests.test_branch.StackedBranches.testStackedBranchesFailedThenStartedMirrors
 lp.code.model.tests.test_branch.StackedBranches.testStackedBranchesIncompleteMirrors
 lp.code.model.tests.test_branch.StackedBranches.testStackedBranchesIncompleteMirrorsNoBranches
 lp.code.model.tests.test_branch.StackedBranches.testStackedBranchesIncompleteMirrorsNotStacked
 lp.code.model.tests.test_branch.StackedBranches.testStackedBranchesMirrorRequested
 lp.code.model.tests.test_branch.TestBranch.test_addToLaunchBag_package
 lp.code.model.tests.test_branch.TestBranch.test_addToLaunchBag_personal
 lp.code.model.tests.test_branch.TestBranch.test_addToLaunchBag_product
 lp.code.model.tests.test_branch.TestBranch.test_distribution_package
 lp.code.model.tests.test_branch.TestBranch.test_distribution_personal
 lp.code.model.tests.test_branch.TestBranch.test_distribution_product
 lp.code.model.tests.test_branch.TestBranch.test_needsUpgrading_branch_format_unrecognized
 lp.code.model.tests.test_branch.TestBranch.test_needsUpgrading_branch_format_upgrade_needed
 lp.code.model.tests.test_branch.TestBranch.test_needsUpgrading_branch_format_upgrade_not_needed
 lp.code.model.tests.test_branch.TestBranch.test_needsUpgrading_repository_format_unrecognized
 lp.code.model.tests.test_branch.TestBranch.test_needsUpgrading_repository_format_upgrade_needed
 lp.code.model.tests.test_branch.TestBranch.test_needsUpgrading_repository_format_upgrade_not_needed
 lp.code.model.tests.test_branch.TestBranch.test_owner_name
 lp.code.model.tests.test_branch.TestBranch.test_owner_name_updated
 lp.code.model.tests.test_branch.TestBranch.test_pullURLHosted
 lp.code.model.tests.test_branch.TestBranch.test_pullURLImported
 lp.code.model.tests.test_branch.TestBranch.test_pullURLMirrored
 lp.code.model.tests.test_branch.TestBranch.test_pullURLRemote
 lp.code.model.tests.test_branch.TestBranch.test_sourcepackage_package
 lp.code.model.tests.test_branch.TestBranch.test_sourcepackage_personal
 lp.code.model.tests.test_branch.TestBranch.test_sourcepackage_product
 lp.code.model.tests.test_branch.TestBranch.test_target_name_junk
 lp.code.model.tests.test_branch.TestBranch.test_target_name_package
 lp.code.model.tests.test_branch.TestBranch.test_target_name_product
 lp.code.model.tests.test_branch.TestBranch.test_target_suffix_junk
 lp.code.model.tests.test_branch.TestBranch.test_target_suffix_package
 lp.code.model.tests.test_branch.TestBranch.test_target_suffix_product
 lp.code.model.tests.test_branch.TestBranch.test_unique_name_junk
 lp.code.model.tests.test_branch.TestBranch.test_unique_name_product
 lp.code.model.tests.test_branch.TestBranch.test_unique_name_source_package
 lp.code.model.tests.test_branch.TestBranchBugLinks.test_bug_link
 lp.code.model.tests.test_branch.TestBranchBugLinks.test_bug_unlink
 lp.code.model.tests.test_branch.TestBranchCommitsForDays.test_commits_after_epoch_are_returned
 lp.code.model.tests.test_branch.TestBranchCommitsForDays.test_commits_are_grouped
 lp.code.model.tests.test_branch.TestBranchCommitsForDays.test_commits_before_epoch_not_returned
 lp.code.model.tests.test_branch.TestBranchCommitsForDays.test_empty_branch
 lp.code.model.tests.test_branch.TestBranchCommitsForDays.test_non_mainline_commits_count
 lp.code.model.tests.test_branch.TestBranchGetRevision.testGetByRevision
 lp.code.model.tests.test_branch.TestBranchGetRevision.testGetByRevisionId
 lp.code.model.tests.test_branch.TestBranchGetRevision.testGetBySequenceNumber
 lp.code.model.tests.test_branch.TestBranchGetRevision.testInvalidParams
 lp.code.model.tests.test_branch.TestBranchGetRevision.testNonExistant
 lp.code.model.tests.test_branch.TestBranchIsPersonTrustedReviewer.test_branch_owner_is_trusted
 lp.code.model.tests.test_branch.TestBranchIsPersonTrustedReviewer.test_branch_owner_not_review_team_member_is_trusted
 lp.code.model.tests.test_branch.TestBranchIsPersonTrustedReviewer.test_community_reviewer
 lp.code.model.tests.test_branch.TestBranchIsPersonTrustedReviewer.test_lp_admins_always_trusted
 lp.code.model.tests.test_branch.TestBranchIsPersonTrustedReviewer.test_member_of_team_owned_branch
 lp.code.model.tests.test_branch.TestBranchIsPersonTrustedReviewer.test_non_branch_owner_is_not_trusted
 lp.code.model.tests.test_branch.TestBranchIsPersonTrustedReviewer.test_none_is_not_trusted
 lp.code.model.tests.test_branch.TestBranchIsPersonTrustedReviewer.test_review_team_member_is_trusted
 lp.code.model.tests.test_branch.TestBranchLifecycleStatus.test_updateScannedDetails_active_branch
 lp.code.model.tests.test_branch.TestBranchLifecycleStatus.test_updateScannedDetails_inactive_branch
 lp.code.model.tests.test_branch.TestBranchNamespace.test_namespace_package
 lp.code.model.tests.test_branch.TestBranchNamespace.test_namespace_personal
 lp.code.model.tests.test_branch.TestBranchNamespace.test_namespace_product
 lp.code.model.tests.test_branch.TestBranchSetOwner.test_admin_can_set_any_team_or_person
 lp.code.model.tests.test_branch.TestBranchSetOwner.test_bazaar_experts_can_set_any_team_or_person
 lp.code.model.tests.test_branch.TestBranchSetOwner.test_owner_cannot_set_nonmember_team
 lp.code.model.tests.test_branch.TestBranchSetOwner.test_owner_cannot_set_other_user
 lp.code.model.tests.test_branch.TestBranchSetOwner.test_owner_sets_team
 lp.code.model.tests.test_branch.TestBranchSetPrivate.test_private_to_private
 lp.code.model.tests.test_branch.TestBranchSetPrivate.test_private_to_public_allowed
 lp.code.model.tests.test_branch.TestBranchSetPrivate.test_private_to_public_not_allowed
 lp.code.model.tests.test_branch.TestBranchSetPrivate.test_public_to_private_allowed
 lp.code.model.tests.test_branch.TestBranchSetPrivate.test_public_to_private_not_allowed
 lp.code.model.tests.test_branch.TestBranchSetPrivate.test_public_to_public
 lp.code.model.tests.test_branch.TestBranchSetTarget.test_junk_branch_to_package_branch
 lp.code.model.tests.test_branch.TestBranchSetTarget.test_junk_branch_to_project_branch
 lp.code.model.tests.test_branch.TestBranchSetTarget.test_not_both_project_and_source_package
 lp.code.model.tests.test_branch.TestBranchSetTarget.test_package_branch_to_junk_branch
 lp.code.model.tests.test_branch.TestBranchSetTarget.test_package_branch_to_other_package_branch
 lp.code.model.tests.test_branch.TestBranchSetTarget.test_package_branch_to_project_branch
 lp.code.model.tests.test_branch.TestBranchSetTarget.test_project_branch_to_junk_branch
 lp.code.model.tests.test_branch.TestBranchSetTarget.test_project_branch_to_other_project_branch
 lp.code.model.tests.test_branch.TestBranchSetTarget.test_project_branch_to_package_branch
 lp.code.model.tests.test_branch.TestBranchSpecLinks.test_spec_link
 lp.code.model.tests.test_branch.TestBranchSpecLinks.test_spec_unlink
 lp.code.model.tests.test_branch.TestBzrIdentity.test_default_identity
 lp.code.model.tests.test_branch.TestBzrIdentity.test_junk_branch_always_unique_name
 lp.code.model.tests.test_branch.TestBzrIdentity.test_linked_to_dev_package
 lp.code.model.tests.test_branch.TestBzrIdentity.test_linked_to_package
 lp.code.model.tests.test_branch.TestBzrIdentity.test_linked_to_product
 lp.code.model.tests.test_branch.TestBzrIdentity.test_linked_to_product_series
 lp.code.model.tests.test_branch.TestBzrIdentity.test_linked_to_series_and_dev_focus
 lp.code.model.tests.test_branch.TestBzrIdentity.test_private_linked_to_product
 lp.code.model.tests.test_branch.TestCodebrowseURL.test_extra_args
 lp.code.model.tests.test_branch.TestCodebrowseURL.test_private
 lp.code.model.tests.test_branch.TestCodebrowseURL.test_simple
 lp.code.model.tests.test_branch.TestCodebrowseURL.test_source_code_url
 lp.code.model.tests.test_branch.TestCreateBranchRevisionFromIDs.test_call_twice_in_one_transaction
 lp.code.model.tests.test_branch.TestCreateBranchRevisionFromIDs.test_empty
 lp.code.model.tests.test_branch.TestCreateBranchRevisionFromIDs.test_multiple
 lp.code.model.tests.test_branch.TestCreateBranchRevisionFromIDs.test_simple
 lp.code.model.tests.test_branch.TestGetMainlineBranchRevisions.test_getMainlineBranchRevisions
 lp.code.model.tests.test_branch.TestGetMainlineBranchRevisions.test_getMainlineBranchRevisionsWrongBranch
 lp.code.model.tests.test_branch.TestPendingWrites.test_first_mirror_started
 lp.code.model.tests.test_branch.TestPendingWrites.test_following_mirror_started
 lp.code.model.tests.test_branch.TestPendingWrites.test_new_branch_no_writes
 lp.code.model.tests.test_branch.TestPendingWrites.test_pulled_and_scanned
 lp.code.model.tests.test_branch.TestPendingWrites.test_pulled_but_not_scanned
 lp.code.model.tests.test_branch.TestPendingWrites.test_requestMirror_for_hosted
 lp.code.model.tests.test_branch.TestPendingWrites.test_requestMirror_for_imported
 lp.code.model.tests.test_branch.TestPendingWrites.test_requestMirror_for_mirrored
 lp.code.model.tests.test_branch.TestScheduleDiffUpdates.test_scheduleDiffUpdates
 lp.code.model.tests.test_branch.TestScheduleDiffUpdates.test_scheduleDiffUpdates_ignores_final
 lp.code.model.tests.test_branchcloud.TestBranchCloud.test_empty_branches_not_counted
 lp.code.model.tests.test_branchcloud.TestBranchCloud.test_empty_products_not_counted
 lp.code.model.tests.test_branchcloud.TestBranchCloud.test_empty_with_no_branches
 lp.code.model.tests.test_branchcloud.TestBranchCloud.test_hosted_and_mirrored_counted
 lp.code.model.tests.test_branchcloud.TestBranchCloud.test_import_branches_not_counted
 lp.code.model.tests.test_branchcloud.TestBranchCloud.test_includes_products_with_branches_with_revisions
 lp.code.model.tests.test_branchcloud.TestBranchCloud.test_limit
 lp.code.model.tests.test_branchcloud.TestBranchCloud.test_private_branches_not_counted
 lp.code.model.tests.test_branchcloud.TestBranchCloud.test_remote_branches_not_counted
 lp.code.model.tests.test_branchcloud.TestBranchCloud.test_sorted_by_branch_count
 lp.code.model.tests.test_branchcloud.TestBranchCloud.test_uses_latest_revision_date
 lp.code.model.tests.test_branchcollection.TestBranchCollectionAdaptation.test_distribution
 lp.code.model.tests.test_branchcollection.TestBranchCollectionAdaptation.test_distribution_source_package
 lp.code.model.tests.test_branchcollection.TestBranchCollectionAdaptation.test_distro_series
 lp.code.model.tests.test_branchcollection.TestBranchCollectionAdaptation.test_person
 lp.code.model.tests.test_branchcollection.TestBranchCollectionAdaptation.test_product
 lp.code.model.tests.test_branchcollection.TestBranchCollectionAdaptation.test_project
 lp.code.model.tests.test_branchcollection.TestBranchCollectionAdaptation.test_source_package
 lp.code.model.tests.test_branchcollection.TestBranchCollectionFilters.test_count_respects_visibleByUser_filter
 lp.code.model.tests.test_branchcollection.TestBranchCollectionFilters.test_inProject
 lp.code.model.tests.test_branchcollection.TestBranchCollectionFilters.test_in_distribution
 lp.code.model.tests.test_branchcollection.TestBranchCollectionFilters.test_in_distribution_source_package
 lp.code.model.tests.test_branchcollection.TestBranchCollectionFilters.test_in_distro_series
 lp.code.model.tests.test_branchcollection.TestBranchCollectionFilters.test_in_product
 lp.code.model.tests.test_branchcollection.TestBranchCollectionFilters.test_in_source_package
 lp.code.model.tests.test_branchcollection.TestBranchCollectionFilters.test_modifiedSince
 lp.code.model.tests.test_branchcollection.TestBranchCollectionFilters.test_official_branches
 lp.code.model.tests.test_branchcollection.TestBranchCollectionFilters.test_official_branches_pocket
 lp.code.model.tests.test_branchcollection.TestBranchCollectionFilters.test_order_by_product_name
 lp.code.model.tests.test_branchcollection.TestBranchCollectionFilters.test_ownedBy
 lp.code.model.tests.test_branchcollection.TestBranchCollectionFilters.test_ownedBy_and_inProduct
 lp.code.model.tests.test_branchcollection.TestBranchCollectionFilters.test_registeredBy
 lp.code.model.tests.test_branchcollection.TestBranchCollectionFilters.test_relatedTo
 lp.code.model.tests.test_branchcollection.TestBranchCollectionFilters.test_scanned
 lp.code.model.tests.test_branchcollection.TestBranchCollectionFilters.test_scannedSince
 lp.code.model.tests.test_branchcollection.TestBranchCollectionFilters.test_subscribedBy
 lp.code.model.tests.test_branchcollection.TestBranchCollectionFilters.test_targetedBy
 lp.code.model.tests.test_branchcollection.TestBranchCollectionFilters.test_withBranchType
 lp.code.model.tests.test_branchcollection.TestBranchCollectionFilters.test_withLifecycleStatus
 lp.code.model.tests.test_branchcollection.TestBranchCollectionOwnerCounts.test_counts_limited_by_collection
 lp.code.model.tests.test_branchcollection.TestBranchCollectionOwnerCounts.test_individual_branch_owners
 lp.code.model.tests.test_branchcollection.TestBranchCollectionOwnerCounts.test_multiple_branches_owned_counted_once
 lp.code.model.tests.test_branchcollection.TestBranchCollectionOwnerCounts.test_no_branches
 lp.code.model.tests.test_branchcollection.TestBranchCollectionOwnerCounts.test_team_branch_owners
 lp.code.model.tests.test_branchcollection.TestBranchMergeProposals.test_empty_branch_merge_proposals
 lp.code.model.tests.test_branchcollection.TestBranchMergeProposals.test_just_owned_branch_merge_proposals
 lp.code.model.tests.test_branchcollection.TestBranchMergeProposals.test_merge_proposals_in_product
 lp.code.model.tests.test_branchcollection.TestBranchMergeProposals.test_some_branch_merge_proposals
 lp.code.model.tests.test_branchcollection.TestBranchMergeProposals.test_specifying_target_branch
 lp.code.model.tests.test_branchcollection.TestBranchMergeProposals.test_status_restriction
 lp.code.model.tests.test_branchcollection.TestBranchMergeProposals.test_status_restriction_with_product_filter
 lp.code.model.tests.test_branchcollection.TestBranchMergeProposals.test_target_branch_private
 lp.code.model.tests.test_branchcollection.TestBranchMergeProposalsForReviewer.test_getProposalsForReviewer
 lp.code.model.tests.test_branchcollection.TestBranchMergeProposalsForReviewer.test_getProposalsForReviewer_anonymous
 lp.code.model.tests.test_branchcollection.TestBranchMergeProposalsForReviewer.test_getProposalsForReviewer_anonymous_source_private
 lp.code.model.tests.test_branchcollection.TestBranchMergeProposalsForReviewer.test_getProposalsForReviewer_filter_status
 lp.code.model.tests.test_branchcollection.TestBranchMergeProposalsForReviewer.test_getProposalsForReviewer_for_product
 lp.code.model.tests.test_branchcollection.TestGenericBranchCollection.test_count
 lp.code.model.tests.test_branchcollection.TestGenericBranchCollection.test_count_respects_filter
 lp.code.model.tests.test_branchcollection.TestGenericBranchCollection.test_getBranches_no_filter
 lp.code.model.tests.test_branchcollection.TestGenericBranchCollection.test_getBranches_no_filter_no_branches
 lp.code.model.tests.test_branchcollection.TestGenericBranchCollection.test_getBranches_product_filter
 lp.code.model.tests.test_branchcollection.TestGenericBranchCollection.test_provides_branchcollection
 lp.code.model.tests.test_branchcollection.TestGenericBranchCollectionVisibleFilter.test_admins_see_all
 lp.code.model.tests.test_branchcollection.TestGenericBranchCollectionVisibleFilter.test_all_branches
 lp.code.model.tests.test_branchcollection.TestGenericBranchCollectionVisibleFilter.test_anonymous_sees_only_public
 lp.code.model.tests.test_branchcollection.TestGenericBranchCollectionVisibleFilter.test_bazaar_experts_see_all
 lp.code.model.tests.test_branchcollection.TestGenericBranchCollectionVisibleFilter.test_launchpad_services_sees_all
 lp.code.model.tests.test_branchcollection.TestGenericBranchCollectionVisibleFilter.test_owner_member_sees_own_branches
 lp.code.model.tests.test_branchcollection.TestGenericBranchCollectionVisibleFilter.test_owner_sees_own_branches
 lp.code.model.tests.test_branchcollection.TestGenericBranchCollectionVisibleFilter.test_random_person_sees_only_public
 lp.code.model.tests.test_branchcollection.TestGenericBranchCollectionVisibleFilter.test_subscribed_team_members_can_see_branches
 lp.code.model.tests.test_branchcollection.TestGenericBranchCollectionVisibleFilter.test_subscribers_can_see_branches
 lp.code.model.tests.test_branchcollection.TestGenericBranchCollectionVisibleFilter.test_visibility_then_product
 lp.code.model.tests.test_branchcollection.TestGetTeamsWithBranches.test_no_teams
 lp.code.model.tests.test_branchcollection.TestGetTeamsWithBranches.test_respects_restrictions
 lp.code.model.tests.test_branchcollection.TestGetTeamsWithBranches.test_team_branches
 lp.code.model.tests.test_branchcollection.TestSearch.test_dont_match_product_if_in_product
 lp.code.model.tests.test_branchcollection.TestSearch.test_exact_match_launchpad_url
 lp.code.model.tests.test_branchcollection.TestSearch.test_exact_match_remote_url
 lp.code.model.tests.test_branchcollection.TestSearch.test_exact_match_unique_name
 lp.code.model.tests.test_branchcollection.TestSearch.test_exact_match_url_trailing_slash
 lp.code.model.tests.test_branchcollection.TestSearch.test_match_exact_branch_name
 lp.code.model.tests.test_branchcollection.TestSearch.test_match_exact_owner_name
 lp.code.model.tests.test_branchcollection.TestSearch.test_match_exact_product_name
 lp.code.model.tests.test_branchcollection.TestSearch.test_match_sub_branch_name
 lp.code.model.tests.test_branchcollection.TestSearch.test_match_sub_distro_name
 lp.code.model.tests.test_branchcollection.TestSearch.test_match_sub_distroseries_name
 lp.code.model.tests.test_branchcollection.TestSearch.test_match_sub_owner_name
 lp.code.model.tests.test_branchcollection.TestSearch.test_match_sub_product_name
 lp.code.model.tests.test_branchcollection.TestSearch.test_match_sub_sourcepackage_name
 lp.code.model.tests.test_branchcollection.TestSearch.test_unique_name_match_not_in_collection
 lp.code.model.tests.test_branchjob.TestBranchJob.test_destroySelf_destroys_job
 lp.code.model.tests.test_branchjob.TestBranchJob.test_providesInterface
 lp.code.model.tests.test_branchlistingqueryoptimiser.TestBranchListingQueryOptimiser.test_registered_correctly
 lp.code.model.tests.test_branchlistingqueryoptimiser.TestGetOfficialSourcePackageLinksForBranches.test_objects_loaded
 lp.code.model.tests.test_branchlistingqueryoptimiser.TestGetOfficialSourcePackageLinksForBranches.test_with_branches
 lp.code.model.tests.test_branchlistingqueryoptimiser.TestGetProductSeriesForBranches.test_current_dev_focus
 lp.code.model.tests.test_branchlistingqueryoptimiser.TestGetProductSeriesForBranches.test_import_branches_also_linked
 lp.code.model.tests.test_branchlistingqueryoptimiser.TestGetProductSeriesForBranches.test_multiple_series_for_single_branch
 lp.code.model.tests.test_branchlistingqueryoptimiser.TestGetProductSeriesForBranches.test_no_series_set
 lp.code.model.tests.test_branchlistingqueryoptimiser.TestGetProductSeriesForBranches.test_non_associated_series_not_returned
 lp.code.model.tests.test_branchlistingqueryoptimiser.TestGetProductSeriesForBranches.test_result_ordering
 lp.code.model.tests.test_branchlookup.TestGetByLPPath.test_distribution_linked_branch
 lp.code.model.tests.test_branchlookup.TestGetByLPPath.test_distribution_with_no_series
 lp.code.model.tests.test_branchlookup.TestGetByLPPath.test_error_fallthrough_personal_branch
 lp.code.model.tests.test_branchlookup.TestGetByLPPath.test_error_fallthrough_product_branch
 lp.code.model.tests.test_branchlookup.TestGetByLPPath.test_no_official_branch
 lp.code.model.tests.test_branchlookup.TestGetByLPPath.test_no_product_series_branch
 lp.code.model.tests.test_branchlookup.TestGetByLPPath.test_partial_lookup
 lp.code.model.tests.test_branchlookup.TestGetByLPPath.test_private_branch
 lp.code.model.tests.test_branchlookup.TestGetByLPPath.test_private_linked_branch
 lp.code.model.tests.test_branchlookup.TestGetByLPPath.test_product_with_no_dev_focus
 lp.code.model.tests.test_branchlookup.TestGetByLPPath.test_project_linked_branch
 lp.code.model.tests.test_branchlookup.TestGetByLPPath.test_resolve_distro_package_branch
 lp.code.model.tests.test_branchlookup.TestGetByLPPath.test_resolve_personal_branch_unique_name
 lp.code.model.tests.test_branchlookup.TestGetByLPPath.test_resolve_personal_branch_unique_name_with_trailing
 lp.code.model.tests.test_branchlookup.TestGetByLPPath.test_resolve_product_branch_unique_name
 lp.code.model.tests.test_branchlookup.TestGetByLPPath.test_resolve_product_branch_unique_name_with_trailing
 lp.code.model.tests.test_branchlookup.TestGetByLPPath.test_too_long_product
 lp.code.model.tests.test_branchlookup.TestGetByLPPath.test_too_long_product_series
 lp.code.model.tests.test_branchlookup.TestGetByLPPath.test_too_long_sourcepackage
 lp.code.model.tests.test_branchlookup.TestGetByPath.test_finds_exact_package_branch
 lp.code.model.tests.test_branchlookup.TestGetByPath.test_finds_exact_personal_branch
 lp.code.model.tests.test_branchlookup.TestGetByPath.test_finds_exact_product_branch
 lp.code.model.tests.test_branchlookup.TestGetByPath.test_finds_suffixed_personal_branch
 lp.code.model.tests.test_branchlookup.TestGetByPath.test_finds_suffixed_product_branch
 lp.code.model.tests.test_branchlookup.TestGetByPath.test_missing_package_branch
 lp.code.model.tests.test_branchlookup.TestGetByPath.test_missing_personal_branch
 lp.code.model.tests.test_branchlookup.TestGetByPath.test_missing_product_branch
 lp.code.model.tests.test_branchlookup.TestGetByPath.test_missing_suffixed_package_branch
 lp.code.model.tests.test_branchlookup.TestGetByPath.test_missing_suffixed_personal_branch
 lp.code.model.tests.test_branchlookup.TestGetByPath.test_missing_suffixed_product_branch
 lp.code.model.tests.test_branchlookup.TestGetByPath.test_no_such_product
 lp.code.model.tests.test_branchlookup.TestGetByPath.test_too_short
 lp.code.model.tests.test_branchlookup.TestGetByUniqueName.test_junk
 lp.code.model.tests.test_branchlookup.TestGetByUniqueName.test_not_found
 lp.code.model.tests.test_branchlookup.TestGetByUniqueName.test_product
 lp.code.model.tests.test_branchlookup.TestGetByUniqueName.test_source_package
 lp.code.model.tests.test_branchlookup.TestGetByUrl.test_getByURL_for_production
 lp.code.model.tests.test_branchlookup.TestGetByUrl.test_getByURL_with_lp_prefix
 lp.code.model.tests.test_branchlookup.TestGetByUrl.test_getByUrl_with_ftp
 lp.code.model.tests.test_branchlookup.TestGetByUrl.test_getByUrl_with_http
 lp.code.model.tests.test_branchlookup.TestGetByUrl.test_getByUrl_with_none
 lp.code.model.tests.test_branchlookup.TestGetByUrl.test_getByUrl_with_sftp
 lp.code.model.tests.test_branchlookup.TestGetByUrl.test_getByUrl_with_ssh
 lp.code.model.tests.test_branchlookup.TestGetByUrl.test_getByUrl_with_trailing_slash
 lp.code.model.tests.test_branchlookup.TestGetByUrl.test_uriToUniqueName
 lp.code.model.tests.test_branchlookup.TestLinkedBranchTraverser.test_distribution_source_package
 lp.code.model.tests.test_branchlookup.TestLinkedBranchTraverser.test_error_fallthrough_product_series
 lp.code.model.tests.test_branchlookup.TestLinkedBranchTraverser.test_invalid_product
 lp.code.model.tests.test_branchlookup.TestLinkedBranchTraverser.test_no_such_distribution
 lp.code.model.tests.test_branchlookup.TestLinkedBranchTraverser.test_no_such_distribution_sourcepackage
 lp.code.model.tests.test_branchlookup.TestLinkedBranchTraverser.test_no_such_distro_series
 lp.code.model.tests.test_branchlookup.TestLinkedBranchTraverser.test_no_such_sourcepackagename
 lp.code.model.tests.test_branchlookup.TestLinkedBranchTraverser.test_product
 lp.code.model.tests.test_branchlookup.TestLinkedBranchTraverser.test_product_series
 lp.code.model.tests.test_branchlookup.TestLinkedBranchTraverser.test_product_that_doesnt_exist
 lp.code.model.tests.test_branchlookup.TestLinkedBranchTraverser.test_source_package
 lp.code.model.tests.test_branchlookup.TestLinkedBranchTraverser.test_traverse_source_package_pocket
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalBugs.test_related_bugs_excludes_mutual_bugs
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalBugs.test_related_bugs_excludes_target_bugs
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalBugs.test_related_bugs_includes_source_bugs
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalDeletion.test_deleteProposal_deletes_job
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalGetter.test_activeProposalsForBranches_different_branches
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalGetter.test_activeProposalsForBranches_different_states
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalGetter.test_get
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalGetter.test_getVotesForProposals
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalGetter.test_get_as_utility
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalGetterGetProposals.test_all_for_person_restrictions
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalGetterGetProposals.test_all_for_product_restrictions
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalGetterGetProposals.test_created_proposal_default_status
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalGetterGetProposals.test_created_proposal_review_status
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalGetterGetProposals.test_getProposalsForParticipant
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalGetterGetProposals.test_private_branches
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalGetterGetProposals.test_team_private_branches
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalGetterGetProposals.test_wip_for_person_restrictions
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalGetterGetProposals.test_wip_for_product_restrictions
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalInterface.test_BranchMergeProposal_implements_interface
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalJob.test_providesInterface
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalNominateReviewer.test_claiming_tagless_team_review_with_tag
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalNominateReviewer.test_claiming_team_review
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalNominateReviewer.test_comment_with_vote_creates_reference
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalNominateReviewer.test_comment_without_a_vote_does_not_create_reference
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalNominateReviewer.test_no_initial_votes
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalNominateReviewer.test_nominate_creates_reference
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalNominateReviewer.test_nominate_multiple_with_different_types
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalNominateReviewer.test_nominate_updates_reference
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalNominateReviewer.test_notify_on_nominate
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalNominateReviewer.test_notify_on_nominate_suppressed_if_requested
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalNominateReviewer.test_second_vote_by_person_just_alters_reference
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalNominateReviewer.test_vote_by_nominated_reuses_reference
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalPrivacy.test_BranchMergeProposal_implements_interface
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalPrivacy.test_private
 test_empty_target_queue (lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalQueueing)
 test_queue_ordering (lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalQueueing)
 test_single_item_in_queue (lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalQueueing)
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalRequestReview.test_date_not_reset_on_rerequest
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalRequestReview.test_date_set_on_change
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalResubmit.test_resubmit
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalResubmit.test_resubmit_re_requests_review
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalSetStatus.test_set_status_approved_to_work_in_progress
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalSetStatus.test_set_status_invalid_status
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalSetStatus.test_set_status_wip_to_code_approved
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalSetStatus.test_set_status_wip_to_merged
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalSetStatus.test_set_status_wip_to_needs_review
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalSetStatus.test_set_status_wip_to_queued
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalSetStatus.test_set_status_wip_to_rejected
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalTransitions.test_transition_from_final_with_dupes
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalTransitions.test_transition_to_rejected_by_non_reviewer
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalTransitions.test_transition_to_rejected_by_reviewer
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalTransitions.test_transitions_from_code_approved
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalTransitions.test_transitions_from_merge_failed
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalTransitions.test_transitions_from_needs_review
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalTransitions.test_transitions_from_queued_dequeue
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalTransitions.test_transitions_from_queued_to_merge_failed
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalTransitions.test_transitions_from_queued_to_merged
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalTransitions.test_transitions_from_rejected
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalTransitions.test_transitions_from_wip
 lp.code.model.tests.test_branchmergeproposals.TestBranchMergeProposalTransitions.test_transitions_to_wip_resets_reviewer
 lp.code.model.tests.test_branchmergeproposals.TestCreateCommentNotifications.test_notify_on_nominate
 lp.code.model.tests.test_branchmergeproposals.TestCreateCommentNotifications.test_notify_on_nominate_suppressed_if_requested
 lp.code.model.tests.test_branchmergeproposals.TestGetAddress.test_address
 test_all_comments (lp.code.model.tests.test_branchmergeproposals.TestMergeProposalAllComments)
 test_getComment (lp.code.model.tests.test_branchmergeproposals.TestMergeProposalGetComment)
 test_getCommentWrongBranchMergeProposal (lp.code.model.tests.test_branchmergeproposals.TestMergeProposalGetComment)
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalGetVoteReference.test_getVoteReference
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalGetVoteReference.test_getVoteReferenceWrongBranchMergeProposal
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalNotification.test_getNotificationRecipientLevels
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalNotification.test_getNotificationRecipients
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalNotification.test_getNotificationRecipientsAnyBranch
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalNotification.test_getNotificationRecipientsIncludesReviewers
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalNotification.test_getNotificationRecipients_Owner
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalNotification.test_getNotificationRecipients_Owner_not_subscribed
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalNotification.test_getNotificationRecipients_Registrant
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalNotification.test_getNotificationRecipients_Registrant_not_subscribed
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalNotification.test_getNotificationRecipients_privacy
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalNotification.test_getNotificationRecipients_team_owner
 lp.code.model.tests.test_branchmergeproposals.TestMergeProposalNotification.test_notifyOnCreate
 lp.code.model.tests.test_branchmergeproposals.TestNotifyModified.test_notify_modified_generates_notification
 test_orderedByDateNotInsertion (lp.code.model.tests.test_branchmergeproposals.TestRootComment)
 lp.code.model.tests.test_branchmergequeue.TestBranchMergeQueueInterfaces.test_branch_merge_queue_set
 lp.code.model.tests.test_branchmergequeue.TestBranchMergeQueueInterfaces.test_multi_branch_merge_queue
 lp.code.model.tests.test_branchmergequeue.TestBranchMergeQueueInterfaces.test_single_branch_merge_queue
 lp.code.model.tests.test_branchmergequeue.TestBranchMergeQueueSet.test_get_by_name
 lp.code.model.tests.test_branchmergequeue.TestBranchMergeQueueSet.test_get_by_name_not_existant
 lp.code.model.tests.test_branchmergequeue.TestBranchMergeQueueSet.test_get_for_branch_with_merge_queue
 lp.code.model.tests.test_branchmergequeue.TestBranchMergeQueueSet.test_get_for_branch_with_simple_branch
 lp.code.model.tests.test_branchmergequeue.TestBranchMergeQueueSet.test_new_branch_merge_queue
 lp.code.model.tests.test_branchmergequeue.TestMultiBranchMergeQueue.test_queue_branches
 lp.code.model.tests.test_branchmergequeue.TestMultiBranchMergeQueue.test_queue_items
 lp.code.model.tests.test_branchmergequeue.TestSingleBranchMergeQueue.test_queue_branches
 lp.code.model.tests.test_branchmergequeue.TestSingleBranchMergeQueue.test_queue_items
 lp.code.model.tests.test_branchnamespace.ComplexPolicyStructure.test_multiple_memberships_private
 lp.code.model.tests.test_branchnamespace.ComplexPolicyStructure.test_non_membership_cannot_create_branches
 lp.code.model.tests.test_branchnamespace.ComplexPolicyStructure.test_rule_for_branch_exact_defined
 lp.code.model.tests.test_branchnamespace.ComplexPolicyStructure.test_rule_for_branch_most_specific
 lp.code.model.tests.test_branchnamespace.ComplexPolicyStructure.test_xray_and_yankee_branches_private
 lp.code.model.tests.test_branchnamespace.ComplexPolicyStructure.test_xray_member_private_with_subscription
 lp.code.model.tests.test_branchnamespace.ComplexPolicyStructure.test_zulu_branches_public
 lp.code.model.tests.test_branchnamespace.ComplexPolicyStructure.test_zulu_members_only_public
 lp.code.model.tests.test_branchnamespace.JunkBranches.test_junk_branches_public
 lp.code.model.tests.test_branchnamespace.JunkBranches.test_no_create_junk_branch_for_other_user
 lp.code.model.tests.test_branchnamespace.JunkBranches.test_team_junk_branches
 lp.code.model.tests.test_branchnamespace.NoPolicies.test_creation_under_different_user
 lp.code.model.tests.test_branchnamespace.NoPolicies.test_creation_where_not_team_member
 lp.code.model.tests.test_branchnamespace.NoPolicies.test_public_branch_creation
 lp.code.model.tests.test_branchnamespace.PolicyForbidden.test_branch_creation_forbidden_non_members
 lp.code.model.tests.test_branchnamespace.PolicyForbidden.test_branch_creation_forbidden_other_namespace
 lp.code.model.tests.test_branchnamespace.PolicyForbidden.test_rule_for_branch_exact_defined
 lp.code.model.tests.test_branchnamespace.PolicyForbidden.test_rule_for_branch_most_specific
 lp.code.model.tests.test_branchnamespace.PolicyForbidden.test_xray_branches_private
 lp.code.model.tests.test_branchnamespace.PolicyForbidden.test_xray_member_branches_private
 lp.code.model.tests.test_branchnamespace.PolicyForbidden.test_yankee_branches_public
 lp.code.model.tests.test_branchnamespace.PolicyForbidden.test_yankee_member_branches_public
 lp.code.model.tests.test_branchnamespace.PolicyPrivateOnly.test_public_branches
 lp.code.model.tests.test_branchnamespace.PolicyPrivateOnly.test_xray_branches_private
 lp.code.model.tests.test_branchnamespace.PolicyPrivateOnly.test_xray_member_branches_private
 lp.code.model.tests.test_branchnamespace.PolicyPrivateOnly.test_xray_member_other_namespace_public
 lp.code.model.tests.test_branchnamespace.PolicySimple.test_public_branches
 lp.code.model.tests.test_branchnamespace.PolicySimple.test_xray_branches_private
 lp.code.model.tests.test_branchnamespace.PolicySimple.test_xray_member_branches_private
 lp.code.model.tests.test_branchnamespace.PolicySimple.test_xray_member_other_namespace_public
 lp.code.model.tests.test_branchnamespace.PolicyTeamPrivateOverlap.test_one_membership_private_with_subscriber
 lp.code.model.tests.test_branchnamespace.PolicyTeamPrivateOverlap.test_public_branches_for_members_in_other_namespace
 lp.code.model.tests.test_branchnamespace.PolicyTeamPrivateOverlap.test_public_branches_for_non_members
 lp.code.model.tests.test_branchnamespace.PolicyTeamPrivateOverlap.test_team_branches_private
 lp.code.model.tests.test_branchnamespace.PolicyTeamPrivateOverlap.test_two_memberships_private_no_subscriber
 lp.code.model.tests.test_branchnamespace.TeamsWithinTeamsPolicies.test_multiple_private_policies_through_indirect_membership
 lp.code.model.tests.test_branchnamespace.TeamsWithinTeamsPolicies.test_non_membership_cannot_create_branches
 lp.code.model.tests.test_branchnamespace.TeamsWithinTeamsPolicies.test_privacy_through_team_membership_of_private_team
 lp.code.model.tests.test_branchnamespace.TeamsWithinTeamsPolicies.test_team_memberships
 lp.code.model.tests.test_branchnamespace.TeamsWithinTeamsPolicies.test_xray_and_zulu_branches_private_no_subscriber
 lp.code.model.tests.test_branchnamespace.TeamsWithinTeamsPolicies.test_yankee_branches_public
 lp.code.model.tests.test_branchnamespace.TestBranchNamespaceMoveBranch.test_move_to_same_namespace
 lp.code.model.tests.test_branchnamespace.TestBranchNamespaceMoveBranch.test_move_with_new_name
 lp.code.model.tests.test_branchnamespace.TestBranchNamespaceMoveBranch.test_move_with_rename
 lp.code.model.tests.test_branchnamespace.TestBranchNamespaceMoveBranch.test_name_clash_raises
 lp.code.model.tests.test_branchnamespace.TestBranchNamespaceMoveBranch.test_sets_branch_owner
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_get_package
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_get_personal
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_get_product
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_interpret_product_aliases
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_last_segment_none
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_lookup_invalid_name
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_lookup_long_name_junk
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_lookup_long_name_product
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_lookup_long_name_sourcepackage
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_lookup_package
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_lookup_package_no_distribution
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_lookup_package_no_distroseries
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_lookup_package_no_source_package
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_lookup_personal
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_lookup_personal_not_found
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_lookup_product
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_lookup_product_not_found
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_lookup_short_name_distroseries
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_lookup_short_name_person_and_distro
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_lookup_short_name_person_only
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_parseBranchPath_empty
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_parseBranchPath_invalid_path
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_parseBranchPath_junk_path
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_parseBranchPath_package_path
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_parseBranchPath_product_path
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_parse_junk_namespace
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_parse_package_namespace
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_parse_product_namespace
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_too_few_segments
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_traverse_distribution_not_found
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_traverse_distroseries_not_found
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_traverse_junk_branch
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_traverse_junk_branch_not_found
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_traverse_leaves_trailing_segments
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_traverse_package_branch
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_traverse_package_branch_aliases
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_traverse_person_not_found
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_traverse_product_branch
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_traverse_product_not_found
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_traverse_project_branch
 lp.code.model.tests.test_branchnamespace.TestNamespaceSet.test_traverse_sourcepackagename_not_found
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_createBranchWithPrefix_unused
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_createBranchWithPrefix_used
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_createBranch_passes_through
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_createBranch_right_namespace
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_findUnusedName_unused
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_findUnusedName_used
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_findUnusedName_used_twice
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_getBranchName
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_getBranches_no_branches
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_getBranches_some_branches
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_getByName_default
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_getByName_default_is_none
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_getByName_matches
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_isNameUsed_not
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_isNameUsed_yes
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_name
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_owner
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_provides_interface
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_target
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_validateMove
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_validateMove_branch_with_name_exists
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_validateMove_forbidden_owner
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_validateMove_not_team_member
 lp.code.model.tests.test_branchnamespace.TestPackageNamespace.test_validateMove_with_other_name
 lp.code.model.tests.test_branchnamespace.TestPackageNamespaceCanBranchesBePrivate.test_anyone
 lp.code.model.tests.test_branchnamespace.TestPackageNamespaceCanBranchesBePublic.test_anyone
 lp.code.model.tests.test_branchnamespace.TestPackageNamespaceCanCreateBranches.test_individual
 lp.code.model.tests.test_branchnamespace.TestPackageNamespaceCanCreateBranches.test_other_user
 lp.code.model.tests.test_branchnamespace.TestPackageNamespaceCanCreateBranches.test_team_member
 lp.code.model.tests.test_branchnamespace.TestPackageNamespaceCanCreateBranches.test_team_non_member
 lp.code.model.tests.test_branchnamespace.TestPackageNamespacePrivacy.test_subscriber
 lp.code.model.tests.test_branchnamespace.TestPackageNamespaceValidateNewBranch.test_existing_branch
 lp.code.model.tests.test_branchnamespace.TestPackageNamespaceValidateNewBranch.test_invalid_name
 lp.code.model.tests.test_branchnamespace.TestPackageNamespaceValidateNewBranch.test_permitted_first_character
 lp.code.model.tests.test_branchnamespace.TestPackageNamespaceValidateNewBranch.test_permitted_subsequent_character
 lp.code.model.tests.test_branchnamespace.TestPackageNamespaceValidateNewBranch.test_registrant_not_in_owner_team
 lp.code.model.tests.test_branchnamespace.TestPackageNamespaceValidateNewBranch.test_registrant_not_owner
 lp.code.model.tests.test_branchnamespace.TestPackageNamespaceValidateNewBranch.test_registrant_special_access
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_createBranchWithPrefix_unused
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_createBranchWithPrefix_used
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_createBranch_passes_through
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_createBranch_right_namespace
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_findUnusedName_unused
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_findUnusedName_used
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_findUnusedName_used_twice
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_getBranchName
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_getBranches_no_branches
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_getBranches_some_branches
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_getByName_default
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_getByName_default_is_none
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_getByName_matches
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_isNameUsed_not
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_isNameUsed_yes
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_name
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_owner
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_provides_interface
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_target
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_validateMove
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_validateMove_branch_with_name_exists
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_validateMove_forbidden_owner
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_validateMove_not_team_member
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespace.test_validateMove_with_other_name
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespaceCanBranchesBePrivate.test_anyone
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespaceCanBranchesBePublic.test_anyone
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespaceCanCreateBranches.test_individual
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespaceCanCreateBranches.test_other_user
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespaceCanCreateBranches.test_team_member
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespaceCanCreateBranches.test_team_non_member
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespacePrivacy.test_subscriber
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespaceValidateNewBranch.test_existing_branch
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespaceValidateNewBranch.test_invalid_name
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespaceValidateNewBranch.test_permitted_first_character
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespaceValidateNewBranch.test_permitted_subsequent_character
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespaceValidateNewBranch.test_registrant_not_in_owner_team
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespaceValidateNewBranch.test_registrant_not_owner
 lp.code.model.tests.test_branchnamespace.TestPersonalNamespaceValidateNewBranch.test_registrant_special_access
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_createBranchWithPrefix_unused
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_createBranchWithPrefix_used
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_createBranch_passes_through
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_createBranch_right_namespace
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_findUnusedName_unused
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_findUnusedName_used
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_findUnusedName_used_twice
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_getBranchName
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_getBranches_no_branches
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_getBranches_some_branches
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_getByName_default
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_getByName_default_is_none
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_getByName_matches
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_isNameUsed_not
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_isNameUsed_yes
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_name
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_owner
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_provides_interface
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_target
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_validateMove
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_validateMove_branch_with_name_exists
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_validateMove_forbidden_owner
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_validateMove_not_team_member
 lp.code.model.tests.test_branchnamespace.TestProductNamespace.test_validateMove_with_other_name
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanBranchesBePrivate.test_any_person_with_forbidden_base_rule
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanBranchesBePrivate.test_any_person_with_public_base_rule
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanBranchesBePrivate.test_no_policies
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanBranchesBePrivate.test_non_team_member_with_private_rule
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanBranchesBePrivate.test_team_member_with_multiple_differing_private_rules
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanBranchesBePrivate.test_team_member_with_multiple_private_rules
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanBranchesBePrivate.test_team_member_with_private_only_rule
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanBranchesBePrivate.test_team_member_with_private_rule
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanBranchesBePublic.test_any_person_with_forbidden_base_rule
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanBranchesBePublic.test_any_person_with_public_base_rule
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanBranchesBePublic.test_no_policies
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanBranchesBePublic.test_team_member_with_multiple_private_rules
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanBranchesBePublic.test_team_member_with_private_only_rule
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanBranchesBePublic.test_team_member_with_private_only_rule_public_base_rule
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanBranchesBePublic.test_team_member_with_private_rule
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanCreateBranches.test_any_person
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanCreateBranches.test_any_person_with_forbidden_base_rule
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanCreateBranches.test_any_person_with_public_base_rule
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanCreateBranches.test_individual
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanCreateBranches.test_other_user
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanCreateBranches.test_team_member
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanCreateBranches.test_team_member_private_only_policy
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanCreateBranches.test_team_member_private_policy
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanCreateBranches.test_team_member_public_policy
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceCanCreateBranches.test_team_non_member
 lp.code.model.tests.test_branchnamespace.TestProductNamespacePrivacy.test_subscriber
 lp.code.model.tests.test_branchnamespace.TestProductNamespacePrivacy.test_subscriber_personal_namespace_diverse_rules
 lp.code.model.tests.test_branchnamespace.TestProductNamespacePrivacy.test_subscriber_personal_namespace_multiple_rules
 lp.code.model.tests.test_branchnamespace.TestProductNamespacePrivacy.test_subscriber_private_team_namespace
 lp.code.model.tests.test_branchnamespace.TestProductNamespacePrivacy.test_subscriber_private_team_personal_namespace
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceValidateNewBranch.test_existing_branch
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceValidateNewBranch.test_invalid_name
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceValidateNewBranch.test_permitted_first_character
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceValidateNewBranch.test_permitted_subsequent_character
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceValidateNewBranch.test_registrant_not_in_owner_team
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceValidateNewBranch.test_registrant_not_owner
 lp.code.model.tests.test_branchnamespace.TestProductNamespaceValidateNewBranch.test_registrant_special_access
 lp.code.model.tests.test_branchnamespace.TestTeamMembership.test_team_memberships
 lp.code.model.tests.test_branchpuller.TestAcquireBranchToPullDirectly.test_empty
 lp.code.model.tests.test_branchpuller.TestAcquireBranchToPullDirectly.test_first_requested_returned
 lp.code.model.tests.test_branchpuller.TestAcquireBranchToPullDirectly.test_no_inprogress
 lp.code.model.tests.test_branchpuller.TestAcquireBranchToPullDirectly.test_private
 lp.code.model.tests.test_branchpuller.TestAcquireBranchToPullDirectly.test_remote_branch_not_acquired
 lp.code.model.tests.test_branchpuller.TestAcquireBranchToPullDirectly.test_simple
 lp.code.model.tests.test_branchpuller.TestMirroringForHostedBranches.test_futureNextMirrorTimeInQueue
 lp.code.model.tests.test_branchpuller.TestMirroringForHostedBranches.test_mirrorFailureResetsMirrorRequest
 lp.code.model.tests.test_branchpuller.TestMirroringForHostedBranches.test_mirroringResetsMirrorRequest
 lp.code.model.tests.test_branchpuller.TestMirroringForHostedBranches.test_pastNextMirrorTimeInQueue
 lp.code.model.tests.test_branchpuller.TestMirroringForHostedBranches.test_pullQueueEmpty
 lp.code.model.tests.test_branchpuller.TestMirroringForHostedBranches.test_pullQueueOrder
 lp.code.model.tests.test_branchpuller.TestMirroringForHostedBranches.test_requestMirror
 lp.code.model.tests.test_branchpuller.TestMirroringForHostedBranches.test_requestMirrorDuringPull
 lp.code.model.tests.test_branchpuller.TestMirroringForHostedBranches.test_requestMirror_can_promote_branch
 lp.code.model.tests.test_branchpuller.TestMirroringForHostedBranches.test_requestMirror_doesnt_demote_branch
 lp.code.model.tests.test_branchpuller.TestMirroringForHostedBranches.test_startMirroringRemovesFromPullQueue
 lp.code.model.tests.test_branchpuller.TestMirroringForImportedBranches.test_futureNextMirrorTimeInQueue
 lp.code.model.tests.test_branchpuller.TestMirroringForImportedBranches.test_mirrorFailureResetsMirrorRequest
 lp.code.model.tests.test_branchpuller.TestMirroringForImportedBranches.test_mirroringResetsMirrorRequest
 lp.code.model.tests.test_branchpuller.TestMirroringForImportedBranches.test_pastNextMirrorTimeInQueue
 lp.code.model.tests.test_branchpuller.TestMirroringForImportedBranches.test_pullQueueEmpty
 lp.code.model.tests.test_branchpuller.TestMirroringForImportedBranches.test_pullQueueOrder
 lp.code.model.tests.test_branchpuller.TestMirroringForImportedBranches.test_requestMirror
 lp.code.model.tests.test_branchpuller.TestMirroringForImportedBranches.test_requestMirrorDuringPull
 lp.code.model.tests.test_branchpuller.TestMirroringForImportedBranches.test_requestMirror_can_promote_branch
 lp.code.model.tests.test_branchpuller.TestMirroringForImportedBranches.test_requestMirror_doesnt_demote_branch
 lp.code.model.tests.test_branchpuller.TestMirroringForImportedBranches.test_startMirroringRemovesFromPullQueue
 lp.code.model.tests.test_branchpuller.TestMirroringForMirroredBranches.test_futureNextMirrorTimeInQueue
 lp.code.model.tests.test_branchpuller.TestMirroringForMirroredBranches.test_mirrorFailureBacksOffExponentially
 lp.code.model.tests.test_branchpuller.TestMirroringForMirroredBranches.test_mirrorFailureResetsMirrorRequest
 lp.code.model.tests.test_branchpuller.TestMirroringForMirroredBranches.test_mirroringResetsMirrorRequest
 lp.code.model.tests.test_branchpuller.TestMirroringForMirroredBranches.test_pastNextMirrorTimeInQueue
 lp.code.model.tests.test_branchpuller.TestMirroringForMirroredBranches.test_pullQueueEmpty
 lp.code.model.tests.test_branchpuller.TestMirroringForMirroredBranches.test_pullQueueOrder
 lp.code.model.tests.test_branchpuller.TestMirroringForMirroredBranches.test_repeatedMirrorFailuresDisablesMirroring
 lp.code.model.tests.test_branchpuller.TestMirroringForMirroredBranches.test_requestMirror
 lp.code.model.tests.test_branchpuller.TestMirroringForMirroredBranches.test_requestMirrorDuringPull
 lp.code.model.tests.test_branchpuller.TestMirroringForMirroredBranches.test_requestMirror_can_promote_branch
 lp.code.model.tests.test_branchpuller.TestMirroringForMirroredBranches.test_requestMirror_doesnt_demote_branch
 lp.code.model.tests.test_branchpuller.TestMirroringForMirroredBranches.test_startMirroringRemovesFromPullQueue
 lp.code.model.tests.test_branchpuller.TestRemoteBranches.test_raises_branch_type_error
 lp.code.model.tests.test_branchscanner.TestBranchScanner.test_dont_scan_remote_branches
 lp.code.model.tests.test_branchscanner.TestBranchScanner.test_empty
 lp.code.model.tests.test_branchscanner.TestBranchScanner.test_no_op_mirror_not_ready_to_scan
 lp.code.model.tests.test_branchscanner.TestBranchScanner.test_not_ready_to_scan_by_default
 lp.code.model.tests.test_branchscanner.TestBranchScanner.test_once_scanned_no_longer_ready
 lp.code.model.tests.test_branchscanner.TestBranchScanner.test_ready_to_scan_if_mirrored
 lp.code.model.tests.test_branchscanner.TestBranchScanner.test_remirror_ready_to_scan
 lp.code.model.tests.test_branchscanner.TestBranchScanner.test_scanned_but_not_mirrored
 test_abandonedBranchesNotIncluded (lp.code.model.tests.test_branchset.TestBranchSet)
 test_limitedByQuantity (lp.code.model.tests.test_branchset.TestBranchSet)
 test_onlyForProduct (lp.code.model.tests.test_branchset.TestBranchSet)
 lp.code.model.tests.test_branchtarget.TestCheckDefaultStackedOnBranch.test_been_mirrored
 lp.code.model.tests.test_branchtarget.TestCheckDefaultStackedOnBranch.test_invisible
 lp.code.model.tests.test_branchtarget.TestCheckDefaultStackedOnBranch.test_invisible_been_mirrored
 lp.code.model.tests.test_branchtarget.TestCheckDefaultStackedOnBranch.test_none
 lp.code.model.tests.test_branchtarget.TestCheckDefaultStackedOnBranch.test_remote
 lp.code.model.tests.test_branchtarget.TestCheckDefaultStackedOnBranch.test_remote_thats_been_mirrored
 lp.code.model.tests.test_branchtarget.TestCheckDefaultStackedOnBranch.test_unmirrored
 lp.code.model.tests.test_branchtarget.TestPackageBranchTarget.test_adapter
 lp.code.model.tests.test_branchtarget.TestPackageBranchTarget.test_areBranchesMergeable_different_sourcepackage
 lp.code.model.tests.test_branchtarget.TestPackageBranchTarget.test_areBranchesMergeable_linked_product
 lp.code.model.tests.test_branchtarget.TestPackageBranchTarget.test_areBranchesMergeable_personal_branches
 lp.code.model.tests.test_branchtarget.TestPackageBranchTarget.test_areBranchesMergeable_same_sourcepackage
 lp.code.model.tests.test_branchtarget.TestPackageBranchTarget.test_areBranchesMergeable_same_sourcepackagename
 lp.code.model.tests.test_branchtarget.TestPackageBranchTarget.test_areBranchesMergeable_unlinked_product
 lp.code.model.tests.test_branchtarget.TestPackageBranchTarget.test_canonical_url
 lp.code.model.tests.test_branchtarget.TestPackageBranchTarget.test_collection
 lp.code.model.tests.test_branchtarget.TestPackageBranchTarget.test_components
 lp.code.model.tests.test_branchtarget.TestPackageBranchTarget.test_context
 lp.code.model.tests.test_branchtarget.TestPackageBranchTarget.test_default_merge_target
 lp.code.model.tests.test_branchtarget.TestPackageBranchTarget.test_default_stacked_on_branch
 lp.code.model.tests.test_branchtarget.TestPackageBranchTarget.test_displayname
 lp.code.model.tests.test_branchtarget.TestPackageBranchTarget.test_getNamespace
 lp.code.model.tests.test_branchtarget.TestPackageBranchTarget.test_name
 lp.code.model.tests.test_branchtarget.TestPackageBranchTarget.test_provides_IPrimaryContext
 lp.code.model.tests.test_branchtarget.TestPackageBranchTarget.test_retargetBranch_packageBranch
 lp.code.model.tests.test_branchtarget.TestPackageBranchTarget.test_retargetBranch_personalBranch
 lp.code.model.tests.test_branchtarget.TestPackageBranchTarget.test_retargetBranch_productBranch
 lp.code.model.tests.test_branchtarget.TestPackageBranchTarget.test_supports_merge_proposals
 lp.code.model.tests.test_branchtarget.TestPersonBranchTarget.test_adapter
 lp.code.model.tests.test_branchtarget.TestPersonBranchTarget.test_areBranchesMergeable
 lp.code.model.tests.test_branchtarget.TestPersonBranchTarget.test_canonical_url
 lp.code.model.tests.test_branchtarget.TestPersonBranchTarget.test_collection
 lp.code.model.tests.test_branchtarget.TestPersonBranchTarget.test_components
 lp.code.model.tests.test_branchtarget.TestPersonBranchTarget.test_context
 lp.code.model.tests.test_branchtarget.TestPersonBranchTarget.test_default_merge_target
 lp.code.model.tests.test_branchtarget.TestPersonBranchTarget.test_default_stacked_on_branch
 lp.code.model.tests.test_branchtarget.TestPersonBranchTarget.test_displayname
 lp.code.model.tests.test_branchtarget.TestPersonBranchTarget.test_getNamespace
 lp.code.model.tests.test_branchtarget.TestPersonBranchTarget.test_name
 lp.code.model.tests.test_branchtarget.TestPersonBranchTarget.test_provides_IPrimaryContext
 lp.code.model.tests.test_branchtarget.TestPersonBranchTarget.test_retargetBranch_packageBranch
 lp.code.model.tests.test_branchtarget.TestPersonBranchTarget.test_retargetBranch_personalBranch
 lp.code.model.tests.test_branchtarget.TestPersonBranchTarget.test_retargetBranch_productBranch
 lp.code.model.tests.test_branchtarget.TestPersonBranchTarget.test_supports_merge_proposals
 lp.code.model.tests.test_branchtarget.TestPrimaryContext.test_package_branch
 lp.code.model.tests.test_branchtarget.TestPrimaryContext.test_personal_branch
 lp.code.model.tests.test_branchtarget.TestPrimaryContext.test_product_branch
 lp.code.model.tests.test_branchtarget.TestProductBranchTarget.test_adapter
 lp.code.model.tests.test_branchtarget.TestProductBranchTarget.test_areBranchesMergeable_different_product
 lp.code.model.tests.test_branchtarget.TestProductBranchTarget.test_areBranchesMergeable_linked_package
 lp.code.model.tests.test_branchtarget.TestProductBranchTarget.test_areBranchesMergeable_personal_branches
 lp.code.model.tests.test_branchtarget.TestProductBranchTarget.test_areBranchesMergeable_same_product
 lp.code.model.tests.test_branchtarget.TestProductBranchTarget.test_areBranchesMergeable_unlinked_package
 lp.code.model.tests.test_branchtarget.TestProductBranchTarget.test_canonical_url
 lp.code.model.tests.test_branchtarget.TestProductBranchTarget.test_collection
 lp.code.model.tests.test_branchtarget.TestProductBranchTarget.test_components
 lp.code.model.tests.test_branchtarget.TestProductBranchTarget.test_context
 lp.code.model.tests.test_branchtarget.TestProductBranchTarget.test_default_merge_target
 lp.code.model.tests.test_branchtarget.TestProductBranchTarget.test_default_stacked_on_branch_has_been_mirrored
 lp.code.model.tests.test_branchtarget.TestProductBranchTarget.test_default_stacked_on_branch_no_dev_focus
 lp.code.model.tests.test_branchtarget.TestProductBranchTarget.test_default_stacked_on_branch_unmirrored_dev_focus
 lp.code.model.tests.test_branchtarget.TestProductBranchTarget.test_displayname
 lp.code.model.tests.test_branchtarget.TestProductBranchTarget.test_getNamespace
 lp.code.model.tests.test_branchtarget.TestProductBranchTarget.test_name
 lp.code.model.tests.test_branchtarget.TestProductBranchTarget.test_provides_IPrimaryContext
 lp.code.model.tests.test_branchtarget.TestProductBranchTarget.test_retargetBranch_packageBranch
 lp.code.model.tests.test_branchtarget.TestProductBranchTarget.test_retargetBranch_personalBranch
 lp.code.model.tests.test_branchtarget.TestProductBranchTarget.test_retargetBranch_productBranch
 lp.code.model.tests.test_branchtarget.TestProductBranchTarget.test_supports_merge_proposals
 lp.code.model.tests.test_branchvisibilitypolicy.TestBaseBranchVisibilityRules.test_explicit_forbidden
 lp.code.model.tests.test_branchvisibilitypolicy.TestBaseBranchVisibilityRules.test_explicit_public
 lp.code.model.tests.test_branchvisibilitypolicy.TestBaseBranchVisibilityRules.test_inherited_forbidden
 lp.code.model.tests.test_branchvisibilitypolicy.TestBaseBranchVisibilityRules.test_inherited_public
 lp.code.model.tests.test_branchvisibilitypolicy.TestBaseBranchVisibilityRules.test_no_default_private
 lp.code.model.tests.test_branchvisibilitypolicy.TestBaseBranchVisibilityRules.test_no_forbidden_for_team
 lp.code.model.tests.test_branchvisibilitypolicy.TestBaseBranchVisibilityRules.test_no_rules
 lp.code.model.tests.test_branchvisibilitypolicy.TestIHasBranchVisibilityPolicy.test_product_implements_IHasBranchVisibilityPolicy
 lp.code.model.tests.test_branchvisibilitypolicy.TestIHasBranchVisibilityPolicy.test_project_implements_IHasBranchVisibilityPolicy
 test_git_import_reviewed (lp.code.model.tests.test_codeimport.TestCodeImportCreation)
 test_new_cvs_import (lp.code.model.tests.test_codeimport.TestCodeImportCreation)
 test_new_svn_import (lp.code.model.tests.test_codeimport.TestCodeImportCreation)
 test_reviewed_cvs_import (lp.code.model.tests.test_codeimport.TestCodeImportCreation)
 test_reviewed_svn_import (lp.code.model.tests.test_codeimport.TestCodeImportCreation)
 lp.code.model.tests.test_codeimport.TestCodeImportStatusUpdate.test_approve
 lp.code.model.tests.test_codeimport.TestCodeImportStatusUpdate.test_invalidate_no_job
 lp.code.model.tests.test_codeimport.TestCodeImportStatusUpdate.test_invalidate_pending_job
 lp.code.model.tests.test_codeimport.TestCodeImportStatusUpdate.test_invalidate_running_job
 lp.code.model.tests.test_codeimport.TestCodeImportStatusUpdate.test_markFailing_no_job
 lp.code.model.tests.test_codeimport.TestCodeImportStatusUpdate.test_markFailing_pending_job
 lp.code.model.tests.test_codeimport.TestCodeImportStatusUpdate.test_markFailing_running_job
 lp.code.model.tests.test_codeimport.TestCodeImportStatusUpdate.test_suspend_no_job
 lp.code.model.tests.test_codeimport.TestCodeImportStatusUpdate.test_suspend_pending_job
 lp.code.model.tests.test_codeimport.TestCodeImportStatusUpdate.test_suspend_running_job
 lp.code.model.tests.test_codeimport.TestGetActiveImports.testEmpty
 lp.code.model.tests.test_codeimport.TestGetActiveImports.testExcludeDeactivatedProducts
 lp.code.model.tests.test_codeimport.TestGetActiveImports.testExcludeDeactivatedProjects
 lp.code.model.tests.test_codeimport.TestGetActiveImports.testJoining
 lp.code.model.tests.test_codeimport.TestGetActiveImports.testOneSeries
 lp.code.model.tests.test_codeimport.TestGetActiveImports.testOneSeriesWithProject
 lp.code.model.tests.test_codeimport.TestGetActiveImports.testSearchByProduct
 lp.code.model.tests.test_codeimport.TestGetActiveImports.testSearchByProductWithProject
 lp.code.model.tests.test_codeimport.TestGetActiveImports.testSearchByProject
 lp.code.model.tests.test_codeimport.TestGetActiveImports.testSearchByProjectWithNonMatchingProduct
 lp.code.model.tests.test_codeimport.TestGetActiveImports.testSorting
 lp.code.model.tests.test_codeimport.TestTryFailingImportAgain.test_mustBeFailing
 lp.code.model.tests.test_codeimport.TestTryFailingImportAgain.test_requestsImport
 lp.code.model.tests.test_codeimport.TestTryFailingImportAgain.test_resetsStatus
 lp.code.model.tests.test_codeimportmachine.TestCodeImportMachineShouldLookForJob.test_enoughJobsRunningOnMachine
 lp.code.model.tests.test_codeimportmachine.TestCodeImportMachineShouldLookForJob.test_heartbeatUpdateWhenOnline
 lp.code.model.tests.test_codeimportmachine.TestCodeImportMachineShouldLookForJob.test_heartbeatUpdateWhenQuiescing
 lp.code.model.tests.test_codeimportmachine.TestCodeImportMachineShouldLookForJob.test_machineIsOffline
 lp.code.model.tests.test_codeimportmachine.TestCodeImportMachineShouldLookForJob.test_machineIsQuiescingNoJobsRunning
 lp.code.model.tests.test_codeimportmachine.TestCodeImportMachineShouldLookForJob.test_machineIsQuiescingWithJobsRunning
 lp.code.model.tests.test_codeimportmachine.TestCodeImportMachineShouldLookForJob.test_noHeartbeatUpdateWhenOffline
 lp.code.model.tests.test_codeimportmachine.TestCodeImportMachineShouldLookForJob.test_noHeartbeatWhenCreated
 lp.code.model.tests.test_codeimportmachine.TestCodeImportMachineShouldLookForJob.test_shouldLook
 lp.code.model.tests.test_codereviewcomment.TestCodeReviewComment.test_createCommentFromMessage
 lp.code.model.tests.test_codereviewcomment.TestCodeReviewComment.test_createCommentFromMessageNotifies
 lp.code.model.tests.test_codereviewcomment.TestCodeReviewComment.test_createNoParentComment
 lp.code.model.tests.test_codereviewcomment.TestCodeReviewComment.test_createReplyComment
 lp.code.model.tests.test_codereviewcomment.TestCodeReviewComment.test_createReplyCommentNoSubject
 lp.code.model.tests.test_codereviewcomment.TestCodeReviewComment.test_createReplyCommentNoSubjectExistingRe
 lp.code.model.tests.test_codereviewcomment.TestCodeReviewComment.test_createRootComment
 lp.code.model.tests.test_codereviewcomment.TestCodeReviewComment.test_createRootCommentNoSubject
 lp.code.model.tests.test_codereviewcomment.TestCodeReviewComment.test_replyWithWrongMergeProposal
 lp.code.model.tests.test_codereviewkarma.TestCodeReviewKarma.test_approveCodeReview
 lp.code.model.tests.test_codereviewkarma.TestCodeReviewKarma.test_approvingOwnCodeReview
 lp.code.model.tests.test_codereviewkarma.TestCodeReviewKarma.test_commentOnOwnProposal
 lp.code.model.tests.test_codereviewkarma.TestCodeReviewKarma.test_commentOnProposal
 lp.code.model.tests.test_codereviewkarma.TestCodeReviewKarma.test_mergeProposalCreationAllocatesKarma
 lp.code.model.tests.test_codereviewkarma.TestCodeReviewKarma.test_rejectedCodeReview
 lp.code.model.tests.test_codereviewkarma.TestCodeReviewKarma.test_rejectedOwnCodeReview
 lp.code.model.tests.test_codereviewkarma.TestCodeReviewKarma.test_reviewerCommentingOnProposal
 lp.code.model.tests.test_hasbranches.TestIHasBranches.test_person_implements_hasbranches
 lp.code.model.tests.test_hasbranches.TestIHasBranches.test_product_implements_hasbranches
 lp.code.model.tests.test_hasbranches.TestIHasBranches.test_project_implements_hasbranches
 lp.code.model.tests.test_hasmergeproposals.TestIHasMergeProposals.test_person_implements_hasmergeproposals
 lp.code.model.tests.test_hasmergeproposals.TestIHasMergeProposals.test_product_implements_hasmergeproposals
 lp.code.model.tests.test_hasmergeproposals.TestIHasMergeProposals.test_project_implements_hasmergeproposals
 lp.code.model.tests.test_linkedbranch.TestDistributionSourcePackageLinkedBranch.test_branch
 lp.code.model.tests.test_linkedbranch.TestDistributionSourcePackageLinkedBranch.test_branch_when_no_series
 lp.code.model.tests.test_linkedbranch.TestDistributionSourcePackageLinkedBranch.test_bzr_path
 lp.code.model.tests.test_linkedbranch.TestDistributionSourcePackageLinkedBranch.test_setBranch
 lp.code.model.tests.test_linkedbranch.TestDistributionSourcePackageLinkedBranch.test_setBranch_with_no_series
 lp.code.model.tests.test_linkedbranch.TestProductLinkedBranch.test_branch
 lp.code.model.tests.test_linkedbranch.TestProductLinkedBranch.test_bzr_path
 lp.code.model.tests.test_linkedbranch.TestProductLinkedBranch.test_setBranch
 lp.code.model.tests.test_linkedbranch.TestProductSeriesLinkedBranch.test_branch
 lp.code.model.tests.test_linkedbranch.TestProductSeriesLinkedBranch.test_bzr_path
 lp.code.model.tests.test_linkedbranch.TestProductSeriesLinkedBranch.test_setBranch
 lp.code.model.tests.test_linkedbranch.TestProjectLinkedBranch.test_cannot_have_linked_branch
 lp.code.model.tests.test_linkedbranch.TestSuiteSourcePackageLinkedBranch.test_branch
 lp.code.model.tests.test_linkedbranch.TestSuiteSourcePackageLinkedBranch.test_bzr_path
 lp.code.model.tests.test_linkedbranch.TestSuiteSourcePackageLinkedBranch.test_setBranch
 lp.code.model.tests.test_revision.TestGetPublicRevisionsForPerson.testNewestRevisionFirst
 lp.code.model.tests.test_revision.TestGetPublicRevisionsForPerson.testRevisionDateRange
 lp.code.model.tests.test_revision.TestGetPublicRevisionsForPerson.testRevisionsMustBeInABranch
 lp.code.model.tests.test_revision.TestGetPublicRevisionsForPerson.testRevisionsMustBeInAPublicBranch
 lp.code.model.tests.test_revision.TestGetPublicRevisionsForPerson.testRevisionsOnlyReturnedOnce
 lp.code.model.tests.test_revision.TestGetPublicRevisionsForPerson.testTeamRevisions
 lp.code.model.tests.test_revision.TestGetPublicRevisionsForProduct.testNewestRevisionFirst
 lp.code.model.tests.test_revision.TestGetPublicRevisionsForProduct.testRevisionDateRange
 lp.code.model.tests.test_revision.TestGetPublicRevisionsForProduct.testRevisionsMustBeInABranch
 lp.code.model.tests.test_revision.TestGetPublicRevisionsForProduct.testRevisionsMustBeInABranchOfProduct
 lp.code.model.tests.test_revision.TestGetPublicRevisionsForProduct.testRevisionsMustBeInAPublicBranch
 lp.code.model.tests.test_revision.TestGetPublicRevisionsForProduct.testRevisionsOnlyReturnedOnce
 lp.code.model.tests.test_revision.TestGetPublicRevisionsForProject.testNewestRevisionFirst
 lp.code.model.tests.test_revision.TestGetPublicRevisionsForProject.testProjectRevisions
 lp.code.model.tests.test_revision.TestGetPublicRevisionsForProject.testRevisionDateRange
 lp.code.model.tests.test_revision.TestGetPublicRevisionsForProject.testRevisionsMustBeInABranch
 lp.code.model.tests.test_revision.TestGetPublicRevisionsForProject.testRevisionsMustBeInABranchOfProduct
 lp.code.model.tests.test_revision.TestGetPublicRevisionsForProject.testRevisionsMustBeInAPublicBranch
 lp.code.model.tests.test_revision.TestGetPublicRevisionsForProject.testRevisionsOnlyReturnedOnce
 lp.code.model.tests.test_revision.TestGetRecentRevisionsForProduct.testRevisionAuthorMatchesRevision
 lp.code.model.tests.test_revision.TestGetRecentRevisionsForProduct.testRevisionDateRange
 lp.code.model.tests.test_revision.TestGetRecentRevisionsForProduct.testRevisionsMustBeInABranchOfProduct
 lp.code.model.tests.test_revision.TestGetRecentRevisionsForProduct.testRevisionsMustBeInActiveBranches
 lp.code.model.tests.test_revision.TestOnlyPresent.test_call_twice_in_one_transaction
 lp.code.model.tests.test_revision.TestOnlyPresent.test_empty
 lp.code.model.tests.test_revision.TestOnlyPresent.test_none_present
 lp.code.model.tests.test_revision.TestOnlyPresent.test_one_present
 lp.code.model.tests.test_revision.TestOnlyPresent.test_some_present
 lp.code.model.tests.test_revision.TestPruneRevisionCache.test_old_revisions_removed
 lp.code.model.tests.test_revision.TestPruneRevisionCache.test_pruning_limit
 lp.code.model.tests.test_revision.TestRevisionCreationDate.test_new_future_revision_date
 lp.code.model.tests.test_revision.TestRevisionCreationDate.test_new_past_revision_date
 lp.code.model.tests.test_revision.TestRevisionGetBranch.testAllowPrivateCanReturnPublic
 lp.code.model.tests.test_revision.TestRevisionGetBranch.testAllowPrivateReturnsPrivateBranch
 lp.code.model.tests.test_revision.TestRevisionGetBranch.testGetBranchNotJunk
 lp.code.model.tests.test_revision.TestRevisionGetBranch.testOwnerTrunksMainline
 lp.code.model.tests.test_revision.TestRevisionGetBranch.testPreferAuthorBranch
 lp.code.model.tests.test_revision.TestRevisionGetBranch.testPreferMainlineRevisionBranch
 lp.code.model.tests.test_revision.TestRevisionGetBranch.testPublicBranchTrumpsOwner
 lp.code.model.tests.test_revision.TestRevisionKarma.test_junkBranchMovedToProductNeedsKarma
 lp.code.model.tests.test_revision.TestRevisionKarma.test_karmaAllocatedForKnownAuthor
 lp.code.model.tests.test_revision.TestRevisionKarma.test_karmaDateForFutureRevisions
 lp.code.model.tests.test_revision.TestRevisionKarma.test_karmaNotAllocatedForKnownAuthorWithInactiveAccount
 lp.code.model.tests.test_revision.TestRevisionKarma.test_newRevisionAuthorLinkNeedsKarma
 lp.code.model.tests.test_revision.TestRevisionKarma.test_noKarmaForJunk
 lp.code.model.tests.test_revision.TestRevisionKarma.test_noKarmaForUnknownAuthor
 lp.code.model.tests.test_revision.TestRevisionKarma.test_noRevisionsNeedingAllocation
 lp.code.model.tests.test_revision.TestRevisionKarma.test_revisionWithUnknownEmail
 testManyBranches (lp.code.model.tests.test_revision.TestTipRevisionsForBranches)
 testNoBranches (lp.code.model.tests.test_revision.TestTipRevisionsForBranches)
 testOneBranches (lp.code.model.tests.test_revision.TestTipRevisionsForBranches)
 test_timestampToDatetime (lp.code.model.tests.test_revision.TestTipRevisionsForBranches)
 test_timestampToDatetime_with_negative_fractional (lp.code.model.tests.test_revision.TestTipRevisionsForBranches)
 lp.code.model.tests.test_revision.TestUpdateRevisionCacheForBranch.test_adds_revisions
 lp.code.model.tests.test_revision.TestUpdateRevisionCacheForBranch.test_empty_branch
 lp.code.model.tests.test_revision.TestUpdateRevisionCacheForBranch.test_existing_private_revisions_with_public_branch
 lp.code.model.tests.test_revision.TestUpdateRevisionCacheForBranch.test_new_revisions_added
 lp.code.model.tests.test_revision.TestUpdateRevisionCacheForBranch.test_old_revisions_not_added
 lp.code.model.tests.test_revision.TestUpdateRevisionCacheForBranch.test_package_branch_revisions
 lp.code.model.tests.test_revision.TestUpdateRevisionCacheForBranch.test_personal_branch_revisions
 lp.code.model.tests.test_revision.TestUpdateRevisionCacheForBranch.test_product_branch_revisions
 lp.code.model.tests.test_revision.TestUpdateRevisionCacheForBranch.test_revisions_for_private_branch_marked_private
 lp.code.model.tests.test_revision.TestUpdateRevisionCacheForBranch.test_revisions_for_public_branch_marked_public
 lp.code.model.tests.test_revision.TestUpdateRevisionCacheForBranch.test_same_revision_multiple_targets
 lp.code.model.tests.test_revisioncache.TestRevisionCache.test_author_count
 lp.code.model.tests.test_revisioncache.TestRevisionCache.test_author_count_distinct
 lp.code.model.tests.test_revisioncache.TestRevisionCache.test_authored_by_individual
 lp.code.model.tests.test_revisioncache.TestRevisionCache.test_authored_by_team
 lp.code.model.tests.test_revisioncache.TestRevisionCache.test_in_distribution
 lp.code.model.tests.test_revisioncache.TestRevisionCache.test_in_distribution_source_package
 lp.code.model.tests.test_revisioncache.TestRevisionCache.test_in_distro_series
 lp.code.model.tests.test_revisioncache.TestRevisionCache.test_in_product
 lp.code.model.tests.test_revisioncache.TestRevisionCache.test_in_project
 lp.code.model.tests.test_revisioncache.TestRevisionCache.test_in_source_package
 lp.code.model.tests.test_revisioncache.TestRevisionCache.test_initially_empty
 lp.code.model.tests.test_revisioncache.TestRevisionCache.test_private_revisions
 lp.code.model.tests.test_revisioncache.TestRevisionCache.test_revision_in_multiple_namespaces_counted_once
 lp.code.model.tests.test_revisioncache.TestRevisionCache.test_revision_ordering
 lp.code.model.tests.test_revisioncache.TestRevisionCache.test_revisions_bound_by_date
 lp.code.model.tests.test_revisioncache.TestRevisionCache.test_simple_total_count
 lp.code.model.tests.test_revisioncache.TestRevisionCacheAdaptation.test_distribution
 lp.code.model.tests.test_revisioncache.TestRevisionCacheAdaptation.test_distribution_source__package
 lp.code.model.tests.test_revisioncache.TestRevisionCacheAdaptation.test_distro_series
 lp.code.model.tests.test_revisioncache.TestRevisionCacheAdaptation.test_person
 lp.code.model.tests.test_revisioncache.TestRevisionCacheAdaptation.test_product
 lp.code.model.tests.test_revisioncache.TestRevisionCacheAdaptation.test_project
 lp.code.model.tests.test_revisioncache.TestRevisionCacheAdaptation.test_source_package
 lp.code.model.tests.test_seriessourcepackagebranch.TestSeriesSourcePackageBranchSet.test_delete
 lp.code.model.tests.test_seriessourcepackagebranch.TestSeriesSourcePackageBranchSet.test_findForDistributionSourcePackage
 lp.code.tests.test_branch.TestAccessBranch.test_loopedPrivateStackedOn
 lp.code.tests.test_branch.TestAccessBranch.test_loopedPublicStackedOn
 lp.code.tests.test_branch.TestAccessBranch.test_loopedPublicStackedOnUnauthenticated
 lp.code.tests.test_branch.TestAccessBranch.test_manyLevelsOfStackingAuthenticated
 lp.code.tests.test_branch.TestAccessBranch.test_manyLevelsOfStackingUnauthenticated
 lp.code.tests.test_branch.TestAccessBranch.test_privateBranchAdmins
 lp.code.tests.test_branch.TestAccessBranch.test_privateBranchAnyoneElse
 lp.code.tests.test_branch.TestAccessBranch.test_privateBranchBazaarExperts
 lp.code.tests.test_branch.TestAccessBranch.test_privateBranchOwner
 lp.code.tests.test_branch.TestAccessBranch.test_privateBranchOwnerMember
 lp.code.tests.test_branch.TestAccessBranch.test_privateBranchSubscriber
 lp.code.tests.test_branch.TestAccessBranch.test_privateBranchUnauthenticated
 lp.code.tests.test_branch.TestAccessBranch.test_publicBranchArbitraryUser
 lp.code.tests.test_branch.TestAccessBranch.test_publicBranchUnauthenticated
 lp.code.tests.test_branch.TestAccessBranch.test_stackedOnPrivateBranchAuthenticated
 lp.code.tests.test_branch.TestAccessBranch.test_stackedOnPrivateBranchUnauthenticated
 lib/lp/code/tests/../doc/branch-karma.txt
 lib/lp/code/tests/../doc/branch-notifications.txt
 lib/lp/code/tests/../doc/branch-visibility-policy.txt
 lib/lp/code/tests/../doc/branch-visibility.txt
 lib/lp/code/tests/../doc/branch-xmlrpc.txt
 lib/lp/code/tests/../doc/branch.txt
 lib/lp/code/tests/../doc/code-jobs.txt
 lib/lp/code/tests/../doc/codeimport-event.txt
 lib/lp/code/tests/../doc/codeimport-job.txt
 lib/lp/code/tests/../doc/codeimport.txt
 lib/lp/code/tests/../doc/codereviewcomment.txt
 lib/lp/code/tests/../doc/xmlrpc-branch-filesystem.txt
 lib/lp/code/tests/../doc/xmlrpc-branch-puller.txt
 lib/lp/code/tests/../doc/xmlrpc-codeimport-scheduler.txt
 lp.code.tests.test_seriessourcepackagebranch.TestSeriesSourcePackageBranch.test_cannot_edit_branch_link
 lp.code.tests.test_seriessourcepackagebranch.TestSeriesSourcePackageBranch.test_delete
 lp.code.tests.test_seriessourcepackagebranch.TestSeriesSourcePackageBranch.test_findForBranch
 lp.code.tests.test_seriessourcepackagebranch.TestSeriesSourcePackageBranch.test_findForSourcePackage
 lp.code.tests.test_seriessourcepackagebranch.TestSeriesSourcePackageBranch.test_findForSourcePackage_non_empty
 lp.code.tests.test_seriessourcepackagebranch.TestSeriesSourcePackageBranch.test_new_inserts_into_db
 lp.code.tests.test_seriessourcepackagebranch.TestSeriesSourcePackageBranch.test_new_returns_ISeriesSourcePackageBranch
 lp.code.tests.test_seriessourcepackagebranch.TestSeriesSourcePackageBranch.test_new_sets_attributes
 test_crossAttributeBranches (lp.code.vocabularies.tests.test_branch_vocabularies.TestBranchVocabulary)
 test_fizzbuzzBranches (lp.code.vocabularies.tests.test_branch_vocabularies.TestBranchVocabulary)
 test_multipleQueryResult (lp.code.vocabularies.tests.test_branch_vocabularies.TestBranchVocabulary)
 test_singleQueryResult (lp.code.vocabularies.tests.test_branch_vocabularies.TestBranchVocabulary)
 test_spottyBranches (lp.code.vocabularies.tests.test_branch_vocabularies.TestBranchVocabulary)
 test_widgetBranches (lp.code.vocabularies.tests.test_branch_vocabularies.TestBranchVocabulary)
 test_mainBranches (lp.code.vocabularies.tests.test_branch_vocabularies.TestRestrictedBranchVocabularyOnBranch)
 test_multipleQueryResult (lp.code.vocabularies.tests.test_branch_vocabularies.TestRestrictedBranchVocabularyOnBranch)
 test_ownersBranches (lp.code.vocabularies.tests.test_branch_vocabularies.TestRestrictedBranchVocabularyOnBranch)
 test_singleQueryResult (lp.code.vocabularies.tests.test_branch_vocabularies.TestRestrictedBranchVocabularyOnBranch)
 test_mainBranches (lp.code.vocabularies.tests.test_branch_vocabularies.TestRestrictedBranchVocabularyOnProduct)
 test_multipleQueryResult (lp.code.vocabularies.tests.test_branch_vocabularies.TestRestrictedBranchVocabularyOnProduct)
 test_ownersBranches (lp.code.vocabularies.tests.test_branch_vocabularies.TestRestrictedBranchVocabularyOnProduct)
 test_singleQueryResult (lp.code.vocabularies.tests.test_branch_vocabularies.TestRestrictedBranchVocabularyOnProduct)
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_all_slashes
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_branch
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_development_focus_has_no_branch
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_distro_name
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_empty_path
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_invalid_product_name
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_mirrored_branch
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_no_linked_branch_for_source_package
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_no_such_branch_package
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_no_such_branch_personal
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_no_such_branch_product
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_no_such_distro_series
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_no_such_product_series
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_no_such_source_package
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_private_branch
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_private_branch_as_development_focus
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_private_branch_as_user
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_private_branch_on_series
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_productDoesntExist
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_product_and_series
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_product_only
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_project_group
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_remote_branch
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_remote_branch_no_url
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_resolve_branch_with_no_such_owner
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_resolve_branch_with_no_such_product
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_resultDict
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_resultDictForHotProduct
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_series_has_no_branch
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_too_many_segments
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_too_many_segments_no_such_branch
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_too_short
 lp.code.xmlrpc.tests.test_branch.TestExpandURL.test_trailing_slashes
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_mirrorComplete(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_mirrorCompletePrivateStackedOnPublic(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_mirrorCompleteRequestsMirrorForIncompleteStackedOnPrivate(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_mirrorCompleteWithNoBranchID(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_mirrorComplete_requests_mirror_for_incomplete_stacked(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_mirrorComplete_resets_failure_count(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_mirrorComplete_resets_mirror_request(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_mirrorFailed(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_mirrorFailedWithNotBranchID(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_recordSuccess(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_setStackedOnBranchNotFound(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_setStackedOnDefaultURLFragment(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_setStackedOnExternalURL(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_setStackedOnExternalURLWithTrailingSlash(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_setStackedOnNoBranchWithID(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_setStackedOnNothing(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_startMirroring(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullerTest.test_startMirroringInvalidBranch(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullQueueTest.test_getBranchPullInfo_default_stacked_branch(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullQueueTest.test_getBranchPullInfo_junk(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullQueueTest.test_getBranchPullInfo_no_default_stacked_branch(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullQueueTest.test_getBranchPullInfo_private_branch(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullQueueTest.test_pullQueuesEmpty(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullQueueTest.test_requestMirrorPutsBranchInQueue_hosted(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullQueueTest.test_requestMirrorPutsBranchInQueue_imported(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchPullQueueTest.test_requestMirrorPutsBranchInQueue_mirrored(db)
 lp.code.xmlrpc.tests.test_codehosting.AcquireBranchToPullTestsViaEndpoint.test_branch_type_returned_hosted(db)
 lp.code.xmlrpc.tests.test_codehosting.AcquireBranchToPullTestsViaEndpoint.test_branch_type_returned_import(db)
 lp.code.xmlrpc.tests.test_codehosting.AcquireBranchToPullTestsViaEndpoint.test_branch_type_returned_mirrored(db)
 lp.code.xmlrpc.tests.test_codehosting.AcquireBranchToPullTestsViaEndpoint.test_default_stacked_on_branch_returned(db)
 lp.code.xmlrpc.tests.test_codehosting.AcquireBranchToPullTestsViaEndpoint.test_empty(db)
 lp.code.xmlrpc.tests.test_codehosting.AcquireBranchToPullTestsViaEndpoint.test_first_requested_returned(db)
 lp.code.xmlrpc.tests.test_codehosting.AcquireBranchToPullTestsViaEndpoint.test_no_inprogress(db)
 lp.code.xmlrpc.tests.test_codehosting.AcquireBranchToPullTestsViaEndpoint.test_private(db)
 lp.code.xmlrpc.tests.test_codehosting.AcquireBranchToPullTestsViaEndpoint.test_private_default_stacked_not_returned_for_mirrored_branch(db)
 lp.code.xmlrpc.tests.test_codehosting.AcquireBranchToPullTestsViaEndpoint.test_remote_branch_not_acquired(db)
 lp.code.xmlrpc.tests.test_codehosting.AcquireBranchToPullTestsViaEndpoint.test_simple(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_bad_name(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_bad_product(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_bad_user(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_bad_user_bad_product(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_invalid_distro(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_invalid_distroseries(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_invalid_sourcepackagename(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_junk(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_no_preceding_slash(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_not_branch(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_other_user(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_source_package(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_createBranch_team_junk(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_initialMirrorRequest(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_requestMirror(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_requestMirror_private(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_anonymous_cant_see_private_branch(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_anonymous_public_branch(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_branch(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_branch_with_trailing_slash(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_branches_in_parent_dirs_not_found(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_cannot_translate(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_cant_see_private_branch(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_control_directory(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_control_directory_invisble_branch(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_control_directory_no_stacked_set(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_control_directory_other_owner(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_control_directory_package(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_control_directory_package_no_focus(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_control_directory_private_branch(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_launchpad_services_private(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_nested_path_in_branch(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_no_preceding_slash(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_no_such_branch(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_no_such_junk_branch(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_owned(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_owned_imported(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_owned_mirrored(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_path_in_branch(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_preserves_escaping(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_private_branch(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_remote_branch(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_team_owned(db)
 lp.code.xmlrpc.tests.test_codehosting.BranchFileSystemTest.test_translatePath_team_unowned(db)
 lp.code.xmlrpc.tests.test_codehosting.TestRunWithLogin.test_cheatsForLaunchpadServices
 lp.code.xmlrpc.tests.test_codehosting.TestRunWithLogin.test_invalidRequester
 lp.code.xmlrpc.tests.test_codehosting.TestRunWithLogin.test_loginAsRequester
 lp.code.xmlrpc.tests.test_codehosting.TestRunWithLogin.test_loginAsRequesterName
 lp.code.xmlrpc.tests.test_codehosting.TestRunWithLogin.test_logoutAfterException
 lp.code.xmlrpc.tests.test_codehosting.TestRunWithLogin.test_logoutAtEnd
 lp.code.xmlrpc.tests.test_codehosting.TestRunWithLogin.test_passesRequesterInAsPerson
 lp.codehosting.scanner.tests.test_branchscanner.TestErrorHandling.test_branch_id_fail
 lp.codehosting.scanner.tests.test_branchscanner.TestErrorHandling.test_branch_unique_name_fail
 lp.codehosting.scanner.tests.test_branchscanner.TestErrorHandling.test_branch_url_fail
 lp.codehosting.scanner.tests.test_branchscanner.TestErrorHandling.test_branch_warehouse_url_fail
 lp.codehosting.scanner.tests.test_branchscanner.TestErrorHandling.test_error_in_exception_str
 lp.codehosting.scanner.tests.test_branchscanner.TestErrorHandling.test_failsafe_logs_on_error
 lp.codehosting.scanner.tests.test_branchscanner.TestErrorHandling.test_failsafe_normal
 lp.codehosting.scanner.tests.test_branchscanner.TestErrorHandling.test_failsafe_reraises_keyboard_interrupt
 lp.codehosting.scanner.tests.test_branchscanner.TestErrorHandling.test_failsafe_reraises_system_exit
 lp.codehosting.scanner.tests.test_branchscanner.TestErrorHandling.test_failsafe_returns_default_on_error
 lp.codehosting.scanner.tests.test_branchscanner.TestErrorHandling.test_logScanFailure_raises
 lp.codehosting.scanner.tests.test_branchscanner.TestErrorHandling.test_log_unexpected_exception
 lp.codehosting.scanner.tests.test_branchscanner.TestErrorHandling.test_safe_str_logs_on_exception
 lp.codehosting.scanner.tests.test_branchscanner.TestErrorHandling.test_safe_str_normal
 lp.codehosting.scanner.tests.test_branchscanner.TestErrorHandling.test_safe_str_returns_unknown_on_exception
 lp.codehosting.scripts.tests.test_modifiedbranches.TestModifiedBranchesLocations.test_hosted_branch
 lp.codehosting.scripts.tests.test_modifiedbranches.TestModifiedBranchesLocations.test_imported_branch
 lp.codehosting.scripts.tests.test_modifiedbranches.TestModifiedBranchesLocations.test_mirrored_branch
 lp.codehosting.tests.test_rewrite.TestBranchRewriter.test_rewriteLine_cache_expires
 lp.codehosting.tests.test_rewrite.TestBranchRewriter.test_rewriteLine_found_dot_bzr
 lp.codehosting.tests.test_rewrite.TestBranchRewriter.test_rewriteLine_found_not_dot_bzr
 lp.codehosting.tests.test_rewrite.TestBranchRewriter.test_rewriteLine_logs_cache_hit
 lp.codehosting.tests.test_rewrite.TestBranchRewriter.test_rewriteLine_logs_cache_miss
 lp.codehosting.tests.test_rewrite.TestBranchRewriter.test_rewriteLine_not_found
 lp.codehosting.tests.test_rewrite.TestBranchRewriter.test_rewriteLine_private
 lp.codehosting.tests.test_rewrite.TestBranchRewriter.test_rewriteLine_static
 lp.codehosting.tests.test_rewrite.TestBranchRewriterScript.test_script
 lib/lp/coop/answersbugs/tests/notifications-linked-bug.txt
 lib/lp/coop/answersbugs/tests/notifications-linked-private-bug.txt
 lib/lp/registry/browser/tests/announcement-views.txt
 lib/lp/registry/browser/tests/browser-views.txt
 lib/lp/registry/browser/tests/distribution-views.txt
 lib/lp/registry/browser/tests/distributionmirror-views.txt
 lib/lp/registry/browser/tests/distroseries-views.txt
 lib/lp/registry/browser/tests/gpg-views.txt
 lib/lp/registry/browser/tests/karmaaction-views.txt
 lib/lp/registry/browser/tests/karmacontext-views.txt
 lib/lp/registry/browser/tests/mailinglist-views.txt
 lib/lp/registry/browser/tests/people-views.txt
 lib/lp/registry/browser/tests/peoplemerge-views.txt
 lib/lp/registry/browser/tests/person-admin-views.txt
 lib/lp/registry/browser/tests/pillar-views.txt
 lib/lp/registry/browser/tests/private-team-creation-views.txt
 lib/lp/registry/browser/tests/product-menus.txt
 lib/lp/registry/browser/tests/product-views.txt
 lib/lp/registry/browser/tests/productrelease-views.txt
 lib/lp/registry/browser/tests/productseries-views.txt
 lib/lp/registry/browser/tests/project-add-views.txt
 lib/lp/registry/browser/tests/projectgroup-views.txt
 lib/lp/registry/browser/tests/projectgroupset-views.txt
 lib/lp/registry/browser/tests/securitycontact-views.txt
 lib/lp/registry/browser/tests/sourcepackage-views.txt
 lib/lp/registry/browser/tests/team-join-views.txt
 lib/lp/registry/browser/tests/team-views.txt
 lp.registry.tests.test_distroseries.TestDistroSeries.test_getSuite_non_release_pocket
 lp.registry.tests.test_distroseries.TestDistroSeries.test_getSuite_release_pocket
 lp.registry.tests.test_distroseries.TestDistroSeriesSet.test_fromSuite_no_such_series
 lp.registry.tests.test_distroseries.TestDistroSeriesSet.test_fromSuite_non_release_pocket
 lp.registry.tests.test_distroseries.TestDistroSeriesSet.test_fromSuite_release_pocket
 lp.registry.tests.test_distroseries.TestDistroSeriesSet.test_translatables
 lib/lp/registry/tests/../doc/announcement.txt
 lib/lp/registry/tests/../doc/cache-country-mirrors.txt
 lib/lp/registry/tests/../doc/commercialsubscription.txt
 lib/lp/registry/tests/../doc/convert-person-to-team.txt
 lib/lp/registry/tests/../doc/distribution.txt
 lib/lp/registry/tests/../doc/distroseries.txt
 lib/lp/registry/tests/../doc/entitlement.txt
 lib/lp/registry/tests/../doc/featuredproject.txt
 lib/lp/registry/tests/../doc/gpg-signatures.txt
 lib/lp/registry/tests/../doc/gpgkey.txt
 lib/lp/registry/tests/../doc/irc.txt
 lib/lp/registry/tests/../doc/jabber.txt
 lib/lp/registry/tests/../doc/karmacontext.txt
 lib/lp/registry/tests/../doc/mailinglist-email-notification.txt
 lib/lp/registry/tests/../doc/mailinglist-subscriptions.txt
 lib/lp/registry/tests/../doc/mailinglists.txt
 lib/lp/registry/tests/../doc/mentoringoffer.txt
 lib/lp/registry/tests/../doc/milestone.txt
 lib/lp/registry/tests/../doc/nickname.txt
 lib/lp/registry/tests/../doc/person-account.txt
 lib/lp/registry/tests/../doc/person-edit-views.txt
 lib/lp/registry/tests/../doc/person-karma-views.txt
 lib/lp/registry/tests/../doc/person-merge.txt
 lib/lp/registry/tests/../doc/person.txt
 lib/lp/registry/tests/../doc/personlocation.txt
 lib/lp/registry/tests/../doc/pillar.txt
 lib/lp/registry/tests/../doc/poll-preconditions.txt
 lib/lp/registry/tests/../doc/poll.txt
 lib/lp/registry/tests/../doc/product-widgets.txt
 lib/lp/registry/tests/../doc/products-with-no-remote-product.txt
 lib/lp/registry/tests/../doc/productseries.txt
 lib/lp/registry/tests/../doc/project.txt
 lib/lp/registry/tests/../doc/sshkey.txt
 lib/lp/registry/tests/../doc/team-hierarchy-views.txt
 lib/lp/registry/tests/../doc/team-nav-menus.txt
 lib/lp/registry/tests/../doc/teammembership-email-notification.txt
 lib/lp/registry/tests/../doc/teammembership-views.txt
 lib/lp/registry/tests/../doc/teammembership.txt
 lib/lp/registry/tests/../doc/user-to-user.txt
 lib/lp/registry/tests/../doc/vocabularies.txt
 lib/lp/registry/tests/../doc/voucher.txt
 lib/lp/registry/tests/../doc/wikiname.txt
 lib/lp/registry/tests/../doc/xx-coc-views.txt
 testDistributionBugTaskMilestoneVocabulary (lp.registry.tests.test_milestone_vocabularies.TestMilestoneVocabulary)
 testDistributionMilestoneVocabulary (lp.registry.tests.test_milestone_vocabularies.TestMilestoneVocabulary)
 testDistributionsourcepackageBugTaskMilestoneVocabulary (lp.registry.tests.test_milestone_vocabularies.TestMilestoneVocabulary)
 testDistroseriesBugTaskMilestoneVocabulary (lp.registry.tests.test_milestone_vocabularies.TestMilestoneVocabulary)
 testDistroseriesMilestoneVocabulary (lp.registry.tests.test_milestone_vocabularies.TestMilestoneVocabulary)
 testPersonMilestoneVocabulary (lp.registry.tests.test_milestone_vocabularies.TestMilestoneVocabulary)
 testProductMilestoneVocabulary (lp.registry.tests.test_milestone_vocabularies.TestMilestoneVocabulary)
 testProductSeriesMilestoneVocabulary (lp.registry.tests.test_milestone_vocabularies.TestMilestoneVocabulary)
 testProductseriesBugTaskMilestoneVocabulary (lp.registry.tests.test_milestone_vocabularies.TestMilestoneVocabulary)
 testProjectMilestoneVocabulary (lp.registry.tests.test_milestone_vocabularies.TestMilestoneVocabulary)
 testSourcepackageBugTaskMilestoneVocabulary (lp.registry.tests.test_milestone_vocabularies.TestMilestoneVocabulary)
 testSpecificationMilestoneVocabulary (lp.registry.tests.test_milestone_vocabularies.TestMilestoneVocabulary)
 testUpstreamBugTaskMilestoneVocabulary (lp.registry.tests.test_milestone_vocabularies.TestMilestoneVocabulary)
 test_simple_import_membership (lp.registry.tests.test_mlists.TestImportToRestrictedList)
 test_already_joined (lp.registry.tests.test_mlists.TestMailingListImports)
 test_already_subscribed (lp.registry.tests.test_mlists.TestMailingListImports)
 test_extended_import_membership (lp.registry.tests.test_mlists.TestMailingListImports)
 test_import_existing_with_nonascii_name (lp.registry.tests.test_mlists.TestMailingListImports)
 test_import_from_file (lp.registry.tests.test_mlists.TestMailingListImports)
 test_import_from_file_with_invalid_emails (lp.registry.tests.test_mlists.TestMailingListImports)
 test_import_from_file_with_non_persons (lp.registry.tests.test_mlists.TestMailingListImports)
 test_import_with_invalid_emails (lp.registry.tests.test_mlists.TestMailingListImports)
 test_import_with_non_persons (lp.registry.tests.test_mlists.TestMailingListImports)
 test_logging (lp.registry.tests.test_mlists.TestMailingListImports)
 test_logging_extended (lp.registry.tests.test_mlists.TestMailingListImports)
 test_logging_with_invalid_emails (lp.registry.tests.test_mlists.TestMailingListImports)
 test_logging_with_non_persons (lp.registry.tests.test_mlists.TestMailingListImports)
 test_simple_import_membership (lp.registry.tests.test_mlists.TestMailingListImports)
 lp.registry.tests.test_person.TestPerson.test_AnswerContact_person_validator
 lp.registry.tests.test_person.TestPerson.test_BugSubscription_person_validator
 lp.registry.tests.test_person.TestPerson.test_BugTask_person_validator
 lp.registry.tests.test_person.TestPerson.test_Bug_person_validator
 lp.registry.tests.test_person.TestPerson.test_Specification_person_validator
 lp.registry.tests.test_person.TestPerson.test_deactivateAccount_copes_with_names_already_in_use
 lp.registry.tests.test_person.TestPerson.test_getDirectMemberIParticipateIn
 lp.registry.tests.test_person.TestPerson.test_visibility_validator_announcement
 lp.registry.tests.test_person.TestPerson.test_visibility_validator_answer_contact
 lp.registry.tests.test_person.TestPerson.test_visibility_validator_archive
 lp.registry.tests.test_person.TestPerson.test_visibility_validator_branch
 lp.registry.tests.test_person.TestPerson.test_visibility_validator_bug
 lp.registry.tests.test_person.TestPerson.test_visibility_validator_caching
 lp.registry.tests.test_person.TestPerson.test_visibility_validator_product_subscription
 lp.registry.tests.test_person.TestPerson.test_visibility_validator_specification_subscriber
 lp.registry.tests.test_person.TestPerson.test_visibility_validator_team_mailinglist_pmt_to_private
 lp.registry.tests.test_person.TestPerson.test_visibility_validator_team_mailinglist_pmt_to_private_view
 lp.registry.tests.test_person.TestPerson.test_visibility_validator_team_mailinglist_private
 lp.registry.tests.test_person.TestPerson.test_visibility_validator_team_mailinglist_private_purged
 lp.registry.tests.test_person.TestPerson.test_visibility_validator_team_mailinglist_private_view
 lp.registry.tests.test_person.TestPerson.test_visibility_validator_team_mailinglist_public
 lp.registry.tests.test_person.TestPerson.test_visibility_validator_team_mailinglist_public_purged
 lp.registry.tests.test_person.TestPerson.test_visibility_validator_team_mailinglist_public_view
 lp.registry.tests.test_person.TestPerson.test_visibility_validator_team_member
 lp.registry.tests.test_person.TestPerson.test_visibility_validator_team_private_to_pmt
 lp.registry.tests.test_person.TestPerson.test_visibility_validator_team_private_to_pmt_view
 lp.registry.tests.test_person.TestPerson.test_visibility_validator_team_private_to_public
 lp.registry.tests.test_person.TestPerson.test_visibility_validator_team_private_to_public_view
 lp.registry.tests.test_person.TestPerson.test_visibility_validator_team_ss_prod_pub_to_private
 lp.registry.tests.test_sourcepackage.TestSourcePackage.test_change_branch_once_set
 lp.registry.tests.test_sourcepackage.TestSourcePackage.test_development_version
 lp.registry.tests.test_sourcepackage.TestSourcePackage.test_distribution_sourcepackage
 lp.registry.tests.test_sourcepackage.TestSourcePackage.test_getBranch_exists
 lp.registry.tests.test_sourcepackage.TestSourcePackage.test_getBranch_no_branch
 lp.registry.tests.test_sourcepackage.TestSourcePackage.test_getSuiteSourcePackage
 lp.registry.tests.test_sourcepackage.TestSourcePackage.test_linked_branches
 lp.registry.tests.test_sourcepackage.TestSourcePackage.test_path
 lp.registry.tests.test_sourcepackage.TestSourcePackage.test_path_to_non_release_pocket
 lp.registry.tests.test_sourcepackage.TestSourcePackage.test_path_to_release_pocket
 lp.registry.tests.test_sourcepackage.TestSourcePackage.test_setBranch
 lp.registry.tests.test_sourcepackage.TestSourcePackage.test_unsetBranch
 lp.registry.tests.test_sourcepackage.TestSourcePackageSecurity.test_cannot_setBranch
 lp.registry.tests.test_suitesourcepackage.TestSuiteSourcePackage.test_construction
 lp.registry.tests.test_suitesourcepackage.TestSuiteSourcePackage.test_displayname
 lp.registry.tests.test_suitesourcepackage.TestSuiteSourcePackage.test_distribution
 lp.registry.tests.test_suitesourcepackage.TestSuiteSourcePackage.test_equality
 lp.registry.tests.test_suitesourcepackage.TestSuiteSourcePackage.test_path
 lp.registry.tests.test_suitesourcepackage.TestSuiteSourcePackage.test_repr
 lp.registry.tests.test_suitesourcepackage.TestSuiteSourcePackage.test_sourcepackage
 lp.registry.tests.test_suitesourcepackage.TestSuiteSourcePackage.test_suite
 lp.services.mail.tests.test_signedmessage.TestSignedMessage.test_clearsigned_message
 lp.services.mail.tests.test_signedmessage.TestSignedMessage.test_clearsigned_message_wrong_sender
 lp.services.mail.tests.test_signedmessage.TestSignedMessage.test_detached_signature_message
 lp.services.mail.tests.test_signedmessage.TestSignedMessage.test_detached_signature_message_wrong_sender
 lp.services.mail.tests.test_signedmessage.TestSignedMessage.test_unsigned_message
 lp.soyuz.browser.tests.test_breadcrumbs.TestArchiveSubscriptionBreadcrumb.test_personal_archive_subscription
 lp.soyuz.browser.tests.test_breadcrumbs.TestDistroArchSeriesBreadcrumb.test_distroarchseries
 lp.soyuz.browser.tests.test_breadcrumbs.TestDistroArchSeriesBreadcrumb.test_distroarchseriesbinarypackage
 lp.soyuz.browser.tests.test_breadcrumbs.TestDistroArchSeriesBreadcrumb.test_distroarchseriesbinarypackagerelease
 lp.testing.tests.test_testcase.TestRecordStatements.test_counter_positive
 lp.testing.tests.test_testcase.TestRecordStatements.test_store_invalidation_counts
 lp.translations.browser.tests.test_breadcrumbs.TestPOFileBreadcrumbs.test_pofiletranslate
 lp.translations.browser.tests.test_breadcrumbs.TestPOTemplateBreadcrumbs.test_potemplate
 lp.translations.browser.tests.test_breadcrumbs.TestSeriesLanguageBreadcrumbs.test_distroserieslanguage
 lp.translations.browser.tests.test_breadcrumbs.TestSeriesLanguageBreadcrumbs.test_productserieslanguage
 lp.translations.browser.tests.test_breadcrumbs.TestTranslationGroupsBreadcrumbs.test_translationgroup
 lp.translations.browser.tests.test_breadcrumbs.TestTranslationGroupsBreadcrumbs.test_translationgroupset
 lp.translations.browser.tests.test_breadcrumbs.TestTranslationsVHostBreadcrumb.test_distribution
 lp.translations.browser.tests.test_breadcrumbs.TestTranslationsVHostBreadcrumb.test_distroseries
 lp.translations.browser.tests.test_breadcrumbs.TestTranslationsVHostBreadcrumb.test_person
 lp.translations.browser.tests.test_breadcrumbs.TestTranslationsVHostBreadcrumb.test_product
 lp.translations.browser.tests.test_breadcrumbs.TestTranslationsVHostBreadcrumb.test_productseries
 lp.translations.browser.tests.test_breadcrumbs.TestTranslationsVHostBreadcrumb.test_project
 lp.translations.tests.test_potemplate.TestDistroTemplateEquivalenceClasses.test_DifferentlyNamedDistroTemplatesAreNotEquivalent
 lp.translations.tests.test_potemplate.TestDistroTemplateEquivalenceClasses.test_EquivalenceByNamePattern
 lp.translations.tests.test_potemplate.TestDistroTemplateEquivalenceClasses.test_GetSharingPOTemplates
 lp.translations.tests.test_potemplate.TestDistroTemplateEquivalenceClasses.test_GetSharingPOTemplates_NoSourcepackagename
 lp.translations.tests.test_potemplate.TestDistroTemplateEquivalenceClasses.test_GetSharingPOTemplates_special_name
 lp.translations.tests.test_potemplate.TestDistroTemplateEquivalenceClasses.test_NoEquivalenceAcrossPackages
 lp.translations.tests.test_potemplate.TestDistroTemplateEquivalenceClasses.test_PackageTemplateEquivalence
 lp.translations.tests.test_potemplate.TestGetPOFilesFor.test_get_pofiles_for_empty_template_list
 lp.translations.tests.test_potemplate.TestGetPOFilesFor.test_get_pofiles_for_translated_template
 lp.translations.tests.test_potemplate.TestGetPOFilesFor.test_get_pofiles_for_untranslated_template
 lp.translations.tests.test_potemplate.TestPOTemplate.test_composePOFilePath
 lp.translations.tests.test_potemplate.TestProductTemplateEquivalenceClasses.test_DifferentlyNamedProductTemplatesAreNotEquivalent
 lp.translations.tests.test_potemplate.TestProductTemplateEquivalenceClasses.test_GetSharingPOTemplates
 lp.translations.tests.test_potemplate.TestProductTemplateEquivalenceClasses.test_NoEquivalenceAcrossProducts
 lp.translations.tests.test_potemplate.TestProductTemplateEquivalenceClasses.test_ProductTemplateEquivalence
 lp.translations.tests.test_potemplate.TestTemplatePrecedence.test_ageBreaksTie
 lp.translations.tests.test_potemplate.TestTemplatePrecedence.test_ageBreaksTieWhenDisabled
 lp.translations.tests.test_potemplate.TestTemplatePrecedence.test_disabledFocusBeatsOtherDisabledTemplate
 lp.translations.tests.test_potemplate.TestTemplatePrecedence.test_disabledTemplateComesLastDespiteFocus
 lp.translations.tests.test_potemplate.TestTemplatePrecedence.test_disabledTemplatesComeLast
 lp.translations.tests.test_potemplate.TestTemplatePrecedence.test_focusSeriesComesFirst
 lp.translations.tests.test_translations_to_review.TestReviewableDistroTranslationFiles.test_OneFileToReview
 lp.translations.tests.test_translations_to_review.TestReviewableDistroTranslationFiles.test_getReviewableTranslationFiles_ignores_english
 lp.translations.tests.test_translations_to_review.TestReviewableDistroTranslationFiles.test_getReviewableTranslationFiles_no_new_suggestions
 lp.translations.tests.test_translations_to_review.TestReviewableDistroTranslationFiles.test_getReviewableTranslationFiles_no_older_than_filter
 lp.translations.tests.test_translations_to_review.TestReviewableDistroTranslationFiles.test_getReviewableTranslationFiles_no_older_than_pass
 lp.translations.tests.test_translations_to_review.TestReviewableDistroTranslationFiles.test_getReviewableTranslationFiles_non_reviewer
 lp.translations.tests.test_translations_to_review.TestReviewableDistroTranslationFiles.test_getReviewableTranslationFiles_not_translating_in_launchpad
 lp.translations.tests.test_translations_to_review.TestReviewableDistroTranslationFiles.test_getReviewableTranslationFiles_other_language
 lp.translations.tests.test_translations_to_review.TestReviewableProductTranslationFiles.test_OneFileToReview
 lp.translations.tests.test_translations_to_review.TestReviewableProductTranslationFiles.test_getReviewableTranslationFiles_ignores_english
 lp.translations.tests.test_translations_to_review.TestReviewableProductTranslationFiles.test_getReviewableTranslationFiles_no_new_suggestions
 lp.translations.tests.test_translations_to_review.TestReviewableProductTranslationFiles.test_getReviewableTranslationFiles_no_older_than_filter
 lp.translations.tests.test_translations_to_review.TestReviewableProductTranslationFiles.test_getReviewableTranslationFiles_no_older_than_pass
 lp.translations.tests.test_translations_to_review.TestReviewableProductTranslationFiles.test_getReviewableTranslationFiles_non_reviewer
 lp.translations.tests.test_translations_to_review.TestReviewableProductTranslationFiles.test_getReviewableTranslationFiles_not_translating_in_launchpad
 lp.translations.tests.test_translations_to_review.TestReviewableProductTranslationFiles.test_getReviewableTranslationFiles_other_language
 lp.translations.tests.test_translations_to_review.TestSuggestReviewableTranslationFiles.test_suggestReviewableTranslationFiles_checks_unreviewed
 lp.translations.tests.test_translations_to_review.TestSuggestReviewableTranslationFiles.test_suggestReviewableTranslationFiles_ignores_old_involvement
 lp.translations.tests.test_translations_to_review.TestSuggestReviewableTranslationFiles.test_suggestReviewableTranslationFiles_ignores_other_languages
 lp.translations.tests.test_translations_to_review.TestSuggestReviewableTranslationFiles.test_suggestReviewableTranslationFiles_is_complementary
 lp.translations.tests.test_translations_to_review.TestSuggestReviewableTranslationFiles.test_suggestReviewableTranslationFiles_no_translation_group
 lp.translations.tests.test_translations_to_review.TestSuggestReviewableTranslationFiles.test_suggestReviewableTranslationFiles_suggests_files
  Ran 3776 tests with 2 failures and 11 errors in 19 minutes 35.519 seconds.
  Tear down canonical.testing.layers.DatabaseFunctionalLayer in 0.000 seconds.
  Tear down canonical.testing.layers.DatabaseLayer in 0.014 seconds.
  Tear down canonical.testing.layers.FunctionalLayer ... not supported
  Tear down canonical.testing.layers.BaseLayer in 0.000 seconds.
Running canonical.testing.layers.PageTestLayer tests:
  Running in a subprocess.
  Set up canonical.testing.layers.BaseLayer in 0.002 seconds.
  Set up canonical.testing.layers.DatabaseLayer in 0.236 seconds.
  Set up canonical.testing.layers.LibrarianLayer in 4.907 seconds.
  Set up canonical.testing.layers.LaunchpadLayer in 0.000 seconds.
  Set up canonical.testing.layers.FunctionalLayer in 3.137 seconds.
  Set up canonical.testing.layers.GoogleServiceLayer Traceback (most recent call last):
  File "/home/barry/projects/launchpad/eggs/zope.testing-3.8.1-py2.6.egg/zope/testing/testrunner/runner.py", line 364, in run_layer
    setup_layer(options, layer, setup_layers)
  File "/home/barry/projects/launchpad/eggs/zope.testing-3.8.1-py2.6.egg/zope/testing/testrunner/runner.py", line 624, in setup_layer
    setup_layer(options, base, setup_layers)
  File "/home/barry/projects/launchpad/eggs/zope.testing-3.8.1-py2.6.egg/zope/testing/testrunner/runner.py", line 624, in setup_layer
    setup_layer(options, base, setup_layers)
  File "/home/barry/projects/launchpad/eggs/zope.testing-3.8.1-py2.6.egg/zope/testing/testrunner/runner.py", line 629, in setup_layer
    layer.setUp()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/testing/layers.py", line 1009, in setUp
    google.setUp()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/launchpad/testing/tests/googleserviceharness.py", line 76, in setUp
    self.startService()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/launchpad/testing/tests/googleserviceharness.py", line 88, in startService
    googletestservice.wait_for_service()
  File "/home/barry/projects/launchpad/python-migration2.6/lib/canonical/launchpad/testing/googletestservice.py", line 126, in wait_for_service
    sock.connect((host, port))
  File "<string>", line 1, in connect
error: [Errno 103] Software caused connection abort

  Tear down canonical.testing.layers.LaunchpadLayer in 0.000 seconds.
  Tear down canonical.testing.layers.LibrarianLayer in 0.202 seconds.
  Tear down canonical.testing.layers.FunctionalLayer ... not supported
  Tear down canonical.testing.layers.DatabaseLayer in 0.013 seconds.
  Tear down canonical.testing.layers.BaseLayer in 0.000 seconds.
Running canonical.testing.layers.TwistedLayer tests:
  Running in a subprocess.
  Set up canonical.testing.layers.BaseLayer in 0.003 seconds.
  Set up canonical.testing.layers.TwistedLayer in 0.000 seconds.
  Running:
 test_oops_reporting (canonical.twistedsupport.tests.test_loggingsupport.LoggingSupportTests)
 test_failingNotificationCancelsPendingNotifications (canonical.twistedsupport.tests.test_processmonitor.TestProcessMonitorProtocol)
 test_pendingNotificationFails (canonical.twistedsupport.tests.test_processmonitor.TestProcessMonitorProtocol)
 test_processTermination (canonical.twistedsupport.tests.test_processmonitor.TestProcessMonitorProtocol)
 test_runNotification (canonical.twistedsupport.tests.test_processmonitor.TestProcessMonitorProtocol)
 test_runNotificationFailure (canonical.twistedsupport.tests.test_processmonitor.TestProcessMonitorProtocol)
 test_runNotificationSerialization (canonical.twistedsupport.tests.test_processmonitor.TestProcessMonitorProtocol)
 test_terminatesWithError (canonical.twistedsupport.tests.test_processmonitor.TestProcessMonitorProtocol)
 test_uncleanExitAndPendingNotificationFails (canonical.twistedsupport.tests.test_processmonitor.TestProcessMonitorProtocol)
 test_unexpectedError (canonical.twistedsupport.tests.test_processmonitor.TestProcessMonitorProtocol)
 test_unexpectedErrorAndNotificationFailure (canonical.twistedsupport.tests.test_processmonitor.TestProcessMonitorProtocol)
 test_waitForPendingNotification (canonical.twistedsupport.tests.test_processmonitor.TestProcessMonitorProtocol)
 test_processExitingResetsTimeout (canonical.twistedsupport.tests.test_processmonitor.TestProcessMonitorProtocolWithTimeout)
 test_resetTimeout (canonical.twistedsupport.tests.test_processmonitor.TestProcessMonitorProtocolWithTimeout)
 test_timeoutWithoutProgress (canonical.twistedsupport.tests.test_processmonitor.TestProcessMonitorProtocolWithTimeout)
 test_interrupt (canonical.twistedsupport.tests.test_processmonitor.TestProcessProtocolWithTwoStageKill)
 test_interruptThenKill (canonical.twistedsupport.tests.test_processmonitor.TestProcessProtocolWithTwoStageKill)
 test_processExitClearsTimer (canonical.twistedsupport.tests.test_processmonitor.TestProcessProtocolWithTwoStageKill)
 test_run_proces_with_timeout_success (canonical.twistedsupport.tests.test_processmonitor.TestRunProcessWithTimeout)

Error in test test_run_proces_with_timeout_success (canonical.twistedsupport.tests.test_processmonitor.TestRunProcessWithTimeout)
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/twisted/trial/unittest.py", line 1250, in run
    warnings.warn_explicit(**w)
PotentialZombieWarning: spawnProcess called, but the SIGCHLD handler is not installed. This probably means you have not yet called reactor.run, or called reactor.run(installSignalHandler=0). You will probably never see this process finish, and it may become a zombie process.


 test_run_process_with_timeout_broken (canonical.twistedsupport.tests.test_processmonitor.TestRunProcessWithTimeout)

Error in test test_run_process_with_timeout_broken (canonical.twistedsupport.tests.test_processmonitor.TestRunProcessWithTimeout)
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/twisted/trial/unittest.py", line 1250, in run
    warnings.warn_explicit(**w)
PotentialZombieWarning: spawnProcess called, but the SIGCHLD handler is not installed. This probably means you have not yet called reactor.run, or called reactor.run(installSignalHandler=0). You will probably never see this process finish, and it may become a zombie process.


 test_run_process_with_timeout_failure (canonical.twistedsupport.tests.test_processmonitor.TestRunProcessWithTimeout)

Error in test test_run_process_with_timeout_failure (canonical.twistedsupport.tests.test_processmonitor.TestRunProcessWithTimeout)
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/twisted/trial/unittest.py", line 1250, in run
    warnings.warn_explicit(**w)
PotentialZombieWarning: spawnProcess called, but the SIGCHLD handler is not installed. This probably means you have not yet called reactor.run, or called reactor.run(installSignalHandler=0). You will probably never see this process finish, and it may become a zombie process.


 test_run_process_with_timeout_invalid_args (canonical.twistedsupport.tests.test_processmonitor.TestRunProcessWithTimeout)
 test_run_process_with_timeout_timeout (canonical.twistedsupport.tests.test_processmonitor.TestRunProcessWithTimeout)

Error in test test_run_process_with_timeout_timeout (canonical.twistedsupport.tests.test_processmonitor.TestRunProcessWithTimeout)
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/twisted/trial/unittest.py", line 1250, in run
    warnings.warn_explicit(**w)
PotentialZombieWarning: spawnProcess called, but the SIGCHLD handler is not installed. This probably means you have not yet called reactor.run, or called reactor.run(installSignalHandler=0). You will probably never see this process finish, and it may become a zombie process.


 testCheckDispatch (lp.buildmaster.tests.test_manager.TestBuilddManager)
 testCheckResume (lp.buildmaster.tests.test_manager.TestBuilddManager)
 testDispatchBuild (lp.buildmaster.tests.test_manager.TestBuilddManager)
 testFinishCycle (lp.buildmaster.tests.test_manager.TestBuilddManager)
 test_build (lp.buildmaster.tests.test_manager.TestRecordingSlaves)
 test_ensurepresent (lp.buildmaster.tests.test_manager.TestRecordingSlaves)
 test_representation (lp.buildmaster.tests.test_manager.TestRecordingSlaves)
 test_resume (lp.buildmaster.tests.test_manager.TestRecordingSlaves)
 test_resumeHost_failure (lp.buildmaster.tests.test_manager.TestRecordingSlaves)

Error in test test_resumeHost_failure (lp.buildmaster.tests.test_manager.TestRecordingSlaves)
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/twisted/trial/unittest.py", line 1250, in run
    warnings.warn_explicit(**w)
PotentialZombieWarning: spawnProcess called, but the SIGCHLD handler is not installed. This probably means you have not yet called reactor.run, or called reactor.run(installSignalHandler=0). You will probably never see this process finish, and it may become a zombie process.


 test_resumeHost_success (lp.buildmaster.tests.test_manager.TestRecordingSlaves)

Error in test test_resumeHost_success (lp.buildmaster.tests.test_manager.TestRecordingSlaves)
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/twisted/trial/unittest.py", line 1250, in run
    warnings.warn_explicit(**w)
PotentialZombieWarning: spawnProcess called, but the SIGCHLD handler is not installed. This probably means you have not yet called reactor.run, or called reactor.run(installSignalHandler=0). You will probably never see this process finish, and it may become a zombie process.


 test_resumeHost_timeout (lp.buildmaster.tests.test_manager.TestRecordingSlaves)

Error in test test_resumeHost_timeout (lp.buildmaster.tests.test_manager.TestRecordingSlaves)
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/twisted/trial/unittest.py", line 1250, in run
    warnings.warn_explicit(**w)
PotentialZombieWarning: spawnProcess called, but the SIGCHLD handler is not installed. This probably means you have not yet called reactor.run, or called reactor.run(installSignalHandler=0). You will probably never see this process finish, and it may become a zombie process.


 test_callsUpdateHeartbeatInConnectionMade (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorProtocol)
 test_callsUpdateHeartbeatRegularly (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorProtocol)
 test_outReceivedUpdatesTail (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorProtocol)
 test_outReceivedWritesToLogFile (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorProtocol)
 test_updateHeartbeatStopsOnProcessExit (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorProtocol)
 test_mirrorComplete (lp.codehosting.puller.tests.test_scheduler.TestPullerMaster)
 test_mirrorFailed (lp.codehosting.puller.tests.test_scheduler.TestPullerMaster)
 test_setStackedOn (lp.codehosting.puller.tests.test_scheduler.TestPullerMaster)
 test_setStackedOnBranchNotFound (lp.codehosting.puller.tests.test_scheduler.TestPullerMaster)
 test_startMirroring (lp.codehosting.puller.tests.test_scheduler.TestPullerMaster)
 test_unexpectedError (lp.codehosting.puller.tests.test_scheduler.TestPullerMaster)
 test_default_stacked_on_url_not_set (lp.codehosting.puller.tests.test_scheduler.TestPullerMasterSpawning)
 test_getsOopsPrefixFromSet (lp.codehosting.puller.tests.test_scheduler.TestPullerMasterSpawning)
 test_logOopsWhenNoAvailablePrefix (lp.codehosting.puller.tests.test_scheduler.TestPullerMasterSpawning)
 test_passes_default_stacked_on_url (lp.codehosting.puller.tests.test_scheduler.TestPullerMasterSpawning)
 test_restoresOopsPrefixToSetOnFailure (lp.codehosting.puller.tests.test_scheduler.TestPullerMasterSpawning)
 test_restoresOopsPrefixToSetOnSuccess (lp.codehosting.puller.tests.test_scheduler.TestPullerMasterSpawning)
 test_errorBeforeStatusReport (lp.codehosting.puller.tests.test_scheduler.TestPullerMonitorProtocol)
 test_errorBeforeStatusReportAndFailingMirrorFailed (lp.codehosting.puller.tests.test_scheduler.TestPullerMonitorProtocol)
 test_log (lp.codehosting.puller.tests.test_scheduler.TestPullerMonitorProtocol)
 test_mirrorDeferred (lp.codehosting.puller.tests.test_scheduler.TestPullerMonitorProtocol)
 test_mirrorFailed (lp.codehosting.puller.tests.test_scheduler.TestPullerMonitorProtocol)
 test_mirrorFailedDoesNotResetTimeout (lp.codehosting.puller.tests.test_scheduler.TestPullerMonitorProtocol)
 test_mirrorSucceeded (lp.codehosting.puller.tests.test_scheduler.TestPullerMonitorProtocol)
 test_mirrorSucceededDoesNotResetTimeout (lp.codehosting.puller.tests.test_scheduler.TestPullerMonitorProtocol)
 test_prematureFailureWithoutStderr (lp.codehosting.puller.tests.test_scheduler.TestPullerMonitorProtocol)
 test_progressMadeResetsTimeout (lp.codehosting.puller.tests.test_scheduler.TestPullerMonitorProtocol)
 test_setStackedOn (lp.codehosting.puller.tests.test_scheduler.TestPullerMonitorProtocol)
 test_startMirroring (lp.codehosting.puller.tests.test_scheduler.TestPullerMonitorProtocol)
 test_startMirroringResetsTimeout (lp.codehosting.puller.tests.test_scheduler.TestPullerMonitorProtocol)
 test_stderrFailsProcess (lp.codehosting.puller.tests.test_scheduler.TestPullerMonitorProtocol)
 test_terminatesWithError (lp.codehosting.puller.tests.test_scheduler.TestPullerMonitorProtocol)
 test_commandRaisesException (lp.codehosting.puller.tests.test_scheduler.TestPullerWireProtocol)
 test_invalidNetstring (lp.codehosting.puller.tests.test_scheduler.TestPullerWireProtocol)
 test_methodDispatch (lp.codehosting.puller.tests.test_scheduler.TestPullerWireProtocol)
 test_methodDispatchWithArguments (lp.codehosting.puller.tests.test_scheduler.TestPullerWireProtocol)
 test_nonIntegerArgcount (lp.codehosting.puller.tests.test_scheduler.TestPullerWireProtocol)
 test_unrecognizedMessage (lp.codehosting.puller.tests.test_scheduler.TestPullerWireProtocol)
 test_bannerNotSentOnSuccess (lp.codehosting.sshserver.tests.test_auth.TestAuthenticationBannerDisplay)
 test_configuredBannerNotSentOnFailure (lp.codehosting.sshserver.tests.test_auth.TestAuthenticationBannerDisplay)
 test_configuredBannerSentOnSuccess (lp.codehosting.sshserver.tests.test_auth.TestAuthenticationBannerDisplay)
 test_configuredBannerSentOnlyOnce (lp.codehosting.sshserver.tests.test_auth.TestAuthenticationBannerDisplay)
 test_loggedToBanner (lp.codehosting.sshserver.tests.test_auth.TestAuthenticationBannerDisplay)
 test_unsupportedAuthMethodNotLogged (lp.codehosting.sshserver.tests.test_auth.TestAuthenticationBannerDisplay)
 test_authentication_uses_our_userauth_service (lp.codehosting.sshserver.tests.test_auth.TestFactory)
 test_set_keepalive_on_connection (lp.codehosting.sshserver.tests.test_auth.TestFactory)
 test_two_connections_two_minds (lp.codehosting.sshserver.tests.test_auth.TestFactory)
 test_invalid_signature (lp.codehosting.sshserver.tests.test_auth.TestPublicKeyFromLaunchpadChecker)
 test_noKeys (lp.codehosting.sshserver.tests.test_auth.TestPublicKeyFromLaunchpadChecker)
 test_noSuchUser (lp.codehosting.sshserver.tests.test_auth.TestPublicKeyFromLaunchpadChecker)
 test_noSuchUser_with_two_keys_calls_authserver_once (lp.codehosting.sshserver.tests.test_auth.TestPublicKeyFromLaunchpadChecker)
 test_successful (lp.codehosting.sshserver.tests.test_auth.TestPublicKeyFromLaunchpadChecker)
 test_successful_with_second_key_calls_authserver_once (lp.codehosting.sshserver.tests.test_auth.TestPublicKeyFromLaunchpadChecker)
 test_wrongKey (lp.codehosting.sshserver.tests.test_auth.TestPublicKeyFromLaunchpadChecker)
 runTest (lp.codehosting.tests.helpers.AvatarTestCase)
 test_closedDisconnectsIfProcessAlreadyTerminated (lp.codehosting.sshserver.tests.test_session.TestExecOnlySession)
 test_closedDisconnectsIfProcessCantBeTerminated (lp.codehosting.sshserver.tests.test_session.TestExecOnlySession)
 test_closedDoesNothingWhenNoCommand (lp.codehosting.sshserver.tests.test_session.TestExecOnlySession)
 test_closedTerminatesProcessAndDisconnects (lp.codehosting.sshserver.tests.test_session.TestExecOnlySession)
 test_environment (lp.codehosting.sshserver.tests.test_session.TestExecOnlySession)
 test_environmentInGetAvatarAdapter (lp.codehosting.sshserver.tests.test_session.TestExecOnlySession)
 test_eofReceivedClosesStdin (lp.codehosting.sshserver.tests.test_session.TestExecOnlySession)
 test_eofReceivedDoesNothingWhenNoCommand (lp.codehosting.sshserver.tests.test_session.TestExecOnlySession)
 test_execCommandSpawnsProcess (lp.codehosting.sshserver.tests.test_session.TestExecOnlySession)
 test_getAvatarAdapter (lp.codehosting.sshserver.tests.test_session.TestExecOnlySession)
 test_getCommandToRunSplitsCommandLine (lp.codehosting.sshserver.tests.test_session.TestExecOnlySession)
 test_getPtyIsANoOp (lp.codehosting.sshserver.tests.test_session.TestExecOnlySession)
 test_openShellNotImplemented (lp.codehosting.sshserver.tests.test_session.TestExecOnlySession)
 test_providesISession (lp.codehosting.sshserver.tests.test_session.TestExecOnlySession)
 test_windowChangedNotImplemented (lp.codehosting.sshserver.tests.test_session.TestExecOnlySession)
 test_execCommandRejectsUnauthorizedCommands (lp.codehosting.sshserver.tests.test_session.TestRestrictedExecOnlySession)
 test_getAvatarAdapter (lp.codehosting.sshserver.tests.test_session.TestRestrictedExecOnlySession)
 test_getCommandToRunReturnsTemplateCommand (lp.codehosting.sshserver.tests.test_session.TestRestrictedExecOnlySession)
 test_makeRestrictedExecOnlySession (lp.codehosting.sshserver.tests.test_session.TestRestrictedExecOnlySession)
 test_avatarAdaptsToRestrictedExecOnlySession (lp.codehosting.sshserver.tests.test_session.TestSessionIntegration)
 test_canAdaptToSFTPServer (lp.codehosting.tests.test_sftp.TestSFTPAdapter)
 test_createEmptyFile (lp.codehosting.tests.test_sftp.TestSFTPFile)
 test_createFileWithData (lp.codehosting.tests.test_sftp.TestSFTPFile)
 test_getAttrs (lp.codehosting.tests.test_sftp.TestSFTPFile)
 test_getAttrsError (lp.codehosting.tests.test_sftp.TestSFTPFile)
 test_openAndCloseExistingFileLeavesUnchanged (lp.codehosting.tests.test_sftp.TestSFTPFile)
 test_openAndCloseExistingFileTruncation (lp.codehosting.tests.test_sftp.TestSFTPFile)
 test_openFileInNonDirectory (lp.codehosting.tests.test_sftp.TestSFTPFile)
 test_openFileInNonexistingDirectory (lp.codehosting.tests.test_sftp.TestSFTPFile)
 test_overwriteFile (lp.codehosting.tests.test_sftp.TestSFTPFile)
 test_readChunk (lp.codehosting.tests.test_sftp.TestSFTPFile)
 test_readChunkEOF (lp.codehosting.tests.test_sftp.TestSFTPFile)
 test_readChunkError (lp.codehosting.tests.test_sftp.TestSFTPFile)
 test_readChunkPastEndOfFile (lp.codehosting.tests.test_sftp.TestSFTPFile)
 test_setAttrs (lp.codehosting.tests.test_sftp.TestSFTPFile)
 test_writeChunkOnDirectory (lp.codehosting.tests.test_sftp.TestSFTPFile)
 test_writeChunkToFile (lp.codehosting.tests.test_sftp.TestSFTPFile)
 test_writeChunkToNonexistentFile (lp.codehosting.tests.test_sftp.TestSFTPFile)
 test_writeToAppendingFileIgnoresOffset (lp.codehosting.tests.test_sftp.TestSFTPFile)
 test_writeToReadOpenedFile (lp.codehosting.tests.test_sftp.TestSFTPFile)
 test_writeTwoChunks (lp.codehosting.tests.test_sftp.TestSFTPFile)
 test_extendedRequest (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_gotVersion (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_makeDirectory (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_makeDirectoryError (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_makeLink (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_openDirectory (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_openDirectoryError (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_readLink (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_realPath (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_removeDirectory (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_removeDirectoryError (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_removeFile (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_removeFileError (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_renameFile (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_renameFileError (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_serverGetAttrs (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_serverGetAttrsError (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_serverSetAttrs (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_translateDirectoryNotEmpty (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_translateFileExists (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_translateFileIsADirectory (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_translateNoSuchFile (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_translatePermissionDenied (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_translateRandomError (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_translateTransportNotPossible (lp.codehosting.tests.test_sftp.TestSFTPServer)
 test_canAccessEscapedPathsOnDisk (lp.codehosting.vfs.tests.test_branchfs.TestAsyncVirtualTransport)
 test_realPath (lp.codehosting.vfs.tests.test_branchfs.TestAsyncVirtualTransport)
 test_realPathEscaping (lp.codehosting.vfs.tests.test_branchfs.TestAsyncVirtualTransport)
 test_writeChunk (lp.codehosting.vfs.tests.test_branchfs.TestAsyncVirtualTransport)
 test_open_containing_raises_branch_not_found (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadInternalServer)
 test_setUp (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadInternalServer)
 test_tearDown (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadInternalServer)
 test_translate_branch_path (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadInternalServer)
 test_translate_control_dir_path (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadInternalServer)
 test_createBranch_error_translation (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadServer)
 test_get_url (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadServer)
 test_setUp (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadServer)
 test_tearDown (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadServer)
 test_translateControlPath (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadServer)
 test_translate_branch_path_hosted (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadServer)
 test_translate_branch_path_mirrored (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadServer)
 test_abspath (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportAsync)
 test_abspath_without_schema (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportAsync)
 test_cant_write_to_control_conf (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportAsync)
 test_cloning_preserves_path_mapping (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportAsync)
 test_cloning_updates_base (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportAsync)
 test_complete_non_existent_path_not_found (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportAsync)
 test_createBranch_not_found_error (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportAsync)
 test_createBranch_permission_denied_error (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportAsync)
 test_get_mapped_file (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportAsync)
 test_get_mapped_file_escaped_url (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportAsync)
 test_get_transport (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportAsync)
 test_incomplete_path_not_found (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportAsync)
 test_iter_files_recursive (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportAsync)
 test_make_two_directories (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportAsync)
 test_put_mapped_file (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportAsync)
 test_readv_mapped_file (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportAsync)
 test_rename (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportAsync)
 test_rmdir (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportAsync)
 test_mkdir_readonly (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportReadOnly)
 test_rename_target_readonly (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportReadOnly)
 test_abspath (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportSync)
 test_abspath_without_schema (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportSync)
 test_cant_write_to_control_conf (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportSync)
 test_cloning_preserves_path_mapping (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportSync)
 test_cloning_updates_base (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportSync)
 test_complete_non_existent_path_not_found (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportSync)
 test_createBranch_not_found_error (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportSync)
 test_createBranch_permission_denied_error (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportSync)
 test_ensureDeferredFailsWhenDeferredReturned (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportSync)
 test_get_mapped_file (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportSync)
 test_get_mapped_file_escaped_url (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportSync)
 test_get_transport (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportSync)
 test_incomplete_path_not_found (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportSync)
 test_iter_files_recursive (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportSync)
 test_make_two_directories (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportSync)
 test_put_mapped_file (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportSync)
 test_readv_mapped_file (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportSync)
 test_rename (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportSync)
 test_rmdir (lp.codehosting.vfs.tests.test_branchfs.TestLaunchpadTransportSync)
 test_failure_after_too_many_timeouts (lp.registry.tests.test_distributionmirror_prober.TestProberFactoryRequestTimeoutRatioWithTwisted)
 test_non_timeout_is_recorded (lp.registry.tests.test_distributionmirror_prober.TestProberFactoryRequestTimeoutRatioWithTwisted)
 test_timeout_is_recorded (lp.registry.tests.test_distributionmirror_prober.TestProberFactoryRequestTimeoutRatioWithTwisted)
 test_200 (lp.registry.tests.test_distributionmirror_prober.TestProberProtocolAndFactory)
 test_500 (lp.registry.tests.test_distributionmirror_prober.TestProberProtocolAndFactory)
 test_RedirectAwareProber_follows_http_redirect (lp.registry.tests.test_distributionmirror_prober.TestProberProtocolAndFactory)
 test_connect_cancels_existing_timeout_call (lp.registry.tests.test_distributionmirror_prober.TestProberProtocolAndFactory)
 test_connect_to_host_when_http_proxy_does_not_exist (lp.registry.tests.test_distributionmirror_prober.TestProberProtocolAndFactory)
 test_connect_to_proxy_when_http_proxy_exists (lp.registry.tests.test_distributionmirror_prober.TestProberProtocolAndFactory)
 test_environment_http_proxy_is_handled_correctly (lp.registry.tests.test_distributionmirror_prober.TestProberProtocolAndFactory)
 test_failure_cancel_timeout_call (lp.registry.tests.test_distributionmirror_prober.TestProberProtocolAndFactory)
 test_notfound (lp.registry.tests.test_distributionmirror_prober.TestProberProtocolAndFactory)
 test_probe_sets_up_timeout_call (lp.registry.tests.test_distributionmirror_prober.TestProberProtocolAndFactory)
 test_redirectawareprober_detects_infinite_loop (lp.registry.tests.test_distributionmirror_prober.TestProberProtocolAndFactory)
 test_redirectawareprober_fail_on_unknown_scheme (lp.registry.tests.test_distributionmirror_prober.TestProberProtocolAndFactory)
 test_success_cancel_timeout_call (lp.registry.tests.test_distributionmirror_prober.TestProberProtocolAndFactory)
 test_timeout (lp.registry.tests.test_distributionmirror_prober.TestProberProtocolAndFactory)
  Ran 227 tests with 0 failures and 7 errors in 22.914 seconds.
  Tear down canonical.testing.layers.TwistedLayer in 0.000 seconds.
  Tear down canonical.testing.layers.BaseLayer in 0.000 seconds.
Running canonical.testing.layers.TwistedLaunchpadZopelessLayer tests:
  Running in a subprocess.
  Set up canonical.testing.layers.BaseLayer in 0.003 seconds.
  Set up canonical.testing.layers.TwistedLayer in 0.000 seconds.
  Set up canonical.testing.layers.ZopelessLayer in 2.183 seconds.
  Set up canonical.testing.layers.DatabaseLayer in 0.235 seconds.
  Set up canonical.testing.layers.LibrarianLayer in 4.798 seconds.
  Set up canonical.testing.layers.LaunchpadLayer in 0.000 seconds.
  Set up canonical.testing.layers.LaunchpadScriptLayer in 0.002 seconds.
  Set up canonical.testing.layers.LaunchpadZopelessLayer in 0.000 seconds.
  Set up canonical.testing.layers.TwistedLaunchpadZopelessLayer in 0.000 seconds.
  Running:
 test_dispatchJob (lp.codehosting.codeimport.tests.test_dispatcher.TestCodeImportDispatcherUnit)
 test_findAndDispatchJob_jobWaiting (lp.codehosting.codeimport.tests.test_dispatcher.TestCodeImportDispatcherUnit)
 test_findAndDispatchJob_noJobWaiting (lp.codehosting.codeimport.tests.test_dispatcher.TestCodeImportDispatcherUnit)
 test_getHostname (lp.codehosting.codeimport.tests.test_dispatcher.TestCodeImportDispatcherUnit)
 test_getHostnameOverride (lp.codehosting.codeimport.tests.test_dispatcher.TestCodeImportDispatcherUnit)
 test_import_git (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorIntegration)

Failure in test test_import_git (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorIntegration)
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/twisted/internet/defer.py", line 323, in _runCallbacks
    self.result = callback(self.result, *args, **kw)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/codehosting/codeimport/workermonitor.py", line 124, in transacted
    return function(*args, **kwargs)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/codehosting/codeimport/tests/test_workermonitor.py", line 531, in assertImported
    self.assertCodeImportResultCreated(code_import)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/codehosting/codeimport/tests/test_workermonitor.py", line 513, in assertCodeImportResultCreated
    self.assertEqual(result.status, CodeImportResultStatus.SUCCESS)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/twisted/trial/unittest.py", line 290, in failUnlessEqual
    % (msg, pformat(first), pformat(second)))
FailTest: not equal:
a = <DBItem CodeImportResultStatus.FAILURE, (200) Failure>
b = <DBItem CodeImportResultStatus.SUCCESS, (100) Success>



 test_import_git (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorIntegrationScript)

Failure in test test_import_git (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorIntegrationScript)
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/twisted/internet/defer.py", line 323, in _runCallbacks
    self.result = callback(self.result, *args, **kw)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/codehosting/codeimport/workermonitor.py", line 124, in transacted
    return function(*args, **kwargs)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/codehosting/codeimport/tests/test_workermonitor.py", line 531, in assertImported
    self.assertCodeImportResultCreated(code_import)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/lp/codehosting/codeimport/tests/test_workermonitor.py", line 513, in assertCodeImportResultCreated
    self.assertEqual(result.status, CodeImportResultStatus.SUCCESS)
  File "/home/barry/projects/launchpad/python-migration2.6/lib/twisted/trial/unittest.py", line 290, in failUnlessEqual
    % (msg, pformat(first), pformat(second)))
FailTest: not equal:
a = <DBItem CodeImportResultStatus.FAILURE, (200) Failure>
b = <DBItem CodeImportResultStatus.SUCCESS, (100) Success>




Error in test test_import_git (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorIntegrationScript)
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/twisted/trial/unittest.py", line 1250, in run
    warnings.warn_explicit(**w)
PotentialZombieWarning: spawnProcess called, but the SIGCHLD handler is not installed. This probably means you have not yet called reactor.run, or called reactor.run(installSignalHandler=0). You will probably never see this process finish, and it may become a zombie process.


 test_failure (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorRunNoProcess)
 test_quiet_exit (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorRunNoProcess)
 test_quiet_exit_from_finishJob (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorRunNoProcess)
 test_success (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorRunNoProcess)
 test_callFinishJobCallsFinishJobFailure (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorUnit)
 test_callFinishJobCallsFinishJobSuccess (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorUnit)
 test_callFinishJobLogsTracebackOnFailure (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorUnit)
 test_callFinishJobRespects_call_finish_job (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorUnit)
 test_finishJobCallsFinishJob (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorUnit)
 test_finishJobDoesntUploadEmptyFileToLibrarian (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorUnit)
 test_finishJobStillCreatesResultWhenLibrarianUploadFails (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorUnit)
 test_finishJobUploadsNonEmptyFileToLibrarian (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorUnit)
 test_getJob (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorUnit)
 test_getJobWhenJobDeleted (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorUnit)
 test_getSourceDetails (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorUnit)
 test_updateHeartbeat (lp.codehosting.codeimport.tests.test_workermonitor.TestWorkerMonitorUnit)
  Ran 23 tests with 2 failures and 1 errors in 24.662 seconds.
  Tear down canonical.testing.layers.TwistedLaunchpadZopelessLayer in 0.000 seconds.
  Tear down canonical.testing.layers.TwistedLayer in 0.000 seconds.
  Tear down canonical.testing.layers.LaunchpadZopelessLayer in 0.000 seconds.
  Tear down canonical.testing.layers.LaunchpadScriptLayer ... not supported
  Tear down canonical.testing.layers.ZopelessLayer ... not supported
  Tear down canonical.testing.layers.LaunchpadLayer in 0.000 seconds.
  Tear down canonical.testing.layers.LibrarianLayer in 0.202 seconds.
  Tear down canonical.testing.layers.DatabaseLayer in 0.012 seconds.
  Tear down canonical.testing.layers.BaseLayer in 0.000 seconds.
Running canonical.testing.layers.TwistedAppServerLayer tests:
  Running in a subprocess.
  Set up canonical.testing.layers.BaseLayer in 0.003 seconds.
  Set up canonical.testing.layers.TwistedLayer in 0.000 seconds.
  Set up canonical.testing.layers.ZopelessLayer in 2.187 seconds.
  Set up canonical.testing.layers.DatabaseLayer in 0.237 seconds.
  Set up canonical.testing.layers.LibrarianLayer in 4.815 seconds.
  Set up canonical.testing.layers.LaunchpadLayer in 0.000 seconds.
  Set up canonical.testing.layers.LaunchpadScriptLayer in 0.002 seconds.
  Set up canonical.testing.layers.LaunchpadZopelessLayer in 0.000 seconds.
  Set up canonical.testing.layers.TwistedLaunchpadZopelessLayer in 0.000 seconds.
  Set up canonical.testing.layers.TwistedAppServerLayer in 6.827 seconds.
  Running:
 lp.codehosting.puller.tests.test_scheduler.TestPullerMasterIntegration.test_lock_with_magic_id/home/barry/projects/launchpad/python-migration2.6/lib/cscvs/dircompare/dirsums.py:18: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5



Error in test lp.codehosting.puller.tests.test_scheduler.TestPullerMasterIntegration.test_lock_with_magic_id
Traceback (most recent call last):
UnexpectedStderr: Unexpected standard error from subprocess:   import md5



Error in test lp.codehosting.puller.tests.test_scheduler.TestPullerMasterIntegration.test_lock_with_magic_id
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/twisted/trial/unittest.py", line 1250, in run
    warnings.warn_explicit(**w)
PotentialZombieWarning: spawnProcess called, but the SIGCHLD handler is not installed. This probably means you have not yet called reactor.run, or called reactor.run(installSignalHandler=0). You will probably never see this process finish, and it may become a zombie process.


 lp.codehosting.puller.tests.test_scheduler.TestPullerMasterIntegration.test_mirror

Error in test lp.codehosting.puller.tests.test_scheduler.TestPullerMasterIntegration.test_mirror
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/twisted/trial/unittest.py", line 1250, in run
    warnings.warn_explicit(**w)
PotentialZombieWarning: spawnProcess called, but the SIGCHLD handler is not installed. This probably means you have not yet called reactor.run, or called reactor.run(installSignalHandler=0). You will probably never see this process finish, and it may become a zombie process.


 lp.codehosting.puller.tests.test_scheduler.TestPullerMasterIntegration.test_mirror_with_destination_locked_by_another/home/barry/projects/launchpad/python-migration2.6/lib/cscvs/dircompare/dirsums.py:18: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5



Error in test lp.codehosting.puller.tests.test_scheduler.TestPullerMasterIntegration.test_mirror_with_destination_locked_by_another
Traceback (most recent call last):
UnexpectedStderr: Unexpected standard error from subprocess:   import md5



Error in test lp.codehosting.puller.tests.test_scheduler.TestPullerMasterIntegration.test_mirror_with_destination_locked_by_another
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/twisted/trial/unittest.py", line 1250, in run
    warnings.warn_explicit(**w)
PotentialZombieWarning: spawnProcess called, but the SIGCHLD handler is not installed. This probably means you have not yet called reactor.run, or called reactor.run(installSignalHandler=0). You will probably never see this process finish, and it may become a zombie process.


 lp.codehosting.puller.tests.test_scheduler.TestPullerMasterIntegration.test_mirror_with_destination_self_locked

Error in test lp.codehosting.puller.tests.test_scheduler.TestPullerMasterIntegration.test_mirror_with_destination_self_locked
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/twisted/trial/unittest.py", line 1250, in run
    warnings.warn_explicit(**w)
PotentialZombieWarning: spawnProcess called, but the SIGCHLD handler is not installed. This probably means you have not yet called reactor.run, or called reactor.run(installSignalHandler=0). You will probably never see this process finish, and it may become a zombie process.


 lp.codehosting.puller.tests.test_scheduler.TestPullerMasterIntegration.test_stderrLoggedToOOPS

Error in test lp.codehosting.puller.tests.test_scheduler.TestPullerMasterIntegration.test_stderrLoggedToOOPS
Traceback (most recent call last):
  File "/home/barry/projects/launchpad/python-migration2.6/lib/twisted/trial/unittest.py", line 1250, in run
    warnings.warn_explicit(**w)
PotentialZombieWarning: spawnProcess called, but the SIGCHLD handler is not installed. This probably means you have not yet called reactor.run, or called reactor.run(installSignalHandler=0). You will probably never see this process finish, and it may become a zombie process.


  Ran 5 tests with 0 failures and 7 errors in 14.547 seconds.
  Tear down canonical.testing.layers.TwistedAppServerLayerNo handlers could be found for logger "lazr.smtptest"
in 0.503 seconds.
  Tear down canonical.testing.layers.TwistedLaunchpadZopelessLayer in 0.000 seconds.
  Tear down canonical.testing.layers.TwistedLayer in 0.000 seconds.
  Tear down canonical.testing.layers.LaunchpadZopelessLayer in 0.000 seconds.
  Tear down canonical.testing.layers.LaunchpadScriptLayer ... not supported
  Tear down canonical.testing.layers.ZopelessLayer ... not supported
  Tear down canonical.testing.layers.LaunchpadLayer in 0.000 seconds.
  Tear down canonical.testing.layers.LibrarianLayer in 0.216 seconds.
  Tear down canonical.testing.layers.DatabaseLayer in 0.012 seconds.
  Tear down canonical.testing.layers.BaseLayer in 0.000 seconds.
Running canonical.testing.layers.ZopelessAppServerLayer tests:
  Running in a subprocess.
  Set up canonical.testing.layers.BaseLayer in 0.002 seconds.
  Set up canonical.testing.layers.ZopelessLayer in 2.190 seconds.
  Set up canonical.testing.layers.DatabaseLayer in 0.251 seconds.
  Set up canonical.testing.layers.LibrarianLayer in 4.824 seconds.
  Set up canonical.testing.layers.LaunchpadLayer in 0.000 seconds.
  Set up canonical.testing.layers.LaunchpadScriptLayer in 0.002 seconds.
  Set up canonical.testing.layers.LaunchpadZopelessLayer in 0.000 seconds.
  Set up canonical.testing.layers.ZopelessAppServerLayer in 6.872 seconds.
  Running:
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_acquireBranchesForProposal
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_acquireBranchesForProposalRemoteSource
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_acquireBranchesForProposalRemoteSourceDupeName
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_acquireBranchesForProposalRemoteTarget
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_findMergeDirectiveAndComment
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_findMergeDirectiveAndCommentEmptyBody
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_findMergeDirectiveAndCommentNoMergeDirective
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_findMergeDirectiveAndCommentUnicodeBody
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_get
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_getBranchMergeProposal
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_getBranchMergeProposalInvalid
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_getNewBranchInfoLPURL
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_getNewBranchInfoNoURL
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_getNewBranchInfoRemoteURL
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_getReplyAddress
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_process
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_processBadAddress
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_processBadVote
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_processMergeDirectiveEmailNeedsGPG
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_processMergeProposal
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_processMergeProposalDefaultReviewer
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_processMergeProposalEmptyMessage
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_processMergeProposalExists
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_processMergeProposalReviewerRequested
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_processMissingMergeDirective
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_processMissingSubject
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_processNonExistantAddress
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_processNonLaunchpadTarget
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_processReview
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_processReviewColon
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_processSendsMail
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_processVote
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_processVoteColon
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_processWithExistingVote
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_processWithMergeDirectiveEmail
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_processWithUnicodeMergeDirectiveEmail
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_process_packagebranch
 lp.code.mail.tests.test_codehandler.TestCodeHandler.test_reviewer_with_diff
 lp.code.mail.tests.test_codehandler.TestCodeHandlerProcessMergeDirective.test_branch_stacked
 lp.code.mail.tests.test_codehandler.TestCodeHandlerProcessMergeDirective.test_correct_area
 lp.code.mail.tests.test_codehandler.TestCodeHandlerProcessMergeDirective.test_existing_branch_nonstackable_source
 lp.code.mail.tests.test_codehandler.TestCodeHandlerProcessMergeDirective.test_existing_branch_nonstackable_target
 lp.code.mail.tests.test_codehandler.TestCodeHandlerProcessMergeDirective.test_existing_stacked_branch
 lp.code.mail.tests.test_codehandler.TestCodeHandlerProcessMergeDirective.test_existing_unstacked_branch
 lp.code.mail.tests.test_codehandler.TestCodeHandlerProcessMergeDirective.test_nonstackable_target
 lp.code.mail.tests.test_codehandler.TestCodeHandlerProcessMergeDirective.test_source_not_newer
 lp.code.mail.tests.test_codehandler.TestCodeHandlerProcessMergeDirective.test_stackable_target
 lp.code.mail.tests.test_codehandler.TestCodeHandlerProcessMergeDirective.test_stackable_unmirrored_target
 lp.code.scripts.tests.test_create_merge_proposals.TestCreateMergeProposals.test_create_merge_proposals
 lp.code.scripts.tests.test_create_merge_proposals.TestCreateMergeProposals.test_oops
 lp.code.scripts.tests.test_mp_creationjob.TestDiffBMPs.test_mpcreationjobs
 lp.code.scripts.tests.test_mp_creationjob.TestDiffBMPs.test_mpcreationjobs_records_oops
 lp.code.scripts.tests.test_reclaim_branch_space.TestReclaimBranchSpaceScript.test_reclaimbranchspace_script
 lp.code.scripts.tests.test_reclaim_branch_space.TestReclaimBranchSpaceScript.test_reclaimbranchspace_script_logs_oops
 lp.code.scripts.tests.test_sendbranchmail.TestSendbranchmail.test_revision_added_job
 lp.code.scripts.tests.test_sendbranchmail.TestSendbranchmail.test_sendbranchmail
 lp.code.scripts.tests.test_sendbranchmail.TestSendbranchmail.test_sendbranchmail_handles_oops
 lp.code.scripts.tests.test_update_preview_diffs.TestUpdatePreviewDiffs.test_update_preview_diffs
 lp.codehosting.puller.tests.test_acceptance.TestBranchPuller.test_hosted_branch_stacked_on_mirrored_branch
 lp.codehosting.puller.tests.test_acceptance.TestBranchPuller.test_manual_stacking
 lp.codehosting.puller.tests.test_acceptance.TestBranchPuller.test_mirror_empty
 lp.codehosting.puller.tests.test_acceptance.TestBranchPuller.test_mirror_hosted_branch
 lp.codehosting.puller.tests.test_acceptance.TestBranchPuller.test_mirror_hosted_loom_branch
  C-c C-cTraceback (most recent call last):
  File "bin/test", line 246, in <module>
    result = testrunner.run([])
  File "/home/barry/projects/launchpad/eggs/zope.testing-3.8.1-py2.6.egg/zope/testing/testrunner/__init__.py", line 32, in run
    failed = run_internal(defaults, args, script_parts=script_parts)
  File "/home/barry/projects/launchpad/eggs/zope.testing-3.8.1-py2.6.egg/zope/testing/testrunner/__init__.py", line 45, in run_internal
    runner.run()
  File "/home/barry/projects/launchpad/eggs/zope.testing-3.8.1-py2.6.egg/zope/testing/testrunner/runner.py", line 136, in run
    self.run_tests()
  File "/home/barry/projects/launchpad/eggs/zope.testing-3.8.1-py2.6.egg/zope/testing/testrunner/runner.py", line 235, in run_tests
    layers_to_run, self.failures, self.errors)
  File "/home/barry/projects/launchpad/eggs/zope.testing-3.8.1-py2.6.egg/zope/testing/testrunner/runner.py", line 584, in resume_tests
    time.sleep(0.01) # Keep the loop from being too tight.
KeyboardInterrupt