summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/ert.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a major-mode for the *Messages* bufferGlenn Morris2013-09-171-4/+5
* * lisp/subr.el (define-error): New function.Stefan Monnier2013-08-091-2/+1
* Stop reimplementing a bunch of cl- functions in ertGlenn Morris2013-07-111-147/+26
* * emacs-lisp/ert.el: Fix paren typo.Stefan Monnier2013-04-071-2/+2
* * lisp/emacs-lisp/ert.el (should, should-not, should-error): Add edebugNic Ferrier2013-04-071-0/+3
* ert--explain-format-atom fix for non-charactersGlenn Morris2013-02-031-1/+2
* Use point-max-marker and point-min-marker here and there.Dmitry Antipov2013-01-111-1/+1
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.Stefan Monnier2012-11-221-389/+400
|/
* * lisp/emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.Stefan Monnier2012-11-191-10/+5
* Standardize some license noticesGlenn Morris2012-09-241-11/+11
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
* Standardize possessive apostrophe usage in manuals, docs, and commentsGlenn Morris2012-02-281-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Fix typos.Juanma Barranquero2011-11-201-1/+1
* Spelling fixes.Paul Eggert2011-11-141-10/+10
* * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests): Doc fixes.Glenn Morris2011-10-151-21/+20
* * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.Christian Ohler2011-03-201-5/+4
* Added fast path to ERT explanation of `equal'.Christian Ohler2011-03-031-16/+26
* Fix ERT bug related to quit handling.Christian Ohler2011-03-031-6/+14
* Fix ERT.Christian Ohler2011-02-181-11/+11
* * lisp/apropos.el (apropos-print): Now that `apropos-mode' inheritsSam Steingold2011-02-021-16/+11
* * lisp/simple.el (special-mode-map): Bind "h" to `describe-mode';Sam Steingold2011-02-011-10/+2
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Add ERT, a tool for automated testing in Emacs Lisp.Christian Ohler2011-01-131-0/+2544