Skip to content

Commit

Permalink
[test_fixtures] Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
nazmulidris committed Dec 6, 2024
1 parent 8cfbe57 commit 25e2e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ Deleted:

This release adds a new fixture to make it easy to create temporary directories for tests.

Added:
- Added:
- Add a new fixture `temp_dir::create_temp_dir()` to make it easy to create temporary
directories for tests. Any temporary directories created are automatically cleaned up
after the test is done. The `TempDir` struct implements many traits that make it
Expand Down

0 comments on commit 25e2e53

Please sign in to comment.