Commit graph

19 commits

Author SHA1 Message Date
Aleksey Kladov 1b0c7701cc Rename ra_ide -> ide 2020-08-13 17:58:27 +02:00
Igor Aleksanov 6344a7f362 Fix clippy warnings 2020-08-10 15:05:01 +03:00
Yuki Okushi 6f423466d1
Add a license field to all the crates 2020-07-14 10:57:26 +09:00
Aleksey Kladov 847135495f no doctests 2020-07-11 13:31:02 +02:00
Aleksey Kladov e075e6eef2 Move diagnostics tests to expect 2020-07-09 16:04:29 +02:00
Aleksey Kladov 8e1ebbcc13 Simplify 2020-07-09 11:47:27 +02:00
Aleksey Kladov b660681a6b Unify tests 2020-07-09 10:58:56 +02:00
Aleksey Kladov b9aab22d56 No blank indent 2020-07-09 10:33:32 +02:00
Aleksey Kladov 05d67a9a0e Move test data to test_data directory 2020-07-01 11:26:09 +02:00
Aleksey Kladov adf624b433 Add file support to expect 2020-07-01 11:19:40 +02:00
Aleksey Kladov 82838f5eda Cleanup 2020-07-01 10:44:16 +02:00
Aleksey Kladov 977b688144 Don't fail tests when updating snapshot 2020-07-01 10:44:16 +02:00
Aleksey Kladov 3c1714d76d Fix potential overflow 2020-06-27 21:35:52 +02:00
Aleksey Kladov 53787c7eba style 2020-06-27 21:33:14 +02:00
Aleksey Kladov a9b4fb034b Add colors 2020-06-27 21:14:25 +02:00
Aleksey Kladov 175e48e5be Remove fragile test
This test needs to be updated after every change (it contains line
number), which is annoying.

It also fails on windows due to \, so it's easier to remove it.
2020-06-27 20:50:16 +02:00
Aleksey Kladov 18e4e9fb0b Update crates/expect/src/lib.rs
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
2020-06-27 20:50:16 +02:00
Aleksey Kladov d21dae738b Update crates/expect/src/lib.rs
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
2020-06-27 20:50:16 +02:00
Aleksey Kladov 03c5a6690d Add light-weight snapshot testing library with editor integration 2020-06-27 19:22:31 +02:00