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

Support for Fuzzy Testing using testing.F #393

Open
harmoniemand opened this issue Apr 7, 2024 · 1 comment
Open

Support for Fuzzy Testing using testing.F #393

harmoniemand opened this issue Apr 7, 2024 · 1 comment
Labels
question Further information is requested

Comments

@harmoniemand
Copy link

I cant find any information about using gotestsum with fuzzy testing. Is there any way to use it?

https://go.dev/doc/security/fuzz/

The idea would be to set a duration for the fuzz and let it run

@dnephin
Copy link
Member

dnephin commented May 30, 2024

Hello, yes you can use gotestsum with all the same command line flags as go test. You will probably want to use the --format standard-verbose option to see all the output. For example

gotestsum --format=standard-verbose -- -fuzz Fuzz ./...

@dnephin dnephin added the question Further information is requested label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants