-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
The name of our tests is one of the most important parts of writing tests, thus, I think it would be good to have a general convention for how we write the names of our tests.
My own preference is to be as wordy as needed, but no more than needed, and follow the given - when - then pattern, mostly without using those words, e.g. for a test of a simple add method on a calculator: add called with a and b results in a plus b (this would perhaps be a theory).
Metadata
Metadata
Assignees
Labels
No labels