pipdeptree/tests
Vineet Naik 8766baa89a Refactored code to correct nomenclature and remove redundant code
- 'Tree' was used for class representing a direct acyclic
graph (DAG). It has now been appropriately renamed to 'PackageDAG'

- The 'ReverseTree' has been renamed to 'ReversedPackageDAG'

- The optional arg 'base' in the constructor and the instance
attribute havee been removed as they are nowhere being used

- Local variables are renamed, comments are modified and tests are
updated to reflect the above changes
2020-04-14 19:14:49 +05:30
..
profiles Fix the behaviour of --reverse and --packages options together 2020-04-12 13:27:59 +05:30
virtualenvs Fix pip._internal import in tests 2018-10-08 19:29:51 +05:30
e2e-tests Write new style integration tests 2020-04-12 11:40:33 +05:30
e2e_tests.py Write new style integration tests 2020-04-12 11:40:33 +05:30
test_integration.py Rename 'test_pipdeptree.py' to 'test_integration.py' 2019-07-13 13:28:22 +05:30
test_pipdeptree.py Refactored code to correct nomenclature and remove redundant code 2020-04-14 19:14:49 +05:30