rules_fuzzing icon indicating copy to clipboard operation
rules_fuzzing copied to clipboard

Add analysis-time tests for the fuzzing_dictionary() rule

Open stefanbucur opened this issue 5 years ago • 2 comments

stefanbucur avatar Jul 17 '20 21:07 stefanbucur

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?

tengpengli avatar Aug 07 '20 14:08 tengpengli

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.

stefanbucur avatar Aug 07 '20 18:08 stefanbucur