Variable: ert-load-file-name

ert-load-file-name is a variable defined in ert.el.gz.

Value

nil

Documentation

The name of the loaded ERT test file, a string.

Usually, it is not needed to be defined, but if different ERT test packages depend on each other, it might be helpful.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/ert.el.gz
(defvar ert-load-file-name nil
  "The name of the loaded ERT test file, a string.
Usually, it is not needed to be defined, but if different ERT
test packages depend on each other, it might be helpful.")