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

Rename datasafe-test-storages Integration Test Files for Clear Separation #295

Closed Awambeng closed 4 months ago

Awambeng commented 4 months ago

Identify integration test files within the datasafe-test-storages subproject and rename them from the "Test" convention to follow the "IT" convention. This will establish a clear naming convention that distinguishes integration tests from unit tests.

289