mirror of https://github.com/pulumi/pulumi.git
45a61d8226
These were found by running `python -m pylint ./lib/test --rcfile=.pylintrc` in the python SDK folder. Currently we don't consistently run pylint (or mypy for that matter) against the test folder and it's built up a number of issues before we can turn it on. This PR fixes some of the smaller less common ones, a baby step towards getting the tests fully linted and type checked. Each issue is resolved in a single commit named for the pylint issue it fixed. |
||
---|---|---|
.. | ||
data | ||
errors | ||
__init__.py | ||
test_cmd.py | ||
test_errors.py | ||
test_isolation.py | ||
test_local_workspace.py | ||
test_project_settings.py | ||
test_remote_workspace.py | ||
test_stack.py | ||
test_utils.py |