There is something strange in the cargo tests.
On every run, it launches a third party program (calibre) to open some documents.
To reproduce, run cargo test workspace_open in the cargo repo.
The behavior is caused by these tests:
doc::doc_workspace_open_different_library_and_package_names
doc::doc_workspace_open_binary
doc::doc_workspace_open_binary_and_library
This is annoying when running the test suit because I have to close 3 windows after every run.
There is something strange in the cargo tests.
On every run, it launches a third party program (calibre) to open some documents.
To reproduce, run
cargo test workspace_openin the cargo repo.The behavior is caused by these tests:
This is annoying when running the test suit because I have to close 3 windows after every run.