...
- 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
Take responsibility for test failures caused by a pull request submission (see: Unit Testing Before Submitting a Pull Request in the Running Unit Tests page.)
Use Your Resources
A Financials Developer is expected to:
...