push
github
refactor(scrubber): reorganize tests and expose ScrubBytes (#1320) This set of changes is the continuation of what I started doing in https://github.com/ooni/probe-cli/commit/4a86c5429 to revamp out scrubbing capabilities. Reorganizing tests is pure refactoring. Exposing ScrubBytes is because I think we can rationalize a bit what we scrub on the fly in the `internal/model/archival.go` file and we need to indeed start scrubbing byte arrays. I'm doing this work as part of https://github.com/ooni/probe/issues/2531
8 of 8 new or added lines in 4 files covered. (100.0%)
1 existing line in 1 file now uncovered.24243 of 29586 relevant lines covered (81.94%)
36.33 hits per line