How to name unit tests
Use condition_outcome
as the naming schema for your tests. That explicitly
means that you should not prefix the test function name with “test”.
Example: whenVulnerable_returnsTrue
.
Use condition_outcome
as the naming schema for your tests. That explicitly
means that you should not prefix the test function name with “test”.
Example: whenVulnerable_returnsTrue
.