The idea is to move src/adapter_test_helpers folder to test or an independent folder, sumo code should be agnostic to this. Now, we must allow those helpers/utils within that folder can be used from the adapter test suites, in other words, this change must be done without affect the current adapters that depends on this.
The idea is to move
src/adapter_test_helpers
folder totest
or an independent folder,sumo
code should be agnostic to this. Now, we must allow those helpers/utils within that folder can be used from the adapter test suites, in other words, this change must be done without affect the current adapters that depends on this.