aclark4life / vanity

Get package download statistics from PyPI
GNU General Public License v2.0
66 stars 14 forks source link

Integration Tests on vanity method #56

Closed M3rs closed 8 years ago

M3rs commented 8 years ago

Refactor the command line args out of vanity method and added as parameters (to allow for testing).

Add some basic integration tests on vanity method.

Clean up mocks in tests.py (use setUp/tearDown for logger mock)

Misc pep8 cleanup

M3rs commented 8 years ago

Not sure why this is failing code-quality, following the link it shows no errors.

Nothing shows up from "pep8" either.

hugovk commented 8 years ago

Thanks!