Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #239 +/- ##
==========================================
- Coverage 96.73% 94.39% -2.34%
==========================================
Files 9 9
Lines 1101 1124 +23
Branches 164 159 -5
==========================================
- Hits 1065 1061 -4
- Misses 23 41 +18
- Partials 13 22 +9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Working on the coverage. |
pytest_container/helpers.py
Outdated
|
|
||
|
|
||
| def run_command( | ||
| cmd: list[str], |
There was a problem hiding this comment.
This doesn't work in python < 3.9 (plus import it at the top if not present)
| cmd: list[str], | |
| cmd: List[str], |
source/prerequisites.rst
Outdated
| `pytest_container` works with Python 3.6 and later and optionally requires `pytest | ||
| <https://pytest.org/>`_ and `pytest-testinfra | ||
| <https://testinfra.readthedocs.io/>`_. Additionally, for python 3.6, you'll need |
There was a problem hiding this comment.
pytest is not optional, testinfra is
|
I saw this comment recently: #231 (comment)
I think I overworked this PR. I touched the existing test cases to remove the
@dcermak , please confirm and add if any additional stuff is needed. |
I would that you start in a separate PR with the removal of the |
c4d248b to
28f5034
Compare
28f5034 to
9fc118a
Compare
b40dfe2 to
c2c8822
Compare

No description provided.