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

feature/tests: Modification du build.gradle pour la gestion des tests #236

Merged
merged 5 commits into from
Jan 28, 2025

Conversation

issam71100
Copy link
Contributor

Modification du fichier build.gradle afin de simplifier et de clarifier la manière de lancer les tests techniques et fonctionnels. Les nouvelles commandes permettent de spécifier plus facilement le type de tests à exécuter.

Instructions pour exécuter les tests :

  • Pour exécuter tous les tests : ./gradlew test --info
  • Pour exécuter les tests fonctionnels : ./gradlew test --info -Pfonctional=true
  • Pour exécuter les tests techniques : ./gradlew test --info -Ptechnical=true

@issam71100 issam71100 force-pushed the feature/tests/update-gradle branch from d8733cf to 1b1a036 Compare January 21, 2025 18:04
Copy link

There is no coverage information present for the Files changed

Total Project Coverage 62.21% 🍏

@issam71100 issam71100 requested a review from romainfd January 22, 2025 08:44
Copy link
Collaborator

@romainfd romainfd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Juste une petite question sur pipeline.sh mais all good sinon !

pipeline.sh Outdated
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je connaissais pas ce fichier. A quoi il sert ?

@romainfd romainfd added the Wrap-up The branch is undergoing its last touches before being merged. Already approved/no review required. label Jan 24, 2025
build.gradle Outdated
Comment on lines 63 to 65
} else {
include '**/*Test*.class'
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je sais pas si c'est nécessaire !
Comment c'est décidé ce qui est include/exclude par défaut ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Finalement c'est vraiment pas nécessaire, c'est supprimé

Copy link

There is no coverage information present for the Files changed

Total Project Coverage 62.25% 🍏

Copy link
Collaborator

@romainfd romainfd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@romainfd romainfd merged commit 8407a69 into auto/model_tracker Jan 28, 2025
2 checks passed
@romainfd romainfd deleted the feature/tests/update-gradle branch January 28, 2025 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Wrap-up The branch is undergoing its last touches before being merged. Already approved/no review required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants