Skip to content

This release lets users select tests by fixture tag with the new —fixture-tag option. It makes it easier to run focused subsets such as container-backed or Docker Compose tests without naming every test path.

May 11, 2026 · @mavam, @codex · #42

Select tests by fixture tag with the new --fixture-tag option:

Terminal window
tenzir-test --fixture-tag container
tenzir-test --fixture-tag docker-compose

Fixture tags are cumulative and can be repeated. The selector intersects with positional test paths and --match patterns, so you can narrow a directory to container-backed tests or run only tests that request the built-in Docker Compose fixture.

Fixtures that use the shared container runtime helpers inherit the container tag automatically. Custom fixtures can pass explicit tags at registration time when they use their own abstraction.