tests: cover absolute path handling in _compute_fixture_value#6604
Conversation
2defdce to
1cf9e68
Compare
Cherry-picked from pytest-dev#6604.
nicoddemus
left a comment
There was a problem hiding this comment.
Thanks!
Please rebase/add a descriptive commit message.
Not sure what you mean.. do you mean it should be squashed? |
Oops sorry, yes.
The commit messages don't really explain the context of the changes, for example the first one is just "source_path: py.path.local directly", which explains what it is doing, but not "why". I always try to think of the POV of someone who needs to look at the history a few years down the road and needs to figure out why things are they way they are. But if they do look fine to you, please go ahead and merge. And thanks for the coverage improvement. 👍 |
|
"source_path: py.path.local directly" could be "Assign source_path via py.path.local directly", but should really be clear from the change itself (7c87874). The reference there is where it is taken from (in |
No description provided.