summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/ert.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ert commands to error if no test at point (bug#25931)Glenn Morris2017-03-021-23/+34
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Fix ert-tests when running compiledNoam Postavsky2016-12-061-5/+6
* | ; * lisp/emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit):Glenn Morris2016-05-161-1/+1
* | * lisp/emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit):Glenn Morris2016-05-161-4/+25
* | Simplify now that float-time etc. are built-inPaul Eggert2016-05-081-1/+1
|/
* * lisp/emacs-lisp/ert.el (ert--results-move): Change error to user-errorArtur Malabarba2016-01-251-3/+3
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* ; Restore selector `member' accidentally drooped in ert rewrite.Anders Lindgren2015-12-111-1/+1
* Spelling fixesPaul Eggert2015-12-071-1/+1
* * lisp/emacs-lisp/ert.el: Prefer pcase over cl-typecaseStefan Monnier2015-12-041-170/+167
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-1/+1