Skip to content

Unit tests

Artem Kalmykov edited this page Aug 27, 2020 · 3 revisions

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.