cossacklabs / acra

Database security suite. Database proxy with field-level encryption, search through encrypted data, SQL injections prevention, intrusion detection, honeypots. Supports client-side and proxy-side ("transparent") encryption. SQL, NoSQL.
https://www.cossacklabs.com/acra/
Apache License 2.0
1.35k stars 128 forks source link

Refactor test executors #545

Closed G1gg1L3s closed 2 years ago

G1gg1L3s commented 2 years ago

As @Lagovas said here, there is a common pattern of creating an executors with custom arguments. This PR factors this out into a mixin class with already established

Decided to do it as a separate PR, to make PRs atomic in terms of changes and to make review easier.

Checklist