tests: add 'conftest.py' with ophyd_devices import to ensure ophyd is always patched, first

This commit is contained in:
2024-10-22 10:06:44 +02:00
parent 8a9a6a9910
commit 3a1202d0d8
2 changed files with 2 additions and 4 deletions

1
tests/conftest.py Normal file
View File

@ -0,0 +1 @@
import ophyd_devices # ensure we are patched