Part of lp.codehosting.codeimport.tests
Function | local_path_to_url | Return a file:// URL to local_path . |
Function | run_in_temporary_directory | Decorate function to be run in a temporary directory. |
Class | SubversionServer | A controller for an Subversion repository, used for testing. |
Class | CVSServer | A CVS server for testing. |
Class | GitStoreBackend | A backend that looks up repositories under a store directory. |
Class | TurnipSetSymbolicRefHandler | Dulwich protocol handler for setting a symbolic ref. |
Class | HTTPGitServerThread | Thread that runs an HTTP Git server. |
Class | GitServer | No class docstring; 1/6 methods documented |
Class | BzrServer | Undocumented |
local_path
.
This implementation is unusual in that it returns a file://localhost/ URL. This is to work around the valid_vcs_details constraint on CodeImport.