tests: generate default repo relative paths
Because we use generally `make_empty_repo()` with a temporary directory fixture which is scoped at module level, we need repositories to have distinct relative paths in a given test module. Usually, choosing such unique paths is a useless distraction, it's better to simply generate them. In turn, that means it's better if the repo path can be retrieved from the wrapper. It was already available as `wrapper.repo.root`, which is less convenient, being a `bytes`.
Loading
Please register or sign in to comment