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
*
Use numeric time zone suffix in ERT explainer.
Philipp Stephani
2025-03-26
1
-2
/
+2
*
Add an ERT explainer for 'time-equal-p'.
Philipp Stephani
2025-03-25
1
-0
/
+13
*
Merge from origin/emacs-30
Sean Whitton
2025-03-24
1
-10
/
+17
|
\
|
*
Improve docstring of should-error
Stefan Kangas
2025-03-23
1
-10
/
+17
|
*
Update copyright year to 2025
Stefan Kangas
2025-01-02
1
-1
/
+1
*
|
Move buffer related functions from ert-x.el to ert.el
Stefan Kangas
2025-02-24
1
-0
/
+146
*
|
Prefer incf to cl-incf in emacs-lisp/*.el
Stefan Kangas
2025-02-23
1
-14
/
+14
*
|
Prefer plusp/minusp to cl-plusp/cl-minusp
Stefan Kangas
2025-02-17
1
-3
/
+3
*
|
Prefer '(evenp A)' to '(= 0 (% A 2))'
Stefan Kangas
2025-02-17
1
-3
/
+3
*
|
; Add missing section marker to ert.el
Stefan Kangas
2025-02-09
1
-0
/
+2
*
|
Use unload-function instead of unload-hook in ert
Stefan Kangas
2025-02-09
1
-4
/
+3
*
|
Fix ERT / find-function type integration typos
Stephen Gildea
2025-01-22
1
-4
/
+7
*
|
Update copyright year to 2025
Paul Eggert
2025-01-01
1
-1
/
+1
*
|
Mark if-let and when-let obsolete
Sean Whitton
2024-10-24
1
-17
/
+17
*
|
(pp): Indent lines right when starting in col > 0
Stefan Monnier
2024-08-26
1
-6
/
+2
|
/
*
Indent ERT failure explanations rigidly
F. Jason Park
2024-08-25
1
-3
/
+2
*
Improve documentation of ERT
Eli Zaretskii
2024-08-15
1
-9
/
+11
*
Assume match before calling help-xref-button
Basil L. Contovounesios
2024-05-01
1
-2
/
+1
*
ert.el: Use `handler-bind` to record backtraces
Stefan Monnier
2024-01-04
1
-85
/
+54
*
Merge from savannah/emacs-29
Po Lu
2024-01-02
1
-1
/
+1
|
\
|
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
|
Merge from origin/emacs-29
Eli Zaretskii
2023-12-09
1
-1
/
+1
|
\
|
|
*
; Fix typos
Stefan Kangas
2023-12-03
1
-1
/
+1
|
*
Suggest alternative reason for ERT test duplication error
Mattias Engdegård
2023-11-04
1
-1
/
+1
*
|
Suggest alternative reason for ERT test duplication error
Mattias Engdegård
2023-11-03
1
-1
/
+1
*
|
Add `skip-when` macro to `ert-deftest`
Stefan Kangas
2023-09-04
1
-14
/
+25
*
|
Ignore ert-deftest body value
Mattias Engdegård
2023-08-14
1
-1
/
+3
*
|
Revert "* lisp/emacs-lisp/ert.el (ert-run-tests-batch-and-exit): Inhibit inte...
Mattias Engdegård
2023-08-14
1
-3
/
+1
*
|
* lisp/emacs-lisp/ert.el (ert-run-tests-batch-and-exit): Inhibit interaction
Stefan Monnier
2023-08-13
1
-1
/
+3
|
/
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Improve robustness of server.el tests
Jim Porter
2022-11-26
1
-2
/
+7
*
; Fix typos (prefer US spelling)
Stefan Kangas
2022-11-18
1
-1
/
+1
*
Simplify code using take, ntake and butlast
Mattias Engdegård
2022-08-14
1
-2
/
+1
*
Omit some (current-time) calls
Paul Eggert
2022-08-01
1
-1
/
+1
*
Improve ert-test-erts-file documentation
Stefan Kangas
2022-07-09
1
-2
/
+8
*
* lisp/emacs-lisp/ert.el (Commentary): Refer to the Info manual.
Stefan Kangas
2022-07-07
1
-7
/
+5
*
; * lisp/emacs-lisp/ert.el: Remove installation instructions.
Stefan Kangas
2022-07-06
1
-2
/
+0
*
Fix ert-run-tests-batch-and-exit doc string typo
Lars Ingebrigtsen
2022-05-25
1
-1
/
+1
*
Make the nativecomp test eln directory more reliably be removed
Lars Ingebrigtsen
2022-05-24
1
-12
/
+22
*
Allow jumping to ert failure definitions
Lars Ingebrigtsen
2022-01-24
1
-4
/
+25
*
Interpret a "" value of EMACS_TEST_VERBOSE as "off"
Lars Ingebrigtsen
2022-01-21
1
-2
/
+4
*
Make ert explainers work on function aliases
Lars Ingebrigtsen
2022-01-13
1
-6
/
+11
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
* lisp/emacs-lisp/ert.el (ert-select-tests): Document new error.
Philipp Stephani
2021-12-30
1
-1
/
+2
*
|
* lisp/emacs-lisp/ert.el (ert-select-tests): Simplify nested switch
Philipp Stephani
2021-12-30
1
-46
/
+36
*
|
Properly report errors about unbound ERT test symbols.
Philipp Stephani
2021-12-30
1
-2
/
+7
*
|
; * lisp/emacs-lisp/ert.el: Update reference to 'cl-assert'
Philipp Stephani
2021-12-30
1
-1
/
+1
*
|
Make generation of JUnit test reports more robust.
Michael Albinus
2021-12-18
1
-13
/
+28
*
|
Handle missing JUnit test reports
Michael Albinus
2021-12-17
1
-114
/
+118
[next]