You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the point in afile.txt test fixture? The test is just reading every line of that file and testing if it's not null. With the same success you can have 10 lines of random ASCII characters and not add 1800KB on top of the 1.8KB of code and make it 1000 times bigger.
If it's a stress test, then maybe just repeat the test 1000 times.
Plus, as the text reads, "Be sure to check the copyright laws for your country before downloading or redistributing this or any other Project Gutenberg eBook.". Yet this library does not come with a license agreement, and should not need one, and thus should definitely not contain any content that the copyright holder has not renounced all rights to. Therefore this book shouldn't be here even from a legal perspective.
The text was updated successfully, but these errors were encountered:
What's the point in afile.txt test fixture? The test is just reading every line of that file and testing if it's not null. With the same success you can have 10 lines of random ASCII characters and not add 1800KB on top of the 1.8KB of code and make it 1000 times bigger.
If it's a stress test, then maybe just repeat the test 1000 times.
Plus, as the text reads, "Be sure to check the copyright laws for your country before downloading or redistributing this or any other Project Gutenberg eBook.". Yet this library does not come with a license agreement, and should not need one, and thus should definitely not contain any content that the copyright holder has not renounced all rights to. Therefore this book shouldn't be here even from a legal perspective.
The text was updated successfully, but these errors were encountered: