Skip to content
Snippets Groups Projects
Commit bf2302a2 authored by Georges Racinet's avatar Georges Racinet
Browse files

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`.
parent cb413a90
No related branches found
Tags 0.10.1
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment