Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 466 Bytes

writing-tests.md

File metadata and controls

13 lines (8 loc) · 466 Bytes

Testing guidelines

Placeholder document for the guidelines how we write tests for Shipkit. So far we have been resolving testing dilemmas using GitHub code review process. When new use cases arrive we will use this page to document them.

Write tests for...

Write tests for all complexity. Period.

Don't write tests for...

  • @mockitoguy & @wwilk discussing testing strategy in GitHub: #424 (comment)