Developing BNDL¶
Code: https://stash.tgho.nl/projects/THCLUSTER/repos/bndl/ Issues: https://jira.tgho.nl/secure/RapidBoard.jspa?rapidView=12
Getting involved¶
Pull requests¶
Development environment¶
First make sure you have installed BNDL with development dependencies (see Installation).
- Python
- Cython
- setuptools
- py.test
- sphinx
Testing¶
135 unit tests, around 1700 lines of code
Philosophy Fairly high level Goal is to test the correctness of the exposed API tests are the contract ...
Running tests