You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: leios-trace-verifier/ReadMe.md
+57Lines changed: 57 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,3 +46,60 @@ nix run .#leios-trace-verifier -- \
46
46
```
47
47
48
48
The output lists the number of successful trace entries checked, or `0` if the checking failed.
49
+
50
+
51
+
### Test cases for trace verify and conformance tests
52
+
53
+
The test suite for the trace verify contains property-based tests that check whether the conformance testing matches expectations. The suite has both manually curated golden tests and automatically generated property-based tests. Both positive and negative cases are tested.
0 commit comments