## test names should be descriptive - things that should be evident from the failed tests results - component being tested - expected behavior - operations performed - examples of test names: - "sum_should_throw_on_empty_array" - "fields_should_be_mapped_to_crm_on_empty_lead" - further reading: - [naming standards for unit tests — Roy Osherove](https://osherove.com/blog/2005/4/3/naming-standards-for-unit-tests.html)