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

Refactor tests #193

Merged
merged 13 commits into from
Sep 25, 2022
Merged

Refactor tests #193

merged 13 commits into from
Sep 25, 2022

Conversation

GLaDAP
Copy link
Member

@GLaDAP GLaDAP commented Sep 25, 2022

This PR splits tests previously executed in a for loop with different configurations to tests that use the parameterizedTest annotation. This allows to run individual configurations and examine the results in more detail when a test fails.

Parallelism in CircleCI is also added to speedup the build time in CI. Junit parallelism is added to improve local build speeds with tests.

@GLaDAP GLaDAP marked this pull request as ready for review September 25, 2022 08:25
@GLaDAP GLaDAP merged commit 6a81ccd into main Sep 25, 2022
@GLaDAP GLaDAP deleted the feature/refactor-tests branch September 25, 2022 08:25
@szarnyasg
Copy link
Member

Great! Please revisit #161 and close it if this resolved the issue.

@GLaDAP GLaDAP mentioned this pull request Sep 25, 2022
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants