Unit tests - Faifly/xDrip GitHub Wiki
Unit tests
All new logic should be covered with unit tests. There are lots of examples of already implemented unit tests for different aspects of the project, including UI. For that take a look at xDripTests
folder. No pull requests will be accepted without appropriate unit tests written. Please aim for 100% coverage.