Instead of using `subprocess` with `check=True`, which will echo the command used, including all the files it checked, check the error code and if non-zero, fail the test with a nice small error message. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_pylint.py | ||
Instead of using `subprocess` with `check=True`, which will echo the command used, including all the files it checked, check the error code and if non-zero, fail the test with a nice small error message. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_pylint.py | ||