-
Notifications
You must be signed in to change notification settings - Fork 18
Multistage #221
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
base: main
Are you sure you want to change the base?
Multistage #221
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #221 +/- ##
==========================================
+ Coverage 94.96% 95.50% +0.53%
==========================================
Files 9 9
Lines 1113 1179 +66
Branches 231 253 +22
==========================================
+ Hits 1057 1126 +69
+ Misses 42 39 -3
Partials 14 14 ☔ View full report in Codecov by Sentry. |
bdeb383 to
9cf6e5d
Compare
f3378bf to
aebac9d
Compare
grisu48
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bigger PR, but so far it makes sense. LGTM.
| via ``--network=host``. | ||
|
|
||
| The :py:meth:`~pytest_container.container.ContainerBaseABC.prepare_container` | ||
| The :py:meth:`~pytest_container.container._ContainerPrepareABC.prepare_container` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since _ContainerPrepareABC is just an abstract internal class, I wonder if it makes much sense to mention it in a usage document, but I guess this is more of a style question.
| for name, ctr in self.containers.items(): | ||
| if isinstance(ctr, str): | ||
| warnings.warn( | ||
| UserWarning( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat warning and code block, me likes!
This fixes #149