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

Add JavaDoc to Spock's Testcontainers annotation #6802

Merged

Conversation

winne42
Copy link
Contributor

@winne42 winne42 commented Mar 24, 2023

The Testcontainers annotation in the Spock module did not feature any JavaDoc so developers had to guess or read the source code to know what's happening behind the scenes. As a first suggestion I adapted the comment from JUnit's Testcontainers annotation to Spock/Groovy. I did not copy the warning

This extension has only been tested with sequential test execution. Using it with parallel test execution is unsupported and may have unintended side effects.

as I do not know whether the same applies to the Spock extension.

@winne42 winne42 requested a review from a team as a code owner March 24, 2023 09:42
@github-actions github-actions bot added the modules/spock Spock Extension label Mar 24, 2023
@eddumelendez eddumelendez changed the title Add JavaDoc to Spock's TestContainers annotation Add JavaDoc to Spock's Testcontainers annotation Mar 27, 2023
@winne42
Copy link
Contributor Author

winne42 commented Jul 7, 2023

@rnorth @bsideup @eddumelendez Is there anything else I could do to get this merged? Thanks!

@eddumelendez eddumelendez added this to the next milestone Jul 19, 2023
@eddumelendez eddumelendez merged commit 4059d04 into testcontainers:main Jul 19, 2023
85 checks passed
@eddumelendez
Copy link
Member

Thanks @winne42 ! and sorry for the delay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
modules/spock Spock Extension
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants