Variable: projectile-project-test-dir

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

Value

nil

Documentation

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

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