summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/ert.el
AgeCommit message (Expand)Author
2026-04-21Show executed tests from erts files via the ERT results bufferRoi Martin
2026-04-16ert-play-keys functionVincent Belaïche
2026-03-11Tweak recent error descriptor changesBasil L. Contovounesios
2026-03-10Use the new error API functionsStefan Monnier
2026-02-25Make ert more robustMichael Albinus
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-08-18Catch all non-local exits when running ERT tests.Philipp Stephani
2025-06-18; Fix last changeMichael Albinus
2025-06-18Show test name in ERT progress barMichael Albinus
2025-05-03Fix 'Skip' behavior in erts files (bug#76839)Roi Martin
2025-03-26Use numeric time zone suffix in ERT explainer.Philipp Stephani
2025-03-25Add an ERT explainer for 'time-equal-p'.Philipp Stephani
2025-03-24Merge from origin/emacs-30Sean Whitton
2025-03-23Improve docstring of should-errorStefan Kangas
2025-02-24Move buffer related functions from ert-x.el to ert.elStefan Kangas
2025-02-23Prefer incf to cl-incf in emacs-lisp/*.elStefan Kangas
2025-02-17Prefer plusp/minusp to cl-plusp/cl-minuspStefan Kangas
2025-02-17Prefer '(evenp A)' to '(= 0 (% A 2))'Stefan Kangas
2025-02-09; Add missing section marker to ert.elStefan Kangas
2025-02-09Use unload-function instead of unload-hook in ertStefan Kangas
2025-01-22Fix ERT / find-function type integration typosStephen Gildea
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-08-26(pp): Indent lines right when starting in col > 0Stefan Monnier
2024-08-25Indent ERT failure explanations rigidlyF. Jason Park
2024-08-15Improve documentation of ERTEli Zaretskii
2024-05-01Assume match before calling help-xref-buttonBasil L. Contovounesios
2024-01-04ert.el: Use `handler-bind` to record backtracesStefan Monnier
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-09Merge from origin/emacs-29Eli Zaretskii
2023-12-03; Fix typosStefan Kangas
2023-11-04Suggest alternative reason for ERT test duplication errorMattias Engdegård
2023-11-03Suggest alternative reason for ERT test duplication errorMattias Engdegård
2023-09-04Add `skip-when` macro to `ert-deftest`Stefan Kangas
2023-08-14Ignore ert-deftest body valueMattias Engdegård
2023-08-14Revert "* lisp/emacs-lisp/ert.el (ert-run-tests-batch-and-exit): Inhibit inte...Mattias Engdegård
2023-08-13* lisp/emacs-lisp/ert.el (ert-run-tests-batch-and-exit): Inhibit interactionStefan Monnier
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-26Improve robustness of server.el testsJim Porter
2022-11-18; Fix typos (prefer US spelling)Stefan Kangas
2022-08-14Simplify code using take, ntake and butlastMattias Engdegård
2022-08-01Omit some (current-time) callsPaul Eggert
2022-07-09Improve ert-test-erts-file documentationStefan Kangas
2022-07-07* lisp/emacs-lisp/ert.el (Commentary): Refer to the Info manual.Stefan Kangas
2022-07-06; * lisp/emacs-lisp/ert.el: Remove installation instructions.Stefan Kangas
2022-05-25Fix ert-run-tests-batch-and-exit doc string typoLars Ingebrigtsen
2022-05-24Make the nativecomp test eln directory more reliably be removedLars Ingebrigtsen
2022-01-24Allow jumping to ert failure definitionsLars Ingebrigtsen