Function: projectile-test-files
projectile-test-files is a byte-compiled function defined in
projectile.el.
Signature
(projectile-test-files FILES)
Documentation
Return only the test FILES.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defun projectile-test-files (files)
"Return only the test FILES."
(seq-filter 'projectile-test-file-p files))