From: Stefan Kangas <stefan@marxist.se>
To: 37476@debbugs.gnu.org
Subject: bug#37476: [PATCH] Document ert test selectors in batch mode
Date: Sat, 21 Sep 2019 15:09:09 +0200 [thread overview]
Message-ID: <CADwFkmmvuVKSVbM7N39XnodtpW3H_mzqwnYF_FJ2qvCbYdL0Gw@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 223 bytes --]
I think it would be good to document how to use test selectors on the
ert manual page that talks about running tests in batch mode. I came
up with the following suggested patch.
Any comments?
Best regards,
Stefan Kangas
[-- Attachment #2: 0001-Document-ert-test-selectors-in-batch-mode.patch --]
[-- Type: text/x-patch, Size: 1521 bytes --]
From a6101b99da1b046cd7c1cf3bb6e019dc0e842c20 Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefankangas@gmail.com>
Date: Sat, 21 Sep 2019 14:58:08 +0200
Subject: [PATCH] Document ert test selectors in batch mode
* doc/misc/ert.texi (Running Tests in Batch Mode): Document test
selectors.
---
doc/misc/ert.texi | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi
index d2d86555e3..e853faf323 100644
--- a/doc/misc/ert.texi
+++ b/doc/misc/ert.texi
@@ -337,10 +337,20 @@ Running Tests in Batch Mode
In quiet mode ERT prints only unexpected results and summary.
-If ERT is not part of your Emacs distribution, you may need to use
+You can specify selectors to only run a subset of your tests
+(@pxref{Test Selectors}). For example, the following would run all
+tests where the name of the test matches the string ``to-match''.
+
+@example
+emacs -batch -l ert -l my-tests.el \
+ -eval '(ert-run-tests-batch-and-exit "to-match")'
+@end example
+
+If you are using a version of Emacs older than 24.1, ERT is not part
+of your Emacs distribution. In this case, you may need to use
@code{-L /path/to/ert/} so that Emacs can find it. You may need
-additional @code{-L} flags to ensure that @code{my-tests.el} and all the
-files that it requires are on your @code{load-path}.
+additional @code{-L} flags to ensure that @code{my-tests.el} and all
+the files that it requires are on your @code{load-path}.
@node Test Selectors
--
2.20.1
next reply other threads:[~2019-09-21 13:09 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-21 13:09 Stefan Kangas [this message]
2019-09-22 13:05 ` bug#37476: [PATCH] Document ert test selectors in batch mode Lars Ingebrigtsen
2019-09-22 13:38 ` Stefan Kangas
2019-09-22 14:46 ` Eli Zaretskii
2019-09-22 17:23 ` Lars Ingebrigtsen
2019-09-28 16:07 ` Stefan Kangas
2019-09-29 11:10 ` Michael Albinus
2019-09-29 16:34 ` Stefan Kangas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CADwFkmmvuVKSVbM7N39XnodtpW3H_mzqwnYF_FJ2qvCbYdL0Gw@mail.gmail.com \
--to=stefan@marxist.se \
--cc=37476@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).