Skip to content

Commit b7c4149

Browse files
committed
docs(CHANGES) Note pytest plugin cache improvements
1 parent 404eafb commit b7c4149

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGES

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ $ pip install --user --upgrade --pre libvcs
1717

1818
### Breaking changes
1919

20+
#### pytest plugin: Improve performacne via session-based scoping (#472)
21+
22+
Improved test execution speed by over 54% by eliminated repetitive repository reinitialization between test runs.
23+
Git, Subversion, and Mercurial repositories are now cached from an initial starter repository
24+
2025
#### pytest fixtures: `git_local_clone` renamed to `example_git_repo` (#468)
2126

2227
Renamed `git_local_clone` to `example_git_repo` for better understandability in

0 commit comments

Comments
 (0)