This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 256
Test directory not yet analysed #191
Comments
We do get some RLS experience because autocomplete and goto-def fall back to racer. This should still be looked at, but removing the beta milestone since it's not as pressing as other issues. |
Maybe we could piggyback on rust-lang/cargo#3431 when it's implemented. I assume that once the behaviour to test all targets is implemented in cargo, we could adapt it for analysing tests as well? |
rust-lang/cargo#4592 this landed recently, so we might kill two birds with one stone (unit + integration tests) |
estin
added a commit
to estin/rls
that referenced
this issue
Feb 2, 2018
nrc
added a commit
that referenced
this issue
Feb 15, 2018
Fix #191 check tests directory via 'all-targets' cargo flag
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While we currently support
#[test]
functions, we don't yet analyse the files in the ./tests directory.The text was updated successfully, but these errors were encountered: