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

tests: disable DEBUG log level when pytest is launched with --verbose #149

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

palazzem
Copy link
Owner

Related Issues

Proposed Changes:

Overrides pytest_configure() that is defined in HA fixtures.

Testing:

If a test fails, DEBUG logs should not be printed.

Extra Notes (optional):

n/a

Checklist

  • Related issues and proposed changes are filled
  • Tests are defining the correct and expected behavior
  • Code is well-documented via docstrings

@palazzem palazzem added this to the 2.4.0 milestone Feb 20, 2024
@palazzem palazzem self-assigned this Feb 20, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 7977408071

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 93.803%

Totals Coverage Status
Change from base Build 7975216529: 0.0%
Covered Lines: 655
Relevant Lines: 702

💛 - Coveralls

@palazzem palazzem merged commit eaa145f into main Feb 20, 2024
5 checks passed
@palazzem palazzem deleted the palazzem/issue-134 branch February 20, 2024 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

HASS fixtures turn on DEBUG logging if pytest is launched with -v
2 participants