wkentaro / gdown

Google Drive Public File Downloader when Curl/Wget Fails
MIT License
4.04k stars 343 forks source link

Fix tests for Windows #320

Closed RunDevelopment closed 1 month ago

RunDevelopment commented 5 months ago

Fixes #313.

Changes:

RunDevelopment commented 5 months ago

Right now, all tests pass on Windows except for test_download_folder_from_gdrive. I have no idea what this command does, so I can't replace it with equivalent python code.

wkentaro commented 4 months ago

@RunDevelopment Now I added CI for Windows that uses make command with : https://github.com/wkentaro/gdown/pull/324

I'll work on updating the tests next.