emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/yaml 604774d385 117/124: Add documentation on running t


From: ELPA Syncer
Subject: [elpa] externals/yaml 604774d385 117/124: Add documentation on running tests
Date: Fri, 29 Nov 2024 16:00:10 -0500 (EST)

branch: externals/yaml
commit 604774d3857e9d4c8af4af1eba3d685af7c3dc2a
Author: Rodrigo Morales <moralesrodrigo1100@gmail.com>
Commit: Rodrigo Morales <moralesrodrigo1100@gmail.com>

    Add documentation on running tests
---
 README.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.md b/README.md
index 9a7d2b7eaa..91cfecb9c6 100644
--- a/README.md
+++ b/README.md
@@ -89,3 +89,12 @@ translations:
 Since this is implemented in Emacs Lisp performance is probably not the best.  
An alternative implementation using libyaml exists and can be found 
[here](https://github.com/syohex/emacs-libyaml).
 
 If you have a very deeply nested YAML file and your `max-lisp-eval-depth` 
variable is set too low, these is a chance that you might hit the maximum Lisp 
eval depth limit.  In the future I may work on changing the parsing algorithm 
to avoid this problem but in the meantime you can bump up the 
`max-lisp-eval-depth` variable in your config.
+
+## Development
+
+You can run the tests by executing
+
+```
+$ ~/path/to/git-repo/yaml.el
+$ emacs -batch -l ert -l yaml.el -l yaml-tests.el -f 
ert-run-tests-batch-and-exit
+```



reply via email to

[Prev in Thread] Current Thread [Next in Thread]