Releases: hughhan1/rtest
Releases · hughhan1/rtest
v0.0.46
What's Changed
- fix: gracefully handle stdlib and external package inheritance by @hughhan1 in #139
- fix: remove unwrap() calls from library code by @hughhan1 in #140
- fix: propagate collection warnings through pipeline by @hughhan1 in #143
- fix: propagate collection path errors by @hughhan1 in #142
- fix: replace println/eprintln with log macros by @hughhan1 in #141
- docs: expand README with monorepo benchmarks and known limitations; fix CI on Python 3.10-3.12 by @hughhan1 in #144
- feat: add rtest.raises() context manager by @hughhan1 in #145
Full Changelog: v0.0.45...v0.0.46
v0.0.45
Full Changelog: v0.0.44...v0.0.45
v0.0.44
v0.0.43
What's Changed
Full Changelog: v0.0.42...v0.0.43
v0.0.42
v0.0.41
What's Changed
- fix: escape backslashes and unicode in parametrize test IDs by @hughhan1 in #125
- fix: create GitHub releases automatically and clean up outdated release workflows by @hughhan1 in #126
- feat: add per-repository benchmark overrides with skip support by @hughhan1 in #127
Full Changelog: v0.0.40...v0.0.41
v0.0.36
v0.0.36 (2025-08-06)
This release is published under the MIT License.
Features
- execution: Add environment variable passing to pytest (
4394510)
Testing
- execution: Add comprehensive execution integration tests (
ad8c0c6)
Detailed Changes: v0.0.35...v0.0.36
v0.0.35
v0.0.35 (2025-08-06)
This release is published under the MIT License.
Testing
- execution: Add comprehensive execution integration tests (
7b6432e)
Detailed Changes: v0.0.34...v0.0.35
v0.0.34
v0.0.34 (2025-08-06)
This release is published under the MIT License.
Bug Fixes
- tests: Fix test regression on Windows with forward-slashes (/) (
4f89a48)
Chores
- Use indoc to format Rust multiline strings (
ab02de1)
Detailed Changes: v0.0.33...v0.0.34
v0.0.33
v0.0.33 (2025-08-06)
This release is published under the MIT License.
Chores
- ruff: Update ruff submodule (
01783c0)
Detailed Changes: v0.0.32...v0.0.33