inaka / sumo_db

Erlang Persistency Framework
http://inaka.github.io/sumo_db/
Apache License 2.0
174 stars 37 forks source link

Move src/adapter_test_helpers folder out from test folder, let sumo src agnostic to test helpers #299

Closed cabol closed 7 years ago

cabol commented 7 years ago

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.