pipdeptree/tests
Vineet Naik db33a5d788 Don't show bullets if freeze option is enabled
This makes the output of pipdeptree (with freeze flag) pip friendly
ie. the output can be saved in a requirements.txt file. At the same time
it's human readable due to indentations for sub-dependencies.

There is however one gotcha! In case pip finds a dependency multiple
times in the requirements.txt file, it fails. So the user will need to
take care about this when dumping the output in requirements.txt.

Fixes #31.
2015-07-26 23:12:10 +05:30
..
virtualenvs Use relative paths in pickled virtualenv files 2015-03-29 13:30:46 +05:30
test_pipdeptree.py Don't show bullets if freeze option is enabled 2015-07-26 23:12:10 +05:30