Skip to content

Is the test bootstrapper app still needed? #630

Answered by piksel
Numpsy asked this question in Ideas
Discussion options

You must be logged in to vote

The only reason for keeping it right now was in case it would be needed to get better coverage output, but I actually think I just found what causes the code coverage diff....

The tests are using random data:

byte[] buf = new byte[10000];
var rnd = new Random();
rnd.NextBytes(buf);

...which means that it's random whether all code paths are followed... 😅

https://en.wikipedia.org/wiki/Bzip2#Run-length_encoding_of_MTF_result

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@piksel
Comment options

Answer selected by Numpsy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants