index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
ert.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixup for bug#51037
Filipp Gunbin
2021-11-18
1
-15
/
+8
*
Signal an error for duplicated ERT tests (bug#51941)
Mattias Engdegård
2021-11-18
1
-0
/
+7
*
Make results details in ert-run-tests-batch configurable
Michael Herstine
2021-11-16
1
-30
/
+57
*
Make debugging ert--erts-specifications easier
Lars Ingebrigtsen
2021-11-07
1
-1
/
+1
*
Remove workaround for fixed Bug#6581 from ert
Stefan Kangas
2021-10-31
1
-35
/
+20
*
Fix bug with string values in equal-including-properties
Stefan Kangas
2021-10-31
1
-0
/
+1
*
Fix parsing of erts files
Lars Ingebrigtsen
2021-10-27
1
-3
/
+4
*
Merge from origin/emacs-28
Glenn Morris
2021-10-11
1
-0
/
+4
|
\
|
*
Fix ert errors when there's a test that binds `debug-on-error'
Lars Ingebrigtsen
2021-10-11
1
-0
/
+4
*
|
Merge from origin/emacs-28
Glenn Morris
2021-10-05
1
-1
/
+1
|
\
|
|
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-10-05
1
-1
/
+1
*
|
Run ERT tests with `lexical-binding` bound to `t`
Mattias Engdegård
2021-10-04
1
-6
/
+3
*
|
Refactor out ert-test--erts-test
Lars Ingebrigtsen
2021-10-01
1
-77
/
+82
*
|
Allow skipping erts tests
Lars Ingebrigtsen
2021-10-01
1
-56
/
+67
*
|
Add new functionality to write buffer-based tests
Lars Ingebrigtsen
2021-10-01
1
-0
/
+104
|
/
*
Add fast-path to ert--explain-string-equal
Stefan Kangas
2021-09-26
1
-3
/
+5
*
ert: Add basic explainer for string-equal
Stefan Kangas
2021-09-26
1
-0
/
+8
*
Use ambient lexical-binding value in ert-deftest body (bug#50738)
Mattias Engdegård
2021-09-25
1
-1
/
+5
*
; More stylistic docfixes in emacs-lisp/*.el found by checkdoc
Stefan Kangas
2021-09-18
1
-2
/
+2
*
Handle test environment variables
Michael Albinus
2021-07-01
1
-3
/
+3
*
Print newlines as \n instead of \12 in ERT results
Mattias Engdegård
2021-06-25
1
-1
/
+1
*
Don't call ERT explainer on error
Mattias Engdegård
2021-06-24
1
-6
/
+7
*
Allow ERT tests to output the failure reasons, too
Julian Scheid
2021-06-15
1
-4
/
+27
*
Fix duplicate ":" in ert-find-test-other-window prompt
Stefan Kangas
2021-03-10
1
-1
/
+1
*
Do mode tagging in ert.el
Stefan Kangas
2021-03-10
1
-13
/
+14
*
Fix structure of condition object in nested 'ert-fail'.
Philipp Stephani
2021-03-08
1
-1
/
+1
*
Fix misuses of `byte-compile-macro-environment`
Stefan Monnier
2021-03-01
1
-10
/
+3
*
Remove redundant requires of easymenu
Stefan Kangas
2021-02-26
1
-1
/
+0
*
Prefer `declare` over a `put` of `list-indent-function`.
Stefan Monnier
2021-02-22
1
-14
/
+2
*
* lisp/emacs-lisp/edebug.el (edebug--handle-&-spec-op <&name>): New method
Stefan Monnier
2021-02-13
1
-2
/
+2
*
* lisp/emacs-lisp/pcase.el: Add support for `not` to `pred`
Stefan Monnier
2021-01-16
1
-2
/
+2
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Fix bug in how ERT invokes its debugger.
Philipp Stephani
2020-12-07
1
-1
/
+1
*
Prefer setq-local in emacs-lisp/*.el
Stefan Kangas
2020-12-04
1
-10
/
+10
*
Remove redundant requires of 'help'
Stefan Kangas
2020-12-03
1
-1
/
+0
*
Remove redundant requires of 'button'
Stefan Kangas
2020-12-03
1
-1
/
+0
*
ERT: escape control characters in pretty-printed error output
Mattias Engdegård
2020-10-27
1
-1
/
+2
*
Merge from origin/emacs-27
Glenn Morris
2020-10-02
1
-2
/
+2
|
\
|
*
; Fix many typos in symbols in docs and comments
Stefan Kangas
2020-10-02
1
-2
/
+2
*
|
Use `format-prompt' when prompting with default values
Lars Ingebrigtsen
2020-09-06
1
-6
/
+2
*
|
Fix ert ability to peek inside structures when comparing unequal values
Clément Pit-Claudel
2020-08-18
1
-1
/
+8
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Correctly explain test failures with mixed uni/multibyte strings
Mattias Engdegård
2019-10-13
1
-0
/
+5
*
ert-deftest macro doc string clarification
Lars Ingebrigtsen
2019-10-12
1
-0
/
+4
*
Fix ‘make check’ failure
Paul Eggert
2019-07-26
1
-3
/
+4
*
Always include the number of unexpected results here too
Lars Ingebrigtsen
2019-07-26
1
-4
/
+2
*
Set revert-buffer-function in ert-results-mode
Mattias Engdegård
2019-07-16
1
-1
/
+3
*
Always include the number of unexpected ert tests
Lars Ingebrigtsen
2019-07-13
1
-8
/
+2
*
Adjust comments/debug to match C bignum code
Paul Eggert
2019-06-04
1
-4
/
+4
*
Avoid some double-rounding of Lisp timestamps
Paul Eggert
2019-02-22
1
-2
/
+2
[next]