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.
This variable was added, or its default value changed, in projectile version 0.11.0.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defcustom projectile-test-prefix-function 'projectile-test-prefix
"Function to find test files prefix based on PROJECT-TYPE."
:group 'projectile
:type 'function
:package-version '(projectile . "0.11.0"))