-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
When doing API testing we don't do unit tests in that case since those tests should be considered as integration tests by convention since most of the time an API layer of the code doesn't really have anything in it other than calling other service components.
The only mocking to be done here beforehand us that if there are external API calls for other services that are used in the applications, in other cases all the code should be executed.
Note: Might create a PR in the future with these changes.
Metadata
Metadata
Assignees
Labels
No labels