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 2e98d9b commit 68a8bd8Copy full SHA for 68a8bd8
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 approximately 33% 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