Variable: projectile-project-test-suffix

projectile-project-test-suffix is a variable defined in projectile.el.

Value

nil

Documentation

Use this variable to override the current project's test-suffix property.

It takes precedence over the test-suffix 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-suffix nil
  "Use this variable to override the current project's test-suffix property.
It takes precedence over the test-suffix for the project type when set.
Should be set via .dir-locals.el.")