plugwise / plugwise-beta

Custom-component / development version of the Plugwise Home Assistant platform
MIT License
24 stars 8 forks source link

[TODO]: Make the snapshot-taking automatic #494

Closed bouwew closed 1 year ago

bouwew commented 1 year ago

Todo

Now that we have copied using the snapshot-file for diagnostics testing, we also need to update this snapshot-file on occasion. Probably would be easiest to automatically do this whenever the script core-testing is executed?

TODO: Add this function to the test-script.

Command used in Core: pytest ./tests/components/plugwise/ --snapshot-update

bouwew commented 1 year ago

Implemented via #499