-
Notifications
You must be signed in to change notification settings - Fork 18
Make test infra optional #239
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?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.