No Unit Tests for Engineering CalibrationInfo class #38888
Labels
Diffraction
Issues and pull requests related to diffraction
ISIS Team: Diffraction
Issue and pull requests managed by the Diffraction subteam at ISIS
Maintenance
Unassigned issues to be addressed in the next maintenance period.
Milestone
Describe the outcome that is desired.
Currently there are no unit tests for the
CalibrationInfo
class inEngineering/common/calibration_info.py
. It looks like initially it was just a container with getter and setter methods for holding, as the name suggest, calibration information, but as of now there is a fair amount of logic present surrounding what detector grouping is used.It would be preferable to test these functions on their own, rather than when they are called through the interface
Describe any solutions you are considering
Add Unit tests that directly test the
CalibrationInfo
classThe text was updated successfully, but these errors were encountered: