test(BECDeviceBase): add test
This commit is contained in:
parent
2f2cef10f7
commit
399d6d94cc
8
tests/test_simulation.py
Normal file
8
tests/test_simulation.py
Normal file
@ -0,0 +1,8 @@
|
||||
from ophyd_devices.utils.bec_device_base import BECDeviceBase, BECDevice
|
||||
|
||||
|
||||
def test_BECDeviceBase():
|
||||
# Test the BECDeviceBase class
|
||||
test = BECDeviceBase(name="test")
|
||||
assert isinstance(test, BECDevice)
|
||||
assert test.connected is True
|
Loading…
x
Reference in New Issue
Block a user