tbenz9 / siasync

miniscule utility to sync a folder with Sia
MIT License
67 stars 10 forks source link

Fix test suite #11

Open MSevey opened 4 years ago

MSevey commented 4 years ago

To help with development the test suite should be fixed so that new code and small bugs can be found and fixed before pushing commits. I recommend trying to utilitest the siatest package as it has the infrastructure in place to support integration tests.

https://gitlab.com/NebulousLabs/Sia/tree/master/siatest

tbenz9 commented 4 years ago

@opendba You had mentioned you might be interested in taking a look at the test suite for Siasync at one point. Are you intrested in taking on this issue?

MSevey commented 4 years ago

Started working on a fix here: https://github.com/MSevey/siasync/tree/fix-testsuite