* lisp/emacs-lisp/ert.el (Commentary): Refer to the Info manual.
authorStefan Kangas <stefan@marxist.se>
Thu, 7 Jul 2022 21:19:03 +0000 (23:19 +0200)
committerStefan Kangas <stefan@marxist.se>
Thu, 7 Jul 2022 21:21:39 +0000 (23:21 +0200)
lisp/emacs-lisp/ert.el

index 262d85f9b432d8c6a105ed97d1c8d2249c232f6b..21bee4c6d8b1d5ff198dd7a3216d275c268f8dba 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ert.el --- Emacs Lisp Regression Testing  -*- lexical-binding: t -*-
 
-;; Copyright (C) 2007-2008, 2010-2022 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2022 Free Software Foundation, Inc.
 
 ;; Author: Christian Ohler <ohler@gnu.org>
 ;; Keywords: lisp, tools
 ;; processing further, this is useful for checking the test
 ;; environment (like availability of features, external binaries, etc).
 ;;
-;; See ERT's info manual as well as the docstrings for more details.
-;;
-;; To see some examples of tests written in ERT, see its self-tests in
-;; ert-tests.el.  Some of these are tricky due to the bootstrapping
-;; problem of writing tests for a testing tool, others test simple
-;; functions and are straightforward.
+;; See ERT's Info manual `(ert) Top' as well as the docstrings for
+;; more details.  To see some examples of tests written in ERT, see
+;; the test suite distributed with the Emacs source distribution (in
+;; the "test" directory).
 
 ;;; Code: