NebulousLabs / Sia

Blockchain-based marketplace for file storage. Project has moved to GitLab: https://gitlab.com/NebulousLabs/Sia
https://sia.tech
MIT License
2.71k stars 442 forks source link

Siatest/Renter clean up #3151

Open MSevey opened 5 years ago

MSevey commented 5 years ago

The siatest/renter package looks at a lot of the same information in many of the test. There are already some helper functions that break out some of the duplicate code but I believe there is more opportunity, especially around mining blocks. I think the following could be done to clean up renter_test.go in the siatest/renter package.

MSevey commented 5 years ago

Additional potential task to reduce duplicate code and organize the tests would be:

MSevey commented 5 years ago