summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/ert.el
Commit message (Expand)AuthorAgeFilesLines
* Handle test environment variablesMichael Albinus2021-07-011-3/+3
* Print newlines as \n instead of \12 in ERT resultsMattias Engdegård2021-06-251-1/+1
* Don't call ERT explainer on errorMattias Engdegård2021-06-241-6/+7
* Allow ERT tests to output the failure reasons, tooJulian Scheid2021-06-151-4/+27
* Fix duplicate ":" in ert-find-test-other-window promptStefan Kangas2021-03-101-1/+1
* Do mode tagging in ert.elStefan Kangas2021-03-101-13/+14
* Fix structure of condition object in nested 'ert-fail'.Philipp Stephani2021-03-081-1/+1
* Fix misuses of `byte-compile-macro-environment`Stefan Monnier2021-03-011-10/+3
* Remove redundant requires of easymenuStefan Kangas2021-02-261-1/+0
* Prefer `declare` over a `put` of `list-indent-function`.Stefan Monnier2021-02-221-14/+2
* * lisp/emacs-lisp/edebug.el (edebug--handle-&-spec-op <&name>): New methodStefan Monnier2021-02-131-2/+2
* * lisp/emacs-lisp/pcase.el: Add support for `not` to `pred`Stefan Monnier2021-01-161-2/+2
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix bug in how ERT invokes its debugger.Philipp Stephani2020-12-071-1/+1
* Prefer setq-local in emacs-lisp/*.elStefan Kangas2020-12-041-10/+10
* Remove redundant requires of 'help'Stefan Kangas2020-12-031-1/+0
* Remove redundant requires of 'button'Stefan Kangas2020-12-031-1/+0
* ERT: escape control characters in pretty-printed error outputMattias Engdegård2020-10-271-1/+2
* Merge from origin/emacs-27Glenn Morris2020-10-021-2/+2
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-2/+2
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-6/+2
* | Fix ert ability to peek inside structures when comparing unequal valuesClément Pit-Claudel2020-08-181-1/+8
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Correctly explain test failures with mixed uni/multibyte stringsMattias Engdegård2019-10-131-0/+5
* ert-deftest macro doc string clarificationLars Ingebrigtsen2019-10-121-0/+4
* Fix ‘make check’ failurePaul Eggert2019-07-261-3/+4
* Always include the number of unexpected results here tooLars Ingebrigtsen2019-07-261-4/+2
* Set revert-buffer-function in ert-results-modeMattias Engdegård2019-07-161-1/+3
* Always include the number of unexpected ert testsLars Ingebrigtsen2019-07-131-8/+2
* Adjust comments/debug to match C bignum codePaul Eggert2019-06-041-4/+4
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-2/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Tiny ert-summarize-tests-batch-and-exit improvementGlenn Morris2018-12-171-1/+2
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-1/+1
* | Always make buttons from function names in backtracesGemini Lasswell2018-08-031-2/+1
* | Add backtrace-mode and use it in the debugger, ERT and EdebugGemini Lasswell2018-08-031-24/+18
* | Add predicate proper-list-pBasil L. Contovounesios2018-07-091-20/+8
* | Print top time consuming tests if advisedMichael Albinus2018-03-191-4/+21
* | * lisp/emacs-lisp/ert.el (ert-run-tests-batch): Print selector.Michael Albinus2018-03-181-2/+3
* | Print test timings unconditionallyMichael Albinus2018-03-171-18/+8
* | Optimize "make check" and "make check-maybe"Michael Albinus2018-03-161-1/+9
* | More hydra.nixos.org logging for unfinished testsGlenn Morris2018-03-141-1/+8
* | Extend ert to print duration of single testsMichael Albinus2018-03-141-2/+15
* | * lisp/emacs-lisp/ert.el (describe-symbol-backends): Add ourselvesStefan Monnier2018-01-221-4/+9
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\|
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Add 'ert-quiet' variablePaul Pogonyshev2017-10-281-14/+19
|/
* Fix ert-test finding by symbol (Bug#28849)Noam Postavsky2017-10-151-2/+2
* Fix ert backtrace saving for non-`signal'ed errors (Bug#28333)Noam Postavsky2017-09-281-3/+2