...
- create required Unit Tests prior to considering a development task complete
In particular, Unit Tests should be created for new service(s) to validate the new service(s), including unit test coverage for each method in the new service interface(s); methods added to existing service(s) should also include unit test(s) for each new method
Run the PreCommitSuite prior to submitting Take responsibility for test failures caused by a pull request to ensure none of these tests have been broken. submission (see: Unit Testing Before Submitting a Pull Request in the Running Unit Tests page.)
...