Skip to content

API Testing.Β #1

@RavaszTamas

Description

@RavaszTamas

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions