branch: externals/denote
commit cd772dad09a22117c67bd8c3b00d3a2d76ce305e
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add TODO for possibly sharing state between some tests
---
tests/denote-test.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/denote-test.el b/tests/denote-test.el
index 857cc15ef4..a0e1f158bd 100644
--- a/tests/denote-test.el
+++ b/tests/denote-test.el
@@ -583,6 +583,8 @@ does not involve the time zone."
;;;; denote-sequence.el
+;; TODO 2024-12-31: Maybe we can share some state between tests? It
+;; is expensive to create those files over and over.
(ert-deftest denote-test--denote-sequence--get-new-child ()
"Make sure `denote-sequence--get-new-child' gets the child of a sequence."
(let* ((denote-directory (expand-file-name "denote-test"
temporary-file-directory))