swellaby / vscode-rust-test-adapter

Rust Test Explorer extension for VS Code
MIT License
56 stars 10 forks source link

List Doctests #260

Closed laralove143 closed 2 years ago

laralove143 commented 2 years ago

Currently only explicit tests are listed, but the default behavior of cargo test is to run Doctests (codeblocks in docs unless they start with ```ignore) as well, so they should be listed in the tree

calebcartwright commented 2 years ago

Closing as a duplicate of #4