adorsys / datasafe

Secure, Encrypted and Versioned Data Storage Library
https://adorsys.github.io/datasafe/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Separating unit and integration tests #289

Open Awambeng opened 4 months ago

Awambeng commented 4 months ago

For each datasafe project we will be renaming the integration test to end with IT such that they are not running in the default maven lifecycle.

We will be providing a special profile for running the integration test so that we can use mvn verify -PIT to run the with integration test.

Subtasks