Closed nebadesmondc closed 1 month ago
Hello @Dezzy12 and thanks for the PR!
Unfortunately, the tests are not passing anymore, as you can see from the result of the CI (the red cross next to "ocaml-ci
", you can click on "details" to see what went wrong).
To test locally, you can run dune runtest
. This will show you the difference between what is expected and what is the result of the test.
If you want to change the expected value to what running the test produces, you can run dune promote
. dune runtest --auto-promote
is a shorthand for dune runtest
followed by dune promote
.
You can have more information about tests in the dune doc on writing and running tests, in particular its section on cram tests.
I have fixed the issue. Sorry for the Delay @panglesd
I have implemented the requested changes
Thanks!
fixes #85 I have splitted the
run.t
file into the following:@panglesd