This may be a silly question, but when writing a t...
# beginners-need-help
e
This may be a silly question, but when writing a test suite how do you go about generating input data for said tests? My current engagement is dealing with a large dataset that takes a couple minutes to load into memory so using the actual data isn't a good option. Are there any good examples of projects that do this well when the source data is too large?