-
Notifications
You must be signed in to change notification settings - Fork 3
2.1 Team conventions
Dmitry edited this page Feb 22, 2018
·
2 revisions
- Every controller has to be tested, as is or through endpoint
- Convention for unit-test function name is "testThat..." (example: testThatSomethingDoesSomething)
- All models are generated with Sourcery
- "allTests" list in XCTestCase for Linux is generated with Sourcery
- Wait for PR review - 2 days. If more, admin have right push the merge button.
- In case when an issue is reason to PR, don't move issue to
in-review
column. Move todone
column after merge.