clamp-orchestrator / clamp-core

A microservices flow orchestrator and workflow manager.
https://clamp-orchestrator.github.io/clamp-orchestrator/
MIT License
9 stars 4 forks source link

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

Open sivachandran opened 3 years ago

sivachandran commented 3 years ago

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.