Commit e4a1ece
committed
build: Introduce the Kotest property testing dependency
See [1]. Going forward, as an experiment some tests will be converted to
use arbitrary (reflective) values [2] where no fixed empty / dummy values
are strictly needed, to emphasize the invariance on those inputs.
[1]: https://kotest.io/docs/proptest/property-based-testing.html
[2]: https://kotest.io/docs/proptest/reflective-arbs.html
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>1 parent e3827d0 commit e4a1ece
File tree
2 files changed
+2
-0
lines changed- buildSrc/src/main/kotlin
- gradle
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| |||
0 commit comments