Open evalott100 opened 8 months ago
Actually I meant split into a test for each individual widget, which will enable only testing the widgets that each formatter supports and also make it easier to see differences in the bob files when things break.
@GDYendell
Currently all the file formatters use the same
despite the fact that they don't all support the same widgets.
This has been circumvented so far by changing the specific
<widget>_formatter_cls
to make a label instead if that<widget>
isn't supported. We should instead fail.In https://github.com/epics-containers/pvi/pull/83/commits/76862ea52ed83d89e2656447cd569c3778f46f9a , we added new widgets to the mixedWidgets test. All of the different file fomatters use the same mixedWidgets to test, so part of this issue will be giving each different file formatter its own mixedWidgets with only the supported widgets, rather than all three using the same yaml.