Registry / testing / fuzzbert

fuzzbert

JSON →
library1.0.4rbrubygemsunverified

A random testing and fuzzer framework for Ruby, designed to generate random inputs to find bugs.

gem install fuzzbert
INSTALL
IMPORT
SIG · FUZZBERT
F
fuzzbert
testingrubyv1.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FuzzBert
require 'fuzzbert'

Define a fuzz test with random data generation.

require 'fuzzbert' FuzzBert::Test.new('example') do data { FuzzBert::Generators.random(1024) } check { |d| raise 'bug' if d.include?('bad') } end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
fuzzbert — gem install fuzzbert · libregistry