summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/ert.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lisp/emacs-lisp/ert.el: Print results without newline escapingPhillip Lord2015-10-261-2/+3
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-6/+6
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-10/+13
* text-quoting-style in emacs-lisp diagnosticsPaul Eggert2015-08-211-1/+1
* Generate curved quotes in ert docPaul Eggert2015-06-021-12/+15
* * lisp/loadup.el ("emacs-lisp/cl-generic"): PreloadStefan Monnier2015-05-131-2/+2
* * lisp/emacs-lisp/ert.el (ert--special-operator-p): Fix previous.Glenn Morris2015-05-011-1/+1
* * lisp/emacs-lisp/ert.el (ert--special-operator-p):Glenn Morris2015-04-301-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Simplify and parallize test/automated MakefileGlenn Morris2014-06-251-0/+59
* * lisp/electric.el (electric-layout-post-self-insert-function):Dmitry Antipov2014-06-221-1/+1
* * lisp/emacs-lisp/ert.el (ert-run-tests-interactively): `read' theDmitry Gutov2014-02-261-5/+6
* * lisp/emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes inAnders Lindgren2014-02-041-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/emacs-lisp/ert.el (ert-select-tests): Fix string/symbol mixup.Glenn Morris2013-12-191-1/+2
* Spelling fixes.Paul Eggert2013-11-041-1/+1
* * emacs-lisp/ert.el (ert-run-tests-interactively):Michael Albinus2013-10-251-5/+5
* * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.Michael Albinus2013-10-241-21/+80