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

Fixed home assistant tests #3136

Merged
merged 1 commit into from
Nov 9, 2023
Merged

Conversation

riley206
Copy link
Contributor

@riley206 riley206 commented Nov 8, 2023

Description

Previously, home assistant tests required the use of a light entity. Considering not everyone has smart lights or the time to create a fake one, input_boolean controls have been implemented into the tests. This makes it much easier to run tests with a fresh installation of home assistant.

Type of change

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

To test the home assistant tests. You need your IP, Access token, and port from home assistant. You also need to create a input_boolean entity by going to Settings > Devices & services > Helpers > Create Helper > Toggle within home assistant. Name this toggle volttrontest. Once you have done that, you can run the pytest with pytest volttron/services/core/PlatformDriverAgent/tests/test_home_assistant.py.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@craig8 craig8 merged commit b9e68f2 into VOLTTRON:releases/9.x Nov 9, 2023
5 of 12 checks passed
This pull request was closed.
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.

2 participants