8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1db75d commit faaba05Copy full SHA for faaba05
CHANGES
@@ -17,6 +17,11 @@ $ pip install --user --upgrade --pre libvcs
17
18
### Breaking changes
19
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
25
#### pytest fixtures: `git_local_clone` renamed to `example_git_repo` (#468)
26
27
Renamed `git_local_clone` to `example_git_repo` for better understandability in
0 commit comments