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

Fix multiprocessing coverage #9

Closed rlee287 closed 8 years ago

rlee287 commented 8 years ago

Coverage for spawned processes is currently broken.

This could be potentially fixed by calling the process startup stuff with sitecustomize.py.

rlee287 commented 8 years ago

Seems to be fixed now: will need to wait a few commits to see if it continues to work.