about summary refs log tree commit diff
path: root/tvix/store/src/pathinfoservice (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-03-03 r/7648 refactor(tvix/*/from_addr): improve test debuggabilityFlorian Klink1-2/+6
If there's an unexpected test failure, print it out, rather than just saying something is false even though it should be true. Use .expect() for this, which displays the error if it failed. We can't use expect_er