kibertoad / unzipomatic

Modern unzipping library for Node.js
MIT License
3 stars 0 forks source link

Prepare diverse test data sets #7

Open kibertoad opened 5 months ago

kibertoad commented 5 months ago

We want to test a wide variety of real-world scenarios: text data, binary data, small files, large files, one file, multiple files, subfolders, nested subfolders.

We should prepare test inputs for all of these cases.

kibertoad commented 5 months ago

@metcoder95 Is this something that you may be interested in picking up?

metcoder95 commented 5 months ago

Sure thing 👍

kibertoad commented 5 months ago

@metcoder95 yauzl has quite a few test inputs already, we can use that as a starting point as well

metcoder95 commented 5 months ago

Nice! I’ll check it out