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: README.md
+7-14Lines changed: 7 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Marble is a [metamorphic testing](https://en.wikipedia.org/wiki/Metamorphic_testing) library for Zig.
4
4
5
-
This library tracks Zig master and was last tested on `0.14.0-dev.3187+d4c85079c`
5
+
The main branch tracks Zig master. Use a tagged release to target a specific Zig version.
6
6
7
7
Metamorphic testing is a powerful technique that provides additional test coverage by applying a number of transformations to test input, and then checking if certain relations still hold between the outputs. Marble will automatically run through all possible combinations of these transformations.
8
8
@@ -30,13 +30,6 @@ zig build
30
30
zig build test
31
31
```
32
32
33
-
## Importing the library
34
-
Add Marble as a Zig package in your build file, or simply import it directly after vendoring/adding a submodule:
0 commit comments