8000 docs(CHANGES) Note pytest plugin cache improvements · vcs-python/libvcs@faaba05 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit faaba05

Browse files
committed
docs(CHANGES) Note pytest plugin cache improvements
1 parent e1db75d commit faaba05

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
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)
0