Closed panglesd closed 1 month ago
The tests/api-diff/run.t file contains tests for the api-diff tool, "end to end": that is, checking that some input to the tool produces the expected final output.
tests/api-diff/run.t
api-diff
The tests are written using dune's support from cram tests.
dune
However, almost all cram tests are in a single file. This makes it harder to read, and won't scale when we add more tests.
It would be better to group tests by features, in separate files with a relevant name.
Hello,
I am an Outreachy applicant. Could this issue please be assigned to me?
Yes, sure! It's assigned to you!
The
tests/api-diff/run.t
file contains tests for theapi-diff
tool, "end to end": that is, checking that some input to the tool produces the expected final output.The tests are written using
dune
's support from cram tests.However, almost all cram tests are in a single file. This makes it harder to read, and won't scale when we add more tests.
It would be better to group tests by features, in separate files with a relevant name.