Vadim Kravcenko
c4d0fb8cf0
feat(cli): Add --use-local option
...
When --use-local option is passed, only package information in local
site-packages directory is considered, otherwise BOTH local and PyPI
information is loaded.
2015-05-06 15:18:03 +02:00
littmus
a438406f68
- Pre-filter python files only and remove empty lines in file.
...
- Exclude local packages import.
2015-04-26 23:32:41 +09:00
littmus
1dee19e3f5
Include packages imported with "as" and add tests.
2015-04-26 23:32:17 +09:00
Michael
655b32797a
Fix indentation, pep8. Optimize imports and adding missing import for sys module.
...
Improvements in some parts of get_all_imports method and removing unused path variable.
2015-04-25 12:31:05 +03:00
Vadim Kravcenko
9fcb4216a2
Fix(tests): Increase test coverage
2015-04-24 10:57:25 +02:00
Vadim Kravcenko
04c0a94d09
fix(tests): Add more assertions
2015-04-24 08:47:44 +02:00
Vadim Kravcenko
6b651d0c68
fix test
2015-04-22 20:32:05 +02:00
Vadim Kravcenko
d6b4b43aa2
fix test
2015-04-22 20:18:12 +02:00
Vadim Kravcenko
0e22c93a99
Feat(tests): Add unittests
2015-04-22 20:05:25 +02:00
Vadim Kravcenko
6a3019427c
Initial commit
2015-04-22 18:40:17 +02:00