freedomofpress / securedrop-builder

Packaging logic for building SecureDrop-related Debian packages
GNU General Public License v3.0
7 stars 11 forks source link

Modularize Python code for improved testability #465

Open eloquence opened 1 year ago

eloquence commented 1 year ago

We should further modularize the Python code in scripts so we don't have to resort to importlib contortions to write tests.