sde1000 / python-dali

Library for controlling DALI lighting systems
Other
150 stars 71 forks source link

dali.tests.test_dummy.DummyDriverFixtureParts.log #113

Closed sde1000 closed 1 year ago

sde1000 commented 1 year ago

@sl-wallace

I had to alter the type hint for DummyDriverFixtureParts.log in tests/test_dummy.py because py._path no longer exists in the test runner. Can you have a look and see if what I did makes sense? It's in commit 7617e9a4a978fafc1e044bc91b7a2068d5c239ff

The pytest documentation referred to in your comment no longer seems to say anything relevant.

sl-wallace commented 1 year ago

Yeah seems fine to me! Serves me right for using a _ prefixed method anyway.