bcedu / VGrive

Google Drive client for linux
GNU General Public License v3.0
313 stars 33 forks source link

[WIP] Add Tests and fixes of found bugs #73

Closed bcedu closed 4 years ago

bcedu commented 4 years ago

This PR adds tests for all the methods of VGriveClient. It also fixes the bugs that ar found during the tests.

All methods that must be tested are marked with a comment TODO: TEST. This comment will be removed once the method is tested.

To run the test you just need to run the script run_tests.sh from the command line (you must be in the main directory of the project).