8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
No description provided.
Sorry, something went wrong.
65e70c8
d07e50a
44660f1
74c8df1
feat: reusable containers
a933873
adresses testcontainers#109 Co-authored-by: Levi Szamek <levi.szamek@heigit.org>
docs: add documentation about reusable containers
f0e2bc7
test: additional testcase for reusable containers
08e33ba
test: add newlines for better readability
d2a83bc
warn user if ryuk is disabled but with_reuse used
c781606
docs: fix code highlighting
dd429e7
fix: use Union instead of | for type hint
e87e782
50e6160
refactor: remove TODO comment
c656660
docs: update section on reusable containers
efb1265
feat(reuse): do not change contract of stop method
d4445d6
feat(reuse): do not create Ryuk cleanup instance
1ea9ed1
do not create Ryuk cleanup instance if reuse enabled and container has been start with `with_reuse`
refactor: move hash generation into if clause
ea6fec7
Merge remote-tracking branch 'origin/main' into reusable_containers
7c1e8e7
Merge branch 'main' into reusable_containers
2113561
0615c29
23e436a
fix: revert accidental removal of @Property
2bfb36d
Merge remote-tracking branch 'testcontainers/main' into reusable_cont…
6796a9a
…ainers
3050fee
beac036
tests: access tc properties through function call
35e0599
and assert not none to make mypy happy.
refactor: use crc32 instead of sha1 to compute hash
e84fe02
To compute a hash to identify container across runs use crc32 instead of sha1 which is faster while still being fit-for-purpose.
refactor: remove remnant code from past merge
3a31883
docs: more detailed explanation on how to use reusable containers
4c0ba18
fix: check if self._kwargs is None before using it
3894eb1
Successfully merging this pull request may close these issues.