Open scriptsrc opened 3 years ago
Do you test the lib on a HASS? It seems to be that the UDP port is already in use on your system. The discovery test is a "real" test against a "fake" bulb. But this will be done via UDP (localhost). All other test are unit-test. The discovery is more an integration test.
All seem to pass except for test_Bulb_Discovery
This test has been adjusted to use a random port so it should pass now
This should be closable since pytest will work out of box now
Hey all,
All seem to pass except for
test_Bulb_Discovery
I don't see any documentation on setting up the tests nor are there any github actions configured to run the tests. Any idea what I'm doing wrong?