Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename datasafe-business Integration Test Files for Clear Separation #293

Closed
5 tasks done
Tracked by #289
Awambeng opened this issue Apr 11, 2024 · 0 comments · Fixed by #302
Closed
5 tasks done
Tracked by #289

Rename datasafe-business Integration Test Files for Clear Separation #293

Awambeng opened this issue Apr 11, 2024 · 0 comments · Fixed by #302
Assignees
Labels

Comments

@Awambeng
Copy link
Collaborator

Awambeng commented Apr 11, 2024

Description

Identify integration test files within the datasafe-business 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.

Definition of Done

In order to verify work is done:

  • Checkout the branch
  • Run the whole project with ./mvnw clean verify -DskipTests
  • Change to the project: cd datasafe-business/
  • Run the module without skipTests ../mvnw clean verify. Check accurate number of tests is run
  • Run the module without skipTests ../mvnw clean verify -PIT. Check accurate number of tests is run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants