Function: projectile-current-project-test-files

projectile-current-project-test-files is a byte-compiled function defined in projectile.el.

Signature

(projectile-current-project-test-files)

Documentation

Return a list of test files for the current project.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defun projectile-current-project-test-files ()
  "Return a list of test files for the current project."
  (projectile-test-files (projectile-current-project-files)))