Closed M3rs closed 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
Not sure why this is failing code-quality, following the link it shows no errors.
Nothing shows up from "pep8" either.
Thanks!
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