summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/ert.el
Commit message (Expand)AuthorAgeFilesLines
* Fixup for bug#51037Filipp Gunbin2021-11-181-15/+8
* Signal an error for duplicated ERT tests (bug#51941)Mattias Engdegård2021-11-181-0/+7
* Make results details in ert-run-tests-batch configurableMichael Herstine2021-11-161-30/+57
* Make debugging ert--erts-specifications easierLars Ingebrigtsen2021-11-071-1/+1
* Remove workaround for fixed Bug#6581 from ertStefan Kangas2021-10-311-35/+20
* Fix bug with string values in equal-including-propertiesStefan Kangas2021-10-311-0/+1
* Fix parsing of erts filesLars Ingebrigtsen2021-10-271-3/+4
* Merge from origin/emacs-28Glenn Morris2021-10-111-0/+4
|\
| * Fix ert errors when there's a test that binds `debug-on-error'Lars Ingebrigtsen2021-10-111-0/+4
* | Merge from origin/emacs-28Glenn Morris2021-10-051-1/+1
|\|
| * ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-051-1/+1
* | Run ERT tests with `lexical-binding` bound to `t`Mattias Engdegård2021-10-041-6/+3
* | Refactor out ert-test--erts-testLars Ingebrigtsen2021-10-011-77/+82
* | Allow skipping erts testsLars Ingebrigtsen2021-10-011-56/+67
* | Add new functionality to write buffer-based testsLars Ingebrigtsen2021-10-011-0/+104
|/
* Add fast-path to ert--explain-string-equalStefan Kangas2021-09-261-3/+5
* ert: Add basic explainer for string-equalStefan Kangas2021-09-261-0/+8
* Use ambient lexical-binding value in ert-deftest body (bug#50738)Mattias Engdegård2021-09-251-1/+5
* ; More stylistic docfixes in emacs-lisp/*.el found by checkdocStefan Kangas2021-09-181-2/+2
* 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