Variable: projectile-test-prefix-function

projectile-test-prefix-function is a customizable variable defined in projectile.el.

Value

projectile-test-prefix

Documentation

Function to find test files prefix based on PROJECT-TYPE.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-test-prefix-function 'projectile-test-prefix
  "Function to find test files prefix based on PROJECT-TYPE."
  :group 'projectile
  :type 'function)