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

Make tests directory-independent #7

Closed rlee287 closed 8 years ago

rlee287 commented 8 years ago

Currently, tests have to be launched from the correct directory to work.

This could possibly be worked around by using os.chdir inside the tests.

Fixing this and allowing tests to run from the root directory will make development much easier.

rlee287 commented 8 years ago

After #2 is fixed with the addition of a filelist file, this was no longer necessary. Now, I have actually edited the necessary scripts to make this work properly.