rules_fuzzing
rules_fuzzing copied to clipboard
Add analysis-time tests for the fuzzing_dictionary() rule
I am not sure I understand this issue correctly. Do you mean we need a test to calculate the average time cost of running fuzzing_dictionary() by testing it for multiple (say, 50) times?
Ahh, sorry for the confusing title. I was having in mind Starlark's own unit testing framework, documented at https://docs.bazel.build/versions/3.4.0/skylark/testing.html. They are referring to this framework as checking "analysis-time behavior" of rules.