-
Notifications
You must be signed in to change notification settings - Fork 21
Coverage reporting missing for binaries under-test #104
Comments
@mssun That is a good point but I'm expecting that won't be too much of an issue. End-to-end testing using assert_cli should, ideally, be reserved for the parts of the application that cannot be tested at a lower level. The coverage will be lower and a developer will need to be aware of what is or isn't being tested because of these end-to-end tests. If there is an enterprising person who has an idea on how to solve that, great! Otherwise, we should call this out as an known issue in assert_clis documentation. |
|
Cool, thanks. |
The responsibility for this is moving to assert_cmd and tis will be addressed in assert-rs/assert_cmd#9 assert_cli is going to morph into a wider-focused tool, including things like assert_fs. See #41 |
@mssun
From https://github.com/rust-lang-nursery/cli-wg/issues/9#issuecomment-385487756
The text was updated successfully, but these errors were encountered: