Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 313 Bytes

HACKING.md

File metadata and controls

17 lines (11 loc) · 313 Bytes

Hacking on unattended-upgrades

Hacking on unattended-upgrades should be straightforward. If you plan to fix bugs or add features, please consider adding tests.

Running tests

Please run:

$ PYTHONPATH=. python3 -m unittest

Or

$ PYTHONPATH=. python3 -m pytest