
- assure we can all bindep as a module (python -m bindep) - add test the assures output is the same regardless how is called - include argparse fix which needs to know executable name when called as modules. - enables use of bindep without needing to have it in PATH Change-Id: Ib2aac359e2f23cb0ac7857835905e0a02e90888d
696 B
696 B
Contributing
Python API
No internal API stability guarantees are made, but for reference here is a basic outline of the source implementation:
bindep
bindep.depends
bindep.__main__
Internal Unit Tests
The bindep utility is developed following a test-driven methodology. These are the current tests run to ensure its internal consistency for every commit:
bindep.tests
bindep.tests.test_depends
bindep.tests.test_main