Skip to content

Commit e0e5658

Browse files
committed
Release v0.13.1
1 parent b906bad commit e0e5658

5 files changed

Lines changed: 16 additions & 2 deletions

File tree

changelog/unreleased/strip-root-paths-from-diff-runner-output.md renamed to changelog/releases/v0.13.1/entries/strip-root-paths-from-diff-runner-output.md

File renamed without changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
created: 2025-12-08
2+
title: Tenzir Test v0.13.1
3+
intro: >-
4+
This release fixes path handling in the diff runner to strip root path prefixes
5+
from output, making paths relative and consistent with other test runners.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
This release fixes path handling in the diff runner to strip root path prefixes from output, making paths relative and consistent with other test runners.
2+
3+
## 🐞 Bug fixes
4+
5+
### Strip root paths from diff_runner output
6+
7+
The `DiffRunner` now strips the ROOT path prefix from output to make paths relative, consistent with `run_simple_test` behavior.
8+
9+
*By @tobim and @claude in [#5](https://github.com/tenzir/test/pull/5).*

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tenzir-test"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
description = "Reusable test execution framework extracted from the Tenzir repository."
55
readme = "README.md"
66
requires-python = ">=3.12"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)