+3
.gitignore
+3
.gitignore
+8
-1
.tangled/workflows/build.yml
+8
-1
.tangled/workflows/build.yml
······
+46
README.md
+46
README.md
···+Yamlrw is tested against the official [YAML Test Suite](https://github.com/yaml/yaml-test-suite), a comprehensive collection of YAML test cases.+- The HTML reports are generated in `_build/default/tests/yaml-test-results.html` and `_build/default/tests/yaml-test-results-eio.html`
+2
dune-project
+2
dune-project
+31
tests/dune
+31
tests/dune
···
+6
-3
tests/run_all_tests.ml
+6
-3
tests/run_all_tests.ml
······+Arg.parse args (fun _ -> ()) "Usage: run_all_tests [--html <file>] [--show-skipped] [--test-suite-path <path>]";
+8
-6
tests/run_all_tests_eio.ml
+8
-6
tests/run_all_tests_eio.ml
·········-Arg.parse args (fun _ -> ()) "Usage: run_all_tests_eio [--html <file>] [--show-skipped] [--sequential]";+Arg.parse args (fun _ -> ()) "Usage: run_all_tests_eio [--html <file>] [--show-skipped] [--sequential] [--test-suite-path <path>]";