-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MockDulwichRepo: mimick git behaviour more closely
When git clones a repo in a base directory, it will place the clone in a subdirectory of the base. That subdirectory is named after the repo url name, which is the "testing" right before the .git in https://github.com/test/testing.git This behaviour may introduce race conditions to Poetry. Let the mock repo mimic it, so that the (absence of) race conditions can be verified.
- Loading branch information
Showing
2 changed files
with
3 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters