sandialabs / pyscan

Scientific Measurement Toolbox
https://pyscan.readthedocs.io/en/latest/
MIT License
4 stars 4 forks source link

Update drivers_test_unit.py to be fully automated with only driver input #82

Closed rsbrost closed 6 months ago

rsbrost commented 6 months ago

Other tests will be customized to the particular instrument and driver. You can leave the check_has_attributes() and check_attribute_values() functions for this purpose; however, check_properties() should be independent of all other inputs. Once this is completed add complete and comprehensive testing for srs830.

rsbrost commented 6 months ago

Done.