Skip to content

pytest plugin: Improve performance via caching #472

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Oct 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ $ pip install --user --upgrade --pre libvcs

### Breaking changes

#### pytest plugin: Improve performacne via session-based scoping (#472)

Improved test execution speed by over 54% by eliminated repetitive repository reinitialization between test runs.
Git, Subversion, and Mercurial repositories are now cached from an initial starter repository

#### pytest fixtures: `git_local_clone` renamed to `example_git_repo` (#468)

Renamed `git_local_clone` to `example_git_repo` for better understandability in
Expand Down
Loading