feat: added static_device_test

This commit is contained in:
2024-01-23 19:35:02 +01:00
parent 0739512fd1
commit bb02a619e5
3 changed files with 162 additions and 9 deletions

View File

@ -17,5 +17,6 @@ if __name__ == "__main__":
],
extras_require={"dev": ["pytest", "pytest-random-order", "black", "coverage"]},
package_data={"ophyd_devices.smaract": ["smaract_sensors.json"]},
entry_points={"console_scripts": ["ophyd_test = ophyd_devices:launch"]},
version=__version__,
)