LeelaChessZero / lczero-client

The executable that communicates with the server to run selfplay games locally and upload results
71 stars 40 forks source link

adding a unittest uploadrequest #73

Open MelleKoning opened 5 years ago

MelleKoning commented 5 years ago

This is a trial PR to see if unit testing can be a usefull addition to the golang code. This particular test creates a file and simply calls the BuildUploadRequest func, and asserts some of the return values. Comments welcome.