Skip to content

Commit 8abd8da

Browse files
committed
Update changelog for pytest-r-snapshot migration
1 parent 724044d commit 8abd8da

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## rtflite 2.5.1
4+
5+
### Testing
6+
7+
- Migrated the RTF snapshot tests implementation to a proper solution
8+
`pytest-r-snapshot` to reduce boilerplate code and improve maintainability.
9+
The legacy fixture generation workflow is removed and the snapshots are
10+
stored under the standard location `tests/__r_snapshots__/` (#181).
11+
312
## rtflite 2.5.0
413

514
### New features

docs/changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## rtflite 2.5.1
4+
5+
### Testing
6+
7+
- Migrated the RTF snapshot tests implementation to a proper solution
8+
`pytest-r-snapshot` to reduce boilerplate code and improve maintainability.
9+
The legacy fixture generation workflow is removed and the snapshots are
10+
stored under the standard location `tests/__r_snapshots__/` (#181).
11+
312
## rtflite 2.5.0
413

514
### New features

0 commit comments

Comments
 (0)