Skip to content

refactor: add DbWrapper class to change db interaction

dmitry.mashoshin requested to merge refactor/app-db-test-refactoring into master

db: add DbWrapper class instead of using global variables; init db connection each create app tests: remove single loop; add tests multithread run ability

Merge request reports