Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a license field to all the crates | Yuki Okushi | 2020-07-14 | 1 | -0/+1 |
| | |||||
* | no doctests | Aleksey Kladov | 2020-07-11 | 1 | -0/+3 |
| | |||||
* | Move diagnostics tests to expect | Aleksey Kladov | 2020-07-09 | 1 | -0/+4 |
| | |||||
* | Simplify | Aleksey Kladov | 2020-07-09 | 1 | -31/+18 |
| | |||||
* | Unify tests | Aleksey Kladov | 2020-07-09 | 1 | -5/+22 |
| | |||||
* | No blank indent | Aleksey Kladov | 2020-07-09 | 1 | -1/+1 |
| | |||||
* | Move test data to test_data directory | Aleksey Kladov | 2020-07-01 | 1 | -1/+1 |
| | |||||
* | Add file support to expect | Aleksey Kladov | 2020-07-01 | 1 | -8/+52 |
| | |||||
* | Cleanup | Aleksey Kladov | 2020-07-01 | 1 | -13/+23 |
| | |||||
* | Don't fail tests when updating snapshot | Aleksey Kladov | 2020-07-01 | 1 | -8/+9 |
| | |||||
* | Fix potential overflow | Aleksey Kladov | 2020-06-27 | 1 | -1/+1 |
| | |||||
* | style | Aleksey Kladov | 2020-06-27 | 1 | -2/+4 |
| | |||||
* | Add colors | Aleksey Kladov | 2020-06-27 | 2 | -5/+14 |
| | |||||
* | Remove fragile test | Aleksey Kladov | 2020-06-27 | 1 | -29/+2 |
| | | | | | | | 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. | ||||
* | Update crates/expect/src/lib.rs | Aleksey Kladov | 2020-06-27 | 1 | -1/+1 |
| | | | Co-authored-by: bjorn3 <[email protected]> | ||||
* | Update crates/expect/src/lib.rs | Aleksey Kladov | 2020-06-27 | 1 | -2/+4 |
| | | | | Co-authored-by: bjorn3 <[email protected]> | ||||
* | Add light-weight snapshot testing library with editor integration | Aleksey Kladov | 2020-06-27 | 2 | -0/+317 |