julianschill / klipper-led_effect

LED effects plugin for klipper
GNU General Public License v3.0
645 stars 117 forks source link

Add golden reference tests #180

Closed reemo3dp closed 1 month ago

reemo3dp commented 4 months ago

This PR adds snapshot tests using pytest.golden for several effects, asserting that the RGB values for 10 LEDs over 100 frames haven't changed.

I've included a requirements.txt generated from poetry to keep it minimal, and a github action that runs the tests from the src/ folder.