bindep/doc/source/contributing.rst

692 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