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
Is your feature request related to a problem? Please describe.
The oldest unit tests aren't very readable, because of my lack of experience with unit testing at the time.
Describe the feature you'd like
They should be refactored to arrange in the constructor instead of redoing everything multiple times. It would also be good to introduce test classes as context, read more here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The oldest unit tests aren't very readable, because of my lack of experience with unit testing at the time.
Describe the feature you'd like
They should be refactored to arrange in the constructor instead of redoing everything multiple times. It would also be good to introduce test classes as context, read more here.
The text was updated successfully, but these errors were encountered: