Skip to content

Commit 60ff74b

Browse files
Refine fuzz testing section (#1719)
Refine "Fuzz Testing" section
1 parent c5b009e commit 60ff74b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

guides-and-tutorials/testing-smart-contracts/fuzz-testing.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Fuzz Testing with Rendezvous
22

3-
Smart contracts on Stacks are immutable. Bugs are forever. Test early. Test
4-
often. Fuzzing finds edge cases that unit tests often miss.
3+
Smart contracts on Stacks are immutable. Bugs are forever. Test early. Test often. Fuzzing finds edge cases that unit tests often miss.
54

65
## What is Fuzz Testing?
76

8-
Fuzzing hits your code with random inputs. It helps uncover unexpected
9-
behavior and subtle bugs. Unlike unit tests, it explores paths you didn't
10-
think of.
7+
Fuzzing hits your code with random inputs. It helps uncover unexpected behavior and subtle bugs. Unlike unit tests, it explores paths you didn't think of.
8+
9+
## What is Rendezvous?
1110

1211
Rendezvous (`rv`) is a Clarity fuzzer. It supports:
1312

0 commit comments

Comments
 (0)