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

Parallel tests support #11

Closed
wants to merge 19 commits into from
Closed

Parallel tests support #11

wants to merge 19 commits into from

Conversation

antoinemeyer
Copy link
Owner

@antoinemeyer antoinemeyer commented Jan 9, 2022

Introduces parallel test support (#4) (and fixes #12)

As of 968e6e4 (https://github.com/antoinemeyer/mock-in-bean/releases/tag/boot2-v2.0-RC), this branch is currently deployed on maven central under:

<dependency>
    <groupId>com.teketik</groupId>
    <artifactId>mock-in-bean</artifactId>
    <version>boot2-v2.0-RC</version>
    <scope>test</scope>
</dependency>

Will be merged to master (and deployed under version boot2-v2.0) after RC has been thoroughly tested.

@antoinemeyer antoinemeyer added the enhancement New feature or request label Jan 15, 2022
@antoinemeyer antoinemeyer linked an issue Jan 15, 2022 that may be closed by this pull request
@antoinemeyer
Copy link
Owner Author

replaced by #15

@antoinemeyer antoinemeyer deleted the v2.0-RC branch September 17, 2022 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parallel test suites Mocking a bean in a Spy does not always work
1 participant