freeman-lab / pim

friendly command-line tool for initializing python packages
MIT License
18 stars 2 forks source link

Add test coverage to init/install/uninstall commands #5

Closed ericdill closed 8 years ago

ericdill commented 8 years ago

This adds test coverage for install/uninstall commands and allows for programmatic creation of new projects. It also fixes some py3 unicode problems. I have a terrible understanding of unicode vs ASCII, so I hope this does not screw up any of the py2 unicode that you were aiming for. I am hoping that the import of unicode_literals from __future__ solves that problem...

freeman-lab commented 8 years ago

LGTM!