aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_text_edit/src/test_utils.rs
Commit message (Collapse)AuthorAgeFilesLines
* Drop proptest testsAleksey Kladov2020-02-171-83/+0
| | | | | | | It takes waaay to long to compile. We should add quickcheck tests when we touch the relevant code next time.
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-2/+2
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* Fix clippy::match_ref_patsAlan Du2019-06-041-3/+3
|
* reformat the worldAleksey Kladov2019-02-081-6/+2
|
* change to `TextEdit` to avoid allocation and sortBernardo2018-12-251-6/+6
| | | | rename newline to step where applicable
* remove benchmark and simplify testsBernardo2018-12-251-53/+19
|
* remove slower impl, add benchmarksBernardo2018-12-251-2/+7
|
* test translate_offset_with_edit against simple impl for single editsBernardo2018-12-251-32/+38
|
* simplify and reduce number of values exploredBernardo2018-12-251-29/+23
|
* proptest strategies for TextUnit and AtomTextEditBernardo2018-12-251-0/+114