aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/src/tests.rs
Commit message (Expand)AuthorAgeFilesLines
* Move out completion type position testsLukas Wirth2021-06-211-1/+13
* Move out completion pattern testsLukas Wirth2021-06-211-0/+1
* Allow to disable import insertion on single path glob importsLukas Wirth2021-06-181-0/+1
* Move item specific completion testsLukas Wirth2021-06-171-0/+1
* Less filtering in completion testsLukas Wirth2021-06-171-1/+7
* Move out and rewrite UseTree completion testsLukas Wirth2021-06-171-0/+1
* Move test_utils into tests moduleLukas Wirth2021-06-161-28/+130
* Don't complete paths after attributesLukas Wirth2021-06-161-1/+11
* Start refactoring ide_completion testsLukas Wirth2021-06-161-0/+64