We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43d9bf commit 8cb9090Copy full SHA for 8cb9090
1 file changed
DESIGN.md
@@ -1,5 +1,12 @@
1
# Design decisions
2
3
+Overall goals:
4
+1. Very fast build times (our competitor, libtest, has 0s build times)
5
+2. Flexible enough that we can have just one test harness to cover nearly everyone's needs
6
+ - `trybuild`, `trycmd`, `tryfn`, `toml-test-harness`, etc can all be extensions
7
+3. Minimal breaking changes after 1.0
8
+4. Provide building blocks for other other custom test harnesses
9
+
10
## json format
11
12
Goals:
0 commit comments