Variable: projectile-test-suffix-function

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

Value

projectile-test-suffix

Documentation

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

Source Code

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