rlee287 / pyautoupdate

An auto-update API for Python programs. ARCHIVED: The update mechanism here contains no guarantees about code integrity. You may want to look at TUF (The Update Framework) instead.
GNU Lesser General Public License v2.1
14 stars 2 forks source link

Write tests to ensure Lock works properly #22

Closed rlee287 closed 7 years ago

rlee287 commented 7 years ago

Feature Request

Description of feature: Ensure that the Lock taken by pyautoupdate when running code or updating works properly. This should be done with tests.

Rationale for feature: All important features need tests.

rlee287 commented 7 years ago

Fixed during development process.