Skip to content

annojs/fuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build status

annofuzz - Fuzzer for JavaScript

annofuzz provides a way to fuzz you functions. It has been designed to work with annotate and annois although it works as long as you implement the protocol.

annofuzz outputs test results using TAP format. This means you can easily pipe it into some TAP parser and examine the results as you like.

License

annofuzz is available under MIT. See LICENSE for more details.