aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/completion/test_utils.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
|
* Always put config firstAleksey Kladov2020-07-091-11/+11
|
* Alight details in comkplation listAleksey Kladov2020-07-041-2/+15
|
* Better tests for completion scoringAleksey Kladov2020-07-041-1/+4
|
* Unify namingAleksey Kladov2020-07-041-8/+8
|
* Cleanup more completion testsAleksey Kladov2020-07-031-1/+10
|
* Cleanup presentation testsAleksey Kladov2020-07-031-4/+8
|
* Add function to test completion editAleksey Kladov2020-07-031-0/+13
|
* Cleanup record completion testsAleksey Kladov2020-07-031-1/+9
|
* cleanupAleksey Kladov2020-06-271-13/+10
|
* Remove duplicationAleksey Kladov2020-06-241-3/+3
|
* More concise completion testsAleksey Kladov2020-06-131-5/+5
|
* CleanupAleksey Kladov2020-06-131-1/+1
|
* Fix tests and remove unused methodsMikhail Rakhmanov2020-06-131-9/+0
|
* Rewrite snapshot checksMikhail Rakhmanov2020-06-121-17/+35
|
* Add more pattern testsMikhail Rakhmanov2020-06-121-1/+1
|
* New testing approach for keywordsMikhail Rakhmanov2020-06-121-2/+17
|
* Add few smoke tests for patterns and refactoringMikhail Rakhmanov2020-06-111-0/+14
|
* Add AssistConfigAleksey Kladov2020-05-191-1/+1
|
* Better names for config structsAleksey Kladov2020-03-311-3/+3
|
* Introduce completion test utilsAleksey Kladov2020-03-111-0/+29