summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/ert.el
Commit message (Expand)AuthorAgeFilesLines
* Use numeric time zone suffix in ERT explainer.Philipp Stephani2025-03-261-2/+2
* Add an ERT explainer for 'time-equal-p'.Philipp Stephani2025-03-251-0/+13
* Merge from origin/emacs-30Sean Whitton2025-03-241-10/+17
|\
| * Improve docstring of should-errorStefan Kangas2025-03-231-10/+17
| * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* | Move buffer related functions from ert-x.el to ert.elStefan Kangas2025-02-241-0/+146
* | Prefer incf to cl-incf in emacs-lisp/*.elStefan Kangas2025-02-231-14/+14
* | Prefer plusp/minusp to cl-plusp/cl-minuspStefan Kangas2025-02-171-3/+3
* | Prefer '(evenp A)' to '(= 0 (% A 2))'Stefan Kangas2025-02-171-3/+3
* | ; Add missing section marker to ert.elStefan Kangas2025-02-091-0/+2
* | Use unload-function instead of unload-hook in ertStefan Kangas2025-02-091-4/+3
* | Fix ERT / find-function type integration typosStephen Gildea2025-01-221-4/+7
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | Mark if-let and when-let obsoleteSean Whitton2024-10-241-17/+17
* | (pp): Indent lines right when starting in col > 0Stefan Monnier2024-08-261-6/+2
|/
* Indent ERT failure explanations rigidlyF. Jason Park2024-08-251-3/+2
* Improve documentation of ERTEli Zaretskii2024-08-151-9/+11
* Assume match before calling help-xref-buttonBasil L. Contovounesios2024-05-011-2/+1
* ert.el: Use `handler-bind` to record backtracesStefan Monnier2024-01-041-85/+54
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-12-091-1/+1
|\|
| * ; Fix typosStefan Kangas2023-12-031-1/+1
| * Suggest alternative reason for ERT test duplication errorMattias Engdegård2023-11-041-1/+1
* | Suggest alternative reason for ERT test duplication errorMattias Engdegård2023-11-031-1/+1
* | Add `skip-when` macro to `ert-deftest`Stefan Kangas2023-09-041-14/+25
* | Ignore ert-deftest body valueMattias Engdegård2023-08-141-1/+3
* | Revert "* lisp/emacs-lisp/ert.el (ert-run-tests-batch-and-exit): Inhibit inte...Mattias Engdegård2023-08-141-3/+1
* | * lisp/emacs-lisp/ert.el (ert-run-tests-batch-and-exit): Inhibit interactionStefan Monnier2023-08-131-1/+3
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Improve robustness of server.el testsJim Porter2022-11-261-2/+7
* ; Fix typos (prefer US spelling)Stefan Kangas2022-11-181-1/+1
* Simplify code using take, ntake and butlastMattias Engdegård2022-08-141-2/+1
* Omit some (current-time) callsPaul Eggert2022-08-011-1/+1
* Improve ert-test-erts-file documentationStefan Kangas2022-07-091-2/+8
* * lisp/emacs-lisp/ert.el (Commentary): Refer to the Info manual.Stefan Kangas2022-07-071-7/+5
* ; * lisp/emacs-lisp/ert.el: Remove installation instructions.Stefan Kangas2022-07-061-2/+0
* Fix ert-run-tests-batch-and-exit doc string typoLars Ingebrigtsen2022-05-251-1/+1
* Make the nativecomp test eln directory more reliably be removedLars Ingebrigtsen2022-05-241-12/+22
* Allow jumping to ert failure definitionsLars Ingebrigtsen2022-01-241-4/+25
* Interpret a "" value of EMACS_TEST_VERBOSE as "off"Lars Ingebrigtsen2022-01-211-2/+4
* Make ert explainers work on function aliasesLars Ingebrigtsen2022-01-131-6/+11
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | * lisp/emacs-lisp/ert.el (ert-select-tests): Document new error.Philipp Stephani2021-12-301-1/+2
* | * lisp/emacs-lisp/ert.el (ert-select-tests): Simplify nested switchPhilipp Stephani2021-12-301-46/+36
* | Properly report errors about unbound ERT test symbols.Philipp Stephani2021-12-301-2/+7
* | ; * lisp/emacs-lisp/ert.el: Update reference to 'cl-assert'Philipp Stephani2021-12-301-1/+1
* | Make generation of JUnit test reports more robust.Michael Albinus2021-12-181-13/+28
* | Handle missing JUnit test reportsMichael Albinus2021-12-171-114/+118