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

when to use ForAllTestContainer over TestContainersForAll #271

Open
dzanot opened this issue Feb 6, 2024 · 0 comments
Open

when to use ForAllTestContainer over TestContainersForAll #271

dzanot opened this issue Feb 6, 2024 · 0 comments

Comments

@dzanot
Copy link

dzanot commented Feb 6, 2024

I see in the docs it's recommended to use the scalatest namespaced TestContainersForAll.
I didn't realize this existed and my team universally uses ForAllTestContainer.

Is ForAllTestContainer even meant to be used? I looked at the source differences and besides the multiple containers part the code is very similar.

I had some nondeterministic timing issues with containers failing on startup that was fixed by a move to munit.TestContainersForAll but now I'm wondering if I could have gotten away with just using scalatest.TestContainersForAll

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

No branches or pull requests

1 participant