Skip to content
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

Usability fixes #33

Merged
merged 3 commits into from
Nov 1, 2023
Merged

Usability fixes #33

merged 3 commits into from
Nov 1, 2023

Conversation

lkubb
Copy link
Contributor

@lkubb lkubb commented Nov 1, 2023

Currently, after generating an extension,

a) pre-commit pylint will fail because the dunders are not in the additional-builtins config
b) running the tests will yield a TypeError: FactoriesManager.__init__() got an unexpected keyword argument 'inject_coverage'
c) by default, all debug logs will be dumped to stdout during testing (unlike in the regular test suite)

This fixes the aforementioned usability issues.

@garethgreenaway garethgreenaway merged commit 6c8ac3c into saltstack:main Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants