Skip to content

luminaire-dev/fuzz-compare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Go Fuzz Example

This repository includes a fuzz test example written in Go.

To run the fuzz test

go test -fuzz=FuzzEqual ./...

There is currently a failing case in the /testdate directory. That failing case will be part of the seed corpus for any subsequent calls. You can remove that failing case file in order to remove it from the seed corpus.

About

A Go fuzz test example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%