elpasync pushed a change to branch elpa/projectile.
from 94fc502751 Note the new frecency and scan-chunk-size options in the
changelog
new 751181f23d Bump the development version to 3.2.0-snapshot
new b33b988356 Test the ripgrep fast-path against the elisp scan in CI
new d38233dcfe Lean up the tests with a shared matcher and helper
consolidation
new e4d212ba29 Add a temp-file macro and a match-field matcher for the
tests
new 792cc0617e Use spy-on for the clearest single-function cl-letf stubs
new 6a55a186ec Extract shared sandbox-project test helpers
new 1c29f1bc23 Consolidate the four --with-project test macros into one
Summary of changes:
.github/workflows/test.yml | 8 ++
projectile.el | 4 +-
test/projectile-async-test.el | 10 +-
test/projectile-consult-test.el | 6 +-
test/projectile-dir-locals-test.el | 10 +-
test/projectile-file-kinds-test.el | 64 +++++----
test/projectile-ignore-test.el | 30 ++---
test/projectile-indexing-test.el | 28 ++--
test/projectile-project-type-test.el | 22 +--
test/projectile-replace-review-test.el | 238 ++++++++++++---------------------
test/projectile-replace-test.el | 77 +++--------
test/projectile-scan-async-test.el | 81 ++++-------
test/projectile-search-review-test.el | 177 ++++++++++--------------
test/projectile-session-test.el | 21 ++-
test/projectile-test-helpers.el | 177 ++++++++++++++++++++++++
test/projectile-watch-test.el | 16 +--
16 files changed, 478 insertions(+), 491 deletions(-)