Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add invariant testing #760

Merged
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
book
out
cache
.idea
.idea
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<!-- - [Coverage Reports]() !-->
- [Advanced Testing](./forge/advanced-testing.md)
- [Fuzz Testing](./forge/fuzz-testing.md)
- [Invariant Testing](./forge/invariant-testing.md)
- [Differential Testing](./forge/differential-ffi-testing.md)
<!-- - [Invariant Testing]() !-->
<!-- - [Symbolic Testing]() !-->
<!-- - [Table Testing]() !-->
<!-- - [Mutation Testing]() !-->
Expand Down
2 changes: 1 addition & 1 deletion src/forge/advanced-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
Forge comes with a number of advanced testing methods:

- [Fuzz Testing](./fuzz-testing.md)
- [Invariant Testing](./invariant-testing.md)
- [Differential Testing](./differential-ffi-testing.md)

In the future, Forge will also support these:

- [Invariant Testing](#)
- [Symbolic Execution](#)
- [Mutation Testing](#)

Expand Down
Loading