Variable: projectile-project-test-prefix
projectile-project-test-prefix is a variable defined in projectile.el.
Value
nil
Documentation
Use this variable to override the current project's test-prefix property.
It takes precedence over the test-prefix for the project type when set. Should be set via .dir-locals.el.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defvar projectile-project-test-prefix nil
"Use this variable to override the current project's test-prefix property.
It takes precedence over the test-prefix for the project type when set.
Should be set via .dir-locals.el.")