- In the
in
folder are manpages for whom completions will be generated, as part of the integration tests. - The expected outputs will be in the
expected
folder. - The
tmp
folder (ignored by git) will hold the completions generated by the tests, which will then be compared to the files in theexpected
folder.
To see the log output from tests, use RUST_LOG=<whatever> cargo test