Skip to content

Replace online API mocks with local API mocks in unit tests #100

@sivachandran

Description

@sivachandran

Presently, multiple unit tests are depending on online API mocks to test the functionalities. Online API mocks make stable Internet a requirement for the unit tests which is not desired. The codebase should be testable even if there is no Internet. So, the unit tests that use online API mocks should be changed to use local API mocks in their testing.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions