You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there are a lot of programming practices, like inner functions, in downloader.py that prevent us from unit testing features such as URL detection and re-writing. This leads to whack-a-mole bug fixing since we don't have the resources to test all existing sources with any changes we make.
The text was updated successfully, but these errors were encountered:
Description
Currently, there are a lot of programming practices, like inner functions, in
downloader.py
that prevent us from unit testing features such as URL detection and re-writing. This leads to whack-a-mole bug fixing since we don't have the resources to test all existing sources with any changes we make.The text was updated successfully, but these errors were encountered: