aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/tests.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move allow list into AssistConfigJeremy Kolb2020-07-151-11/+14
|
* Filter assistskjeremy2020-07-131-6/+46
|
* Use only one code-path for parsing fixturesAleksey Kladov2020-06-231-6/+7
| | | | | This removes leading newlines everywhere, shifting all ranges in tests by one
* Centralize fixture parsing for assistsAleksey Kladov2020-06-231-17/+6
|
* New VFSAleksey Kladov2020-06-231-10/+3
|
* Remove dead code for handling cursor positionsAleksey Kladov2020-05-211-8/+1
|
* Relax cursor position tests in assistsAleksey Kladov2020-05-201-12/+3
| | | | Those will be replaced with snippets anyway
* Add AssistConfigAleksey Kladov2020-05-191-18/+20
|
* Nicer APIAleksey Kladov2020-05-071-5/+5
|
* Rename AssitLabel -> AssistAleksey Kladov2020-05-071-7/+7
|
* Refactor assists API to be more convenient for adding new assistsAleksey Kladov2020-05-071-9/+12
| | | | It now duplicates completion API in its shape.
* RenameAleksey Kladov2020-05-061-2/+2
|
* Use SourceChange for assistsAleksey Kladov2020-05-061-12/+10
|
* Move target to AssistLabelAleksey Kladov2020-05-061-2/+1
| | | | | Target is used for assists sorting, so we need it before we compute the action.
* RegenerateAleksey Kladov2020-05-061-0/+2
|
* Merge doc_tests and testsAleksey Kladov2020-05-061-0/+28
|
* Merge assits::test_helpers and testsAleksey Kladov2020-05-061-0/+137