You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Cadwyn uses the following test naming convention:
test__{WHAT_WE_TEST}__{IN_WHAT_CONTEXT}__should_{THE_EXPECTED_RESULT}. Note that we do not follow this style in test_routing and note that we do not write the expected result if it is obvious.
We need an expert to validate where Cadwyn could utilize this style more effectively in its tests. So we need a review of a few testing modules with a few concrete recommendations at the end of the review.
@tikon93 is the author of the style of naming above so he is the perfect candidate.
The text was updated successfully, but these errors were encountered:
Currently, Cadwyn uses the following test naming convention:
test__{WHAT_WE_TEST}__{IN_WHAT_CONTEXT}__should_{THE_EXPECTED_RESULT}
. Note that we do not follow this style in test_routing and note that we do not write the expected result if it is obvious.We need an expert to validate where Cadwyn could utilize this style more effectively in its tests. So we need a review of a few testing modules with a few concrete recommendations at the end of the review.
@tikon93 is the author of the style of naming above so he is the perfect candidate.
The text was updated successfully, but these errors were encountered: