summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/ert.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-2/+2
* Move gensym to core ElispMark Oteiza2017-09-121-9/+9
* ; * lisp/emacs-lisp/ert.el (ert-batch-backtrace-right-margin): Fix tag.Glenn Morris2017-09-051-1/+1
* Allow customizing line length of ert backtraces in batch modeGlenn Morris2017-09-051-12/+19
* Catch argument and macroexpansion errors in ertAlexander Gramiak2017-08-071-9/+32
* * lisp/subr.el (define-symbol-prop): New functionStefan Monnier2017-07-281-9/+2
* Stop using unibyte buffers for ert backtracesGlenn Morris2017-07-261-2/+1
* (loadhist-unload-element): Move ERT and cl-generic methodsStefan Monnier2017-07-241-6/+7
* Use a more specific test for running on hydra.nixos.orgGlenn Morris2017-07-181-1/+1
* Let test summary go through even if some logs were not generatedNoam Postavsky2017-07-011-1/+1
* Improve ert backtrace recordingNoam Postavsky2017-06-291-49/+36
* Don't attempt to recover from undefined behavior in some casesPhilipp Stephani2017-05-271-0/+10
* Don't require bytecomp for running ert testsNoam Postavsky2017-04-221-2/+2
* Avoid ert test failuresGlenn Morris2017-04-181-0/+1
* Use user-error for some ert.el errorsGlenn Morris2017-04-131-6/+6
* * lisp/emacs-lisp/ert.el (ert-run-tests): Make INTERACTIVE arg optional.Noam Postavsky2017-03-281-1/+1
* Make it easier to abort a series of tests with C-gHelmut Eller2017-03-241-9/+13