Commit d281d82
authored
add kittest tests (#50)
* add kittest snapshot tests
* fix editor demo - check for valid object key when pressing enter
* add editor demo kittest tests
* add ci caching
* reorder ci steps
separate test job
* replace query/unwrap with get
* rename test file
* treat warnings as errors in CI
add docs check step
* add accessibility widget info under test predicate for collapsing headers, with json pointer as label
* add tests
* convert two snapshot tests
* convert snapshot test
* refactor snapshot tests
* update comment
* fix running snapshot tests with simd_json
* add editor test and asserts1 parent ff85a81 commit d281d82
30 files changed
Lines changed: 1036 additions & 624 deletions
File tree
- .github/workflows
- demo
- src/apps
- egui_json_tree
- src
- tests
- snapshots
- changing_default_expand
- default_expand_search_results
- default_expand_to_level
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
15 | 26 | | |
16 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
17 | 36 | | |
18 | 37 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 38 | + | |
| 39 | + | |
25 | 40 | | |
26 | 41 | | |
27 | | - | |
| 42 | + | |
28 | 43 | | |
29 | 44 | | |
30 | 45 | | |
31 | 46 | | |
32 | 47 | | |
33 | 48 | | |
| 49 | + | |
34 | 50 | | |
35 | 51 | | |
36 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
0 commit comments