Part of lp.codehosting.codeimport.tests.test_worker View In Hierarchy
Known subclasses: lp.codehosting.codeimport.tests.test_worker.TestCVSImport
Method | setUpImport | Set up the objects required for an import. |
Method | makeImportWorker | Make a new ImportWorker . |
Inherited from TestActualImportMixin:
Method | makeForeignCommit | Commit a revision to the repo described by self.source_details . |
Method | makeWorkerArguments | Make a list of worker arguments pointing to a real repository. |
Method | makeSourceDetails | Make a CodeImportSourceDetails pointing to a real repository. |
Method | getStoredBazaarBranch | Get the Bazaar branch 'worker' stored into its BazaarBranchStore. |
Method | clearCaches | Clear any caches between worker runs, if necessary. |
Method | test_import | Undocumented |
Method | test_sync | Undocumented |
Method | test_import_script | Undocumented |
Method | test_script_exit_codes | Undocumented |
This sets up a ForeignTreeStore in addition to what TestActualImportMixin.setUpImport does.