We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0204e7f commit d585033Copy full SHA for d585033
1 file changed
TEST-NEEDS.md
@@ -8,11 +8,14 @@
8
|----------|-------|-------|
9
| Test directories | 2 | Location(s): /tests, /verification/tests |
10
| CI workflows | 22 | Running tests on GitHub Actions |
11
-COVERAGE_TABLE
+| Unit tests | Built-in | Rust/cargo test framework |
12
+| Integration tests | Configured | Via integration/ directory |
13
14
## What's Covered
15
-COVERAGE_ITEMS
16
+- [x] Rust unit test suite (cargo test)
17
+- [x] Documentation tests
18
+- [x] Example programs with tests
19
20
## Still Missing (for CRG B+)
21
0 commit comments