aboutsummaryrefslogtreecommitdiff
path: root/crates/test_utils/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Cut problematic dependencyAleksey Kladov2020-06-231-1/+0
* Nicer APIAleksey Kladov2020-06-231-1/+1
* SimplifyAleksey Kladov2020-06-231-1/+1
* SimplifyAleksey Kladov2020-06-231-1/+1
* SimplifyAleksey Kladov2020-06-231-1/+1
* Move fixtures to a separate fileAleksey Kladov2020-06-231-288/+4
* Remove relative-path dependencyAleksey Kladov2020-06-231-1/+0
* Remove RelativePathBuf from fixtureAleksey Kladov2020-06-221-5/+5
* Update parser tests with env varAleksey Kladov2020-06-151-7/+5
* Use split1 when formatting function signature paramsAaron Loucks2020-06-031-5/+1
* Merge pull request #4495 from vsrs/fixture_metaAleksey Kladov2020-05-241-6/+154
|\
| * JFF, ra_fixture arg name for a code highlightingvsrs2020-05-161-9/+11
| * smoke testvsrs2020-05-161-0/+6
| * Propogate fixture meta to AnalysisHostvsrs2020-05-161-2/+42
| * Use FixtureMeta in MockAnalysisvsrs2020-05-161-1/+8
| * Remove temporary FixtureEntry parsed_meta field.vsrs2020-05-161-5/+3
| * Reimplement ra_db::fixture::ParsedMetavsrs2020-05-161-3/+2
| * parse fixture meta in test_utils cratevsrs2020-05-161-1/+97
* | Switch to new magic marksAleksey Kladov2020-05-201-2/+0
* | Significantly more glorious marksAleksey Kladov2020-05-201-0/+2
|/
* unindent -> dedentAleksey Kladov2020-05-091-1/+1
* Allow fixture strings with unindented first lineTimo Freiberg2020-05-061-9/+95
* Convert code to text-sizeAleksey Kladov2020-04-251-13/+13
* Make records grammar more orthogonalAleksey Kladov2020-04-111-1/+1
* Rename some tokensAleksey Kladov2020-04-101-1/+1
* Migrate tests .txt -> .rastveetaha2020-04-061-18/+16
* Move verbose tests out of lineAleksey Kladov2020-03-131-1/+2
* Check only one fixtureEdwin Cheng2020-03-101-1/+6
* Add fixture meta for single file fixtureEdwin Cheng2020-03-101-0/+8
* Remove code duplication in testsAleksey Kladov2020-02-261-0/+1
* Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-181-1/+1
* Simplify fixture parsingAleksey Kladov2020-01-301-21/+8
* Simplify fixture parsingAleksey Kladov2020-01-291-20/+19
* test_utils: move flush!() to its usage as per conversation with @matkladVeetaha2020-01-291-13/+13
* test_utils: updated documentation and some typosVeetaha2020-01-291-10/+42
* Refactor goto tests to always specify textsAleksey Kladov2019-12-181-2/+2
* Skip slow tests by defaultAleksey Kladov2019-12-071-0/+11
* support range selection in assist docsAleksey Kladov2019-10-261-3/+31
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* translate \n -> \r\n on the way outAleksey Kladov2019-08-201-9/+13
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-2/+2
* Fix clippy::expect_fun_callAlan Du2019-06-041-1/+1
* remove ignored macro testsAleksey Kladov2019-02-191-1/+1
* Fix some typosPascal Hertleif2019-02-121-2/+2
* reformat the worldAleksey Kladov2019-02-081-26/+11
* generalize marking infrastructureAleksey Kladov2019-01-231-2/+7
* switch to insta for testingAleksey Kladov2019-01-151-8/+0
* fix indent caclulationAleksey Kladov2019-01-131-10/+10
* Add testing infrastructure for type inferenceFlorian Diebold2018-12-231-0/+99
* organize completion tests betterAleksey Kladov2018-12-211-12/+10