Commit a52d946
committed
refactor: reorganize test structure with directory-based organization
- Reorganize tests into logical directories: basic/, predicates/, extended/, scenarios/, compatibility/, benchmarks/
- Move individual operation tests to appropriate directories maintaining granular testing
- Split advanced predicates into separate files (and_test.go, or_test.go, not_test.go)
- Consolidate benchmark tests into single benchmarks/ directory
- Create unified testutils library for consistent test patterns
- Remove "advanced" prefixes and simplify naming conventions
- Fix all linting issues and ensure code formatting consistency
- Maintain all existing test functionality while improving organization1 parent a0aba7f commit a52d946
File tree
36 files changed
+1452
-209
lines changed- codec/json
- tests
- basic
- benchmarks
- compatibility
- extended
- predicates
- scenarios
- testutils
36 files changed
+1452
-209
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
| 100 | + | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
104 | 108 | | |
105 | 109 | | |
106 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
File renamed without changes.
0 commit comments